diff options
-rw-r--r-- | audio/lxmusic/lxmusic.SlackBuild | 13 | ||||
-rw-r--r-- | audio/lxmusic/lxmusic.info | 6 |
2 files changed, 7 insertions, 12 deletions
diff --git a/audio/lxmusic/lxmusic.SlackBuild b/audio/lxmusic/lxmusic.SlackBuild index 80e0e10aca..7c33b05b2c 100644 --- a/audio/lxmusic/lxmusic.SlackBuild +++ b/audio/lxmusic/lxmusic.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for lxmusic -# Copyright 2010-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2010-2025 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lxmusic -VERSION=${VERSION:-0.4.7} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.4.8} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -41,9 +41,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 @@ -84,9 +81,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -patch -p1 < $CWD/0001-Use-themed-icon.patch - -autoreconf -fi +./autogen.sh || true CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/audio/lxmusic/lxmusic.info b/audio/lxmusic/lxmusic.info index 723c4125a7..ed4e437e8f 100644 --- a/audio/lxmusic/lxmusic.info +++ b/audio/lxmusic/lxmusic.info @@ -1,8 +1,8 @@ PRGNAM="lxmusic" -VERSION="0.4.7" +VERSION="0.4.8" HOMEPAGE="https://wiki.lxde.org/en/LXMusic" -DOWNLOAD="https://downloads.sf.net/lxde/lxmusic-0.4.7.tar.xz" -MD5SUM="1bbd57f5b34e13ef31152c9ecb31ef68" +DOWNLOAD="https://github.com/lxde/releases/raw/refs/heads/master/releases/lxmusic-0.4.8.tar.xz" +MD5SUM="2beed49a5899f8e8e2dfb00d8a158fea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="xmms2" |