diff options
Diffstat (limited to 'perl/rakudo')
-rw-r--r-- | perl/rakudo/rakudo.SlackBuild | 9 | ||||
-rw-r--r-- | perl/rakudo/rakudo.info | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/perl/rakudo/rakudo.SlackBuild b/perl/rakudo/rakudo.SlackBuild index 5ce9d02982..4060f7398c 100644 --- a/perl/rakudo/rakudo.SlackBuild +++ b/perl/rakudo/rakudo.SlackBuild @@ -20,7 +20,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rakudo -VERSION=${VERSION:-2024.09} +VERSION=${VERSION:-2025.05} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -35,9 +35,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -105,7 +102,7 @@ for i in $PKG/usr/bin/perl6*; do done # Arch Linux uses the name perl6-install-dist. -cp tools/install-dist.p? $PKG/usr/bin/raku-install-dist +cp tools/install-dist.raku $PKG/usr/bin/raku-install-dist chmod 755 $PKG/usr/bin/raku-install-dist ln -s raku-install-dist $PKG/usr/bin/perl6-install-dist @@ -123,6 +120,8 @@ export PATH=\$PATH:$BINDIRS EOF chmod 755 $PKG/etc/profile.d/rakudo.sh +find $PKG/usr/share/perl6/core -type f -empty -delete || true + 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 diff --git a/perl/rakudo/rakudo.info b/perl/rakudo/rakudo.info index f7c8cc19da..63093146b5 100644 --- a/perl/rakudo/rakudo.info +++ b/perl/rakudo/rakudo.info @@ -1,8 +1,8 @@ PRGNAM="rakudo" -VERSION="2024.09" +VERSION="2025.05" HOMEPAGE="https://rakudo.org/" -DOWNLOAD="https://github.com/rakudo/rakudo/releases/download/2024.09/rakudo-2024.09.tar.gz" -MD5SUM="f0d291e427604bec2d8636fab07b3b38" +DOWNLOAD="https://github.com/rakudo/rakudo/releases/download/2025.05/rakudo-2025.05.tar.gz" +MD5SUM="0fddfc742c66a7943caa63c4857e5324" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="nqp" |