diff options
author | Симонъ С. Болокановъ <sbolokanov@abv.bg> | 2019-04-12 22:31:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-12 22:31:40 +0700 |
commit | 1db8282881d89ca56689519949f9fe419e7c4759 (patch) | |
tree | 59c4c6f48629f1601cd7f2b5ea48b832372f4b67 /desktop/dunst/dunst.SlackBuild | |
parent | 1f8de6f8c071f9d62f00f0b572a654379853cada (diff) |
desktop/dunst: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dunst/dunst.SlackBuild')
-rw-r--r-- | desktop/dunst/dunst.SlackBuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/desktop/dunst/dunst.SlackBuild b/desktop/dunst/dunst.SlackBuild index 69ce61ab675ec..280f4ed721cf8 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} |