perl/perl-gnome2: Updated for version 1.044.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-11-09 09:38:39 +07:00 committed by Robby Workman
parent 0e55ca9fc6
commit 592cdcfb1d
2 changed files with 8 additions and 11 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-gnome2
VERSION=${VERSION:-1.042}
VERSION=${VERSION:-1.044}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -65,11 +65,11 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find . \
find -L . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL \
OPTIMIZE="$SLKCFLAGS" \
@ -77,9 +77,6 @@ perl Makefile.PL \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
# Fixme: Disabled Icon theme test, it is looking for
# gnome-unknown icon but can't find it. Is this a bug?
mv t/GnomeIconTheme.t t/GnomeIconTheme.t.disable
make test
make install DESTDIR=$PKG
@ -96,7 +93,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog LICENSE NEWS README TODO examples/ \
cp -a AUTHORS LICENSE NEWS README TODO examples/ \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="perl-gnome2"
VERSION="1.042"
VERSION="1.044"
HOMEPAGE="http://search.cpan.org/dist/Gnome2/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/Gnome2-1.042.tar.gz"
MD5SUM="eb7b624114e45e54e022a633ffc1cce6"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/Gnome2-1.044.tar.gz"
MD5SUM="efbbdb5c506dfae22233d8564a632ce8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libgnomeui perl-gnome2-canvas perl-gnome2-vfs"