summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2022-02-26 21:11:15 -0600
committer Robby Workman <rworkman@slackbuilds.org>2022-02-26 21:58:39 -0600
commita614e6d2c5c54271024b8f72d9ff7c107f8ceeae (patch)
tree7f5c1870c8ff9ae4fff06fefe0ab0540b5f6e5cc /desktop
parent55cf2622b1b3cee7a54327b64b41e8c0ae6675e2 (diff)
downloadslackbuilds-a614e6d2c5c54271024b8f72d9ff7c107f8ceeae.tar.gz
slackbuilds-a614e6d2c5c54271024b8f72d9ff7c107f8ceeae.tar.xz
desktop/xfce4-battery-plugin: Disable debug in build
Diffstat (limited to 'desktop')
-rw-r--r--desktop/xfce4-battery-plugin/xfce4-battery-plugin.SlackBuild4
-rw-r--r--desktop/xfce4-battery-plugin/xfce4-battery-plugin.info4
2 files changed, 4 insertions, 4 deletions
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=""