summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Симонъ С. Болокановъ2019-04-12 17:31:40 +0200
committer Willy Sudiarto Raharjo2019-04-12 17:31:40 +0200
commit1db8282881d89ca56689519949f9fe419e7c4759 (patch)
tree59c4c6f48629f1601cd7f2b5ea48b832372f4b67 /desktop
parent1f8de6f8c071f9d62f00f0b572a654379853cada (diff)
downloadslackbuilds-1db8282881d89ca56689519949f9fe419e7c4759.tar.gz
desktop/dunst: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/dunst/README4
-rw-r--r--desktop/dunst/doinst.sh14
-rw-r--r--desktop/dunst/dunst.SlackBuild9
-rw-r--r--desktop/dunst/dunst.info8
-rw-r--r--desktop/dunst/slack-desc2
5 files changed, 8 insertions, 29 deletions
diff --git a/desktop/dunst/README b/desktop/dunst/README
index 562debaef1..e6211b084e 100644
--- a/desktop/dunst/README
+++ b/desktop/dunst/README
@@ -7,5 +7,5 @@ we all love to customize to perfection.
Configuration:
-To customize dunst you have to copy config file from /etc/xdg/dunst to
-~/.config/dunst/dunstrc, then modify it to your liking.
+To customize dunst you have to copy /usr/share/dunst/dunstrc to
+~/.config/dunst/dunstrc and then modify it to your liking.
diff --git a/desktop/dunst/doinst.sh b/desktop/dunst/doinst.sh
deleted file mode 100644
index c3a0ab28b9..0000000000
--- a/desktop/dunst/doinst.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-config() {
- NEW="$1"
- OLD="$(dirname $NEW)/$(basename $NEW .new)"
- # If there's no config file by that name, mv it over:
- if [ ! -r $OLD ]; then
- mv $NEW $OLD
- elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then
- # toss the redundant copy
- rm $NEW
- fi
- # Otherwise, we leave the .new copy for the admin to consider...
-}
-
-config etc/xdg/dunst/dunstrc.new
diff --git a/desktop/dunst/dunst.SlackBuild b/desktop/dunst/dunst.SlackBuild
index 69ce61ab67..280f4ed721 100644
--- a/desktop/dunst/dunst.SlackBuild
+++ b/desktop/dunst/dunst.SlackBuild
@@ -28,7 +28,7 @@
# 3.4.2016 - don't clobber the config
PRGNAM=dunst
-VERSION=${VERSION:-1.3.2}
+VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,18 +74,12 @@ 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 {} \;
-# Change config dir to appropriate location
-sed -i 's,${PREFIX}/share/dunst,/etc/xdg/dunst,' Makefile
-
CFLAGS="$SLKCFLAGS" \
make DESTDIR=$PKG \
PREFIX=/usr \
MANPREFIX=/usr/man \
all install
-# Don't clobber the default config
-mv $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
@@ -99,7 +93,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -pv $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/desktop/dunst/dunst.info b/desktop/dunst/dunst.info
index 315dc27712..63852a8770 100644
--- a/desktop/dunst/dunst.info
+++ b/desktop/dunst/dunst.info
@@ -1,10 +1,10 @@
PRGNAM="dunst"
-VERSION="1.3.2"
+VERSION="1.4.0"
HOMEPAGE="https://dunst-project.org/"
-DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.3.2/dunst-1.3.2.tar.gz"
-MD5SUM="68ad9fd1dab537d7a1ad93c899c50278"
+DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.4.0/dunst-1.4.0.tar.gz"
+MD5SUM="8a8095566a1b913056674f802444311a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="libxdg-basedir"
+REQUIRES=""
MAINTAINER="Симонъ С. Болокановъ"
EMAIL="sbolokanov@abv.bg"
diff --git a/desktop/dunst/slack-desc b/desktop/dunst/slack-desc
index d522300bf5..b22f8e0698 100644
--- a/desktop/dunst/slack-desc
+++ b/desktop/dunst/slack-desc
@@ -14,6 +14,6 @@ dunst: It's very customizable, doesn't depend on any toolkits and therefore
dunst: fits in those windowmanager centric setups we all love to customize
dunst: to perfection.
dunst:
-dunst: Homepage: http://knopwob.org/dunst/
+dunst: Homepage: https://dunst-project.org/
dunst:
dunst: