summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author С. С. Болоканаръ2021-05-16 10:05:36 +0200
committer Willy Sudiarto Raharjo2021-05-17 03:55:35 +0200
commitde70d3e2192bc6e425ac167e87ce9bc0457584bb (patch)
treecbbfb5830085bb95cadf73a244d643b24663f1d1 /desktop
parentb0411054c0abb1f0db016fa480e65842fea8d1b0 (diff)
downloadslackbuilds-de70d3e2192bc6e425ac167e87ce9bc0457584bb.tar.gz
desktop/dunst: Updated for version 1.6.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/dunst/doinst.sh2
-rw-r--r--desktop/dunst/dunst.SlackBuild11
-rw-r--r--desktop/dunst/dunst.info6
3 files changed, 8 insertions, 11 deletions
diff --git a/desktop/dunst/doinst.sh b/desktop/dunst/doinst.sh
index c3a0ab28b9..4f8c106c73 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/xdg/dunst/dunstrc.new
+config etc/dunst/dunstrc.new
diff --git a/desktop/dunst/dunst.SlackBuild b/desktop/dunst/dunst.SlackBuild
index 62f7e5092b..74749d84d2 100644
--- a/desktop/dunst/dunst.SlackBuild
+++ b/desktop/dunst/dunst.SlackBuild
@@ -22,8 +22,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dunst
-VERSION=${VERSION:-1.5.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.6.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -68,9 +68,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Fix config path
-sed -i 's|${DATADIR}/dunst/dunstrc|/etc/xdg/dunst/dunstrc|g' Makefile
-
CFLAGS="$SLKCFLAGS" \
make DESTDIR=$PKG \
PREFIX=/usr \
@@ -78,7 +75,7 @@ make DESTDIR=$PKG \
all install
# Don't clobber config
-mv -v $PKG/etc/xdg/dunst/dunstrc $PKG/etc/xdg/dunst/dunstrc.new
+mv -v $PKG/etc/dunst/dunstrc $PKG/etc/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
@@ -87,7 +84,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -pv $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS CHANGELOG.md LICENSE \
+cp -a AUTHORS CHANGELOG.md LICENSE README.md RELEASE_NOTES \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/desktop/dunst/dunst.info b/desktop/dunst/dunst.info
index 39b0e93474..43a227ae86 100644
--- a/desktop/dunst/dunst.info
+++ b/desktop/dunst/dunst.info
@@ -1,8 +1,8 @@
PRGNAM="dunst"
-VERSION="1.5.0"
+VERSION="1.6.1"
HOMEPAGE="https://dunst-project.org/"
-DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.5.0/dunst-1.5.0.tar.gz"
-MD5SUM="e42e7a53741066b137dcb92bb8c22020"
+DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.6.1/dunst-1.6.1.tar.gz"
+MD5SUM="a067aff8df233376afaf39222e863a4d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""