diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-28 10:21:17 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-30 06:55:57 +0700 |
commit | 8940167e9c8a7ddb3a6de6677a2bbd80008f4829 (patch) | |
tree | 5d5f1dca6a99e59f19fff8d7c543e75eefa713bb /perl/perl-libintl | |
parent | 2214b221f4c32e9ffe11de32c2e5f5ffd70be54c (diff) |
perl/perl-libintl: Updated for version 1.32.
This fixes building on -current.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-libintl')
-rw-r--r-- | perl/perl-libintl/perl-libintl.SlackBuild | 16 | ||||
-rw-r--r-- | perl/perl-libintl/perl-libintl.info | 6 |
2 files changed, 11 insertions, 11 deletions
diff --git a/perl/perl-libintl/perl-libintl.SlackBuild b/perl/perl-libintl/perl-libintl.SlackBuild index 82df6857512e..7112c5002435 100644 --- a/perl/perl-libintl/perl-libintl.SlackBuild +++ b/perl/perl-libintl/perl-libintl.SlackBuild @@ -7,7 +7,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-libintl -VERSION=${VERSION:-1.23} +VERSION=${VERSION:-1.32} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -32,8 +32,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -56,10 +56,10 @@ tar xvf $CWD/libintl-perl-$VERSION.tar.gz cd libintl-perl-$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 \ INSTALLDIRS=vendor \ @@ -67,7 +67,7 @@ perl Makefile.PL \ make 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 {} \; @@ -76,7 +76,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 COPYING.LESSER ChangeLog FAQ MANIFEST NEWS README* THANKS TODO \ +cp -a COPYING Changes FAQ MANIFEST MANIFEST.SKIP NEWS README* REFERENCES THANKS TODO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/perl/perl-libintl/perl-libintl.info b/perl/perl-libintl/perl-libintl.info index 46333c36d885..6198a53a8a99 100644 --- a/perl/perl-libintl/perl-libintl.info +++ b/perl/perl-libintl/perl-libintl.info @@ -1,8 +1,8 @@ PRGNAM="perl-libintl" -VERSION="1.23" +VERSION="1.32" HOMEPAGE="https://metacpan.org/release/libintl-perl" -DOWNLOAD="https://cpan.metacpan.org/authors/id/G/GU/GUIDO/libintl-perl-1.23.tar.gz" -MD5SUM="2e79dc842af1c9efc14fbe6664dc89bf" +DOWNLOAD="https://cpan.metacpan.org/authors/id/G/GU/GUIDO/libintl-perl-1.32.tar.gz" +MD5SUM="2bde66347614962a6f0f1bd1c36b5211" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |