From 20ce7137d79523beb419a6e888c01d35f9e8c7d2 Mon Sep 17 00:00:00 2001 From: С. С. Болокановъ Date: Sun, 11 Feb 2018 15:37:55 +0200 Subject: desktop/dunst: Updated for version 1.3.1, make cleanup Signed-off-by: Willy Sudiarto Raharjo --- desktop/dunst/dunst.SlackBuild | 7 +++---- desktop/dunst/dunst.info | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'desktop/dunst') diff --git a/desktop/dunst/dunst.SlackBuild b/desktop/dunst/dunst.SlackBuild index 64e17a2b59..a8beaf0cb2 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.0} +VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,7 +65,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -78,11 +78,10 @@ find -L . \ sed -i 's,${PREFIX}/share/dunst,/etc/xdg/dunst,' Makefile CFLAGS="$SLKCFLAGS" \ -make make DESTDIR=$PKG \ PREFIX=/usr \ MANPREFIX=/usr/man \ - install + all install # Don't clobber the default config mv $PKG/etc/xdg/dunst/dunstrc $PKG/etc/xdg/dunst/dunstrc.new diff --git a/desktop/dunst/dunst.info b/desktop/dunst/dunst.info index ab5da59982..c357aa01a4 100644 --- a/desktop/dunst/dunst.info +++ b/desktop/dunst/dunst.info @@ -1,8 +1,8 @@ PRGNAM="dunst" -VERSION="1.3.0" +VERSION="1.3.1" HOMEPAGE="https://dunst-project.org/" -DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.3.0.tar.gz" -MD5SUM="f095a62ae24ec9de87596cadad19811a" +DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.3.1/dunst-project-1.3.1.tar.gz" +MD5SUM="cd6cee61031e8504b087c4b4344786ed" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libxdg-basedir" -- cgit v1.2.3