summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2016-08-01 22:24:56 -0700
committer David Spencer <idlemoor@slackbuilds.org>2016-08-05 18:10:51 +0100
commitc017fabb05a9cd6ced436bbc8d9d482455ac4495 (patch)
treebd762d16c43ffafe84f86a0d267a1c0884d478bc /desktop
parentfe08efd34e1769b07eeb11a7b02c552894810865 (diff)
downloadslackbuilds-c017fabb05a9cd6ced436bbc8d9d482455ac4495.tar.gz
slackbuilds-c017fabb05a9cd6ced436bbc8d9d482455ac4495.tar.xz
desktop/notification-daemon: Updated for version 3.18.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/notification-daemon/doinst.sh3
-rw-r--r--desktop/notification-daemon/notification-daemon.SlackBuild18
-rw-r--r--desktop/notification-daemon/notification-daemon.info6
3 files changed, 13 insertions, 14 deletions
diff --git a/desktop/notification-daemon/doinst.sh b/desktop/notification-daemon/doinst.sh
deleted file mode 100644
index 5fb28930db..0000000000
--- a/desktop/notification-daemon/doinst.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
-fi
diff --git a/desktop/notification-daemon/notification-daemon.SlackBuild b/desktop/notification-daemon/notification-daemon.SlackBuild
index e86169e8c4..70d441a412 100644
--- a/desktop/notification-daemon/notification-daemon.SlackBuild
+++ b/desktop/notification-daemon/notification-daemon.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for notification-daemon
# Copyright 2010, 2012 Binh Nguyen <binhvng@gmail.com>
-# Copyright 2014 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2014-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=notification-daemon
-VERSION=${VERSION:-3.18.1}
+VERSION=${VERSION:-3.18.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,16 +65,19 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
./configure \
+ --sysconfdir=/etc \
--prefix=/usr \
- --disable-static \
+ --enable-static=no \
--enable-shared \
+ --enable-debug=no \
+ --disable-rpath \
--disable-silent-rules \
--build=$ARCH-slackware-linux
@@ -90,7 +93,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $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/notification-daemon/notification-daemon.info b/desktop/notification-daemon/notification-daemon.info
index a4f5c326af..91e020bdf1 100644
--- a/desktop/notification-daemon/notification-daemon.info
+++ b/desktop/notification-daemon/notification-daemon.info
@@ -1,8 +1,8 @@
PRGNAM="notification-daemon"
-VERSION="3.18.1"
+VERSION="3.18.2"
HOMEPAGE="https://wiki.gnome.org/Projects/NotificationDaemon"
-DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/notification-daemon/3.18/notification-daemon-3.18.1.tar.xz"
-MD5SUM="b4a15a8428cd5b7b44ba37c905bd66bc"
+DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/notification-daemon/3.18/notification-daemon-3.18.2.tar.xz"
+MD5SUM="4194e5041a820b89bb043e695e02036b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""