diff options
author | С. С. Болоканаръ <bolokanar@protonmail.ch> | 2022-02-04 11:24:55 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 22:19:40 +0700 |
commit | 4e16e90eec0003db1389f9dd48f1fe82ed5c8e56 (patch) | |
tree | 8cd631b79d436c3184cb469ebf0af19493bf6995 /desktop/dunst | |
parent | 64bc7eb9aa355d33306c9f64efc20639918bb08c (diff) |
desktop/dunst: Updated for version 1.7.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dunst')
-rw-r--r-- | desktop/dunst/doinst.sh | 2 | ||||
-rw-r--r-- | desktop/dunst/dunst.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/dunst/dunst.info | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/desktop/dunst/doinst.sh b/desktop/dunst/doinst.sh index 4f8c106c7321..c3a0ab28b995 100644 --- a/desktop/dunst/doinst.sh +++ b/desktop/dunst/doinst.sh @@ -11,4 +11,4 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/dunst/dunstrc.new +config etc/xdg/dunst/dunstrc.new diff --git a/desktop/dunst/dunst.SlackBuild b/desktop/dunst/dunst.SlackBuild index 061cd91179c1..61738d21d7b3 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 diff --git a/desktop/dunst/dunst.info b/desktop/dunst/dunst.info index 43a227ae8657..ac44532aa28c 100644 --- a/desktop/dunst/dunst.info +++ b/desktop/dunst/dunst.info @@ -1,8 +1,8 @@ PRGNAM="dunst" -VERSION="1.6.1" +VERSION="1.7.3" HOMEPAGE="https://dunst-project.org/" -DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.6.1/dunst-1.6.1.tar.gz" -MD5SUM="a067aff8df233376afaf39222e863a4d" +DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.7.3/dunst-1.7.3.tar.gz" +MD5SUM="71a900dca891c02878c691f596a7ebed" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |