summaryrefslogtreecommitdiffstats
path: root/desktop/dunst/dunst.SlackBuild
diff options
context:
space:
mode:
author С. С. Болокановъ2018-02-11 14:37:55 +0100
committer Willy Sudiarto Raharjo2018-02-17 01:42:45 +0100
commit20ce7137d79523beb419a6e888c01d35f9e8c7d2 (patch)
treeb95fa08b32c66475ea1807dd47a5cac764e3df79 /desktop/dunst/dunst.SlackBuild
parent087374b5d510ca84d15a5c77fe5aa662f9cc4a01 (diff)
downloadslackbuilds-20ce7137d79523beb419a6e888c01d35f9e8c7d2.tar.gz
desktop/dunst: Updated for version 1.3.1, make cleanup
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dunst/dunst.SlackBuild')
-rw-r--r--desktop/dunst/dunst.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop/dunst/dunst.SlackBuild b/desktop/dunst/dunst.SlackBuild
index 64e17a2b59..a8beaf0cb2 100644
--- a/desktop/dunst/dunst.SlackBuild
+++ b/desktop/dunst/dunst.SlackBuild
@@ -28,7 +28,7 @@
# 3.4.2016 - don't clobber the config
PRGNAM=dunst
-VERSION=${VERSION:-1.3.0}
+VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,7 +65,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -78,11 +78,10 @@ find -L . \
sed -i 's,${PREFIX}/share/dunst,/etc/xdg/dunst,' Makefile
CFLAGS="$SLKCFLAGS" \
-make
make DESTDIR=$PKG \
PREFIX=/usr \
MANPREFIX=/usr/man \
- install
+ all install
# Don't clobber the default config
mv $PKG/etc/xdg/dunst/dunstrc $PKG/etc/xdg/dunst/dunstrc.new