diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-02-10 21:08:07 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 00:29:34 +0700 |
commit | 5a67c2d6277f99d8948edf67e41764959e88c420 (patch) | |
tree | 267af0b5d87332c2a85c42815ddd7be8416d104a /desktop | |
parent | e7efe45ef6ab42f79146d84e3e41962a33248d9b (diff) |
desktop/xfce4-battery-plugin: Updated for version 1.1.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/xfce4-battery-plugin/xfce4-battery-plugin.SlackBuild | 9 | ||||
-rw-r--r-- | desktop/xfce4-battery-plugin/xfce4-battery-plugin.info | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/desktop/xfce4-battery-plugin/xfce4-battery-plugin.SlackBuild b/desktop/xfce4-battery-plugin/xfce4-battery-plugin.SlackBuild index a0f261d7afe2..fa9b84827b3e 100644 --- a/desktop/xfce4-battery-plugin/xfce4-battery-plugin.SlackBuild +++ b/desktop/xfce4-battery-plugin/xfce4-battery-plugin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce4-battery-plugin -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xfce4-battery-plugin -VERSION=${VERSION:-1.1.3} +VERSION=${VERSION:-1.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -70,7 +70,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -79,6 +79,7 @@ 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 \ @@ -102,7 +103,7 @@ find $PKG -name perllocal.pod \ | xargs rm -f mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog NEWS README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/desktop/xfce4-battery-plugin/xfce4-battery-plugin.info b/desktop/xfce4-battery-plugin/xfce4-battery-plugin.info index 16d1d6d6d828..719a92fe41c7 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.3" +VERSION="1.1.4" HOMEPAGE="https://goodies.xfce.org/" -DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/xfce4-battery-plugin-1.1.3.tar.bz2" -MD5SUM="9f82c7e77de0a417716d68d33367973b" +DOWNLOAD="https://git.xfce.org/panel-plugins/xfce4-battery-plugin/snapshot/xfce4-battery-plugin-1.1.4.tar.gz" +MD5SUM="950d9ce2e105e4355fadcb015638b155" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |