From a614e6d2c5c54271024b8f72d9ff7c107f8ceeae Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sat, 26 Feb 2022 21:11:15 -0600 Subject: desktop/xfce4-battery-plugin: Disable debug in build --- desktop/xfce4-battery-plugin/xfce4-battery-plugin.SlackBuild | 4 ++-- desktop/xfce4-battery-plugin/xfce4-battery-plugin.info | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'desktop/xfce4-battery-plugin') diff --git a/desktop/xfce4-battery-plugin/xfce4-battery-plugin.SlackBuild b/desktop/xfce4-battery-plugin/xfce4-battery-plugin.SlackBuild index fa9b84827b..81dc54081e 100644 --- a/desktop/xfce4-battery-plugin/xfce4-battery-plugin.SlackBuild +++ b/desktop/xfce4-battery-plugin/xfce4-battery-plugin.SlackBuild @@ -70,7 +70,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -79,7 +79,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -./autogen.sh CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -89,6 +88,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --disable-debug \ --build=$ARCH-slackware-linux make diff --git a/desktop/xfce4-battery-plugin/xfce4-battery-plugin.info b/desktop/xfce4-battery-plugin/xfce4-battery-plugin.info index 719a92fe41..e459226035 100644 --- a/desktop/xfce4-battery-plugin/xfce4-battery-plugin.info +++ b/desktop/xfce4-battery-plugin/xfce4-battery-plugin.info @@ -1,8 +1,8 @@ PRGNAM="xfce4-battery-plugin" VERSION="1.1.4" HOMEPAGE="https://goodies.xfce.org/" -DOWNLOAD="https://git.xfce.org/panel-plugins/xfce4-battery-plugin/snapshot/xfce4-battery-plugin-1.1.4.tar.gz" -MD5SUM="950d9ce2e105e4355fadcb015638b155" +DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/xfce4-battery-plugin-1.1.4.tar.bz2" +MD5SUM="feae85a875b731a5e235d33267f80829" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3