summaryrefslogtreecommitdiffstats
path: root/desktop/dunst
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
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')
-rw-r--r--desktop/dunst/dunst.SlackBuild7
-rw-r--r--desktop/dunst/dunst.info6
2 files changed, 6 insertions, 7 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
diff --git a/desktop/dunst/dunst.info b/desktop/dunst/dunst.info
index ab5da59982..c357aa01a4 100644
--- a/desktop/dunst/dunst.info
+++ b/desktop/dunst/dunst.info
@@ -1,8 +1,8 @@
PRGNAM="dunst"
-VERSION="1.3.0"
+VERSION="1.3.1"
HOMEPAGE="https://dunst-project.org/"
-DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.3.0.tar.gz"
-MD5SUM="f095a62ae24ec9de87596cadad19811a"
+DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.3.1/dunst-project-1.3.1.tar.gz"
+MD5SUM="cd6cee61031e8504b087c4b4344786ed"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libxdg-basedir"