From 4e16e90eec0003db1389f9dd48f1fe82ed5c8e56 Mon Sep 17 00:00:00 2001 From: С. С. Болоканаръ Date: Fri, 4 Feb 2022 11:24:55 +0200 Subject: desktop/dunst: Updated for version 1.7.3 Signed-off-by: Willy Sudiarto Raharjo --- desktop/dunst/doinst.sh | 2 +- desktop/dunst/dunst.SlackBuild | 5 +++-- desktop/dunst/dunst.info | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'desktop') diff --git a/desktop/dunst/doinst.sh b/desktop/dunst/doinst.sh index 4f8c106c73..c3a0ab28b9 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 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 diff --git a/desktop/dunst/dunst.info b/desktop/dunst/dunst.info index 43a227ae86..ac44532aa2 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="" -- cgit v1.2.3