perl/perl-gnome2: Updated for version 1.045 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Glenn Becker 2015-06-07 21:53:39 +07:00 committed by Willy Sudiarto Raharjo
parent 2201913d56
commit cfcc6d2935
2 changed files with 11 additions and 10 deletions

View File

@ -21,9 +21,10 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Adopted by Glenn Becker <glenn.becker@gmail.com>
PRGNAM=perl-gnome2
VERSION=${VERSION:-1.044}
VERSION=${VERSION:-1.045}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -66,10 +67,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL \
OPTIMIZE="$SLKCFLAGS" \
@ -80,7 +81,7 @@ make
make test
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;

View File

@ -1,10 +1,10 @@
PRGNAM="perl-gnome2"
VERSION="1.044"
VERSION="1.045"
HOMEPAGE="https://metacpan.org/pod/Gnome2"
DOWNLOAD="http://www.cpan.org/authors/id/X/XA/XAOC/Gnome2-1.044.tar.gz"
MD5SUM="efbbdb5c506dfae22233d8564a632ce8"
DOWNLOAD="http://www.cpan.org/authors/id/X/XA/XAOC/Gnome2-1.045.tar.gz"
MD5SUM="95c06139f9d950df17c9cb0340c74168"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libgnomeui perl-gnome2-canvas perl-gnome2-vfs"
MAINTAINER="Binh Nguyen"
EMAIL="binhvng@gmail.com"
MAINTAINER="Glenn Becker"
EMAIL="glenn.becker@gmail.com"