summaryrefslogtreecommitdiffstats
path: root/desktop/dunst/dunst.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/dunst/dunst.SlackBuild')
-rw-r--r--desktop/dunst/dunst.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/dunst/dunst.SlackBuild b/desktop/dunst/dunst.SlackBuild
index 061cd91179..61738d21d7 100644
--- a/desktop/dunst/dunst.SlackBuild
+++ b/desktop/dunst/dunst.SlackBuild
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dunst
-VERSION=${VERSION:-1.6.1}
+VERSION=${VERSION:-1.7.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -80,12 +80,13 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
make DESTDIR=$PKG \
+ SYSCONFDIR=/etc/xdg \
PREFIX=/usr \
MANPREFIX=/usr/man \
all install
# Don't clobber config
-mv -v $PKG/etc/dunst/dunstrc $PKG/etc/dunst/dunstrc.new
+mv -v $PKG/etc/xdg/dunst/dunstrc $PKG/etc/xdg/dunst/dunstrc.new
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true