aboutsummaryrefslogtreecommitdiff
path: root/desktop/dunst/dunst.SlackBuild
diff options
context:
space:
mode:
authorС. С. Болоканаръ <bolokanar@protonmail.ch>2022-02-04 11:24:55 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-12 22:19:40 +0700
commit4e16e90eec0003db1389f9dd48f1fe82ed5c8e56 (patch)
tree8cd631b79d436c3184cb469ebf0af19493bf6995 /desktop/dunst/dunst.SlackBuild
parent64bc7eb9aa355d33306c9f64efc20639918bb08c (diff)
desktop/dunst: Updated for version 1.7.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 061cd91179c18..61738d21d7b3e 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