summaryrefslogtreecommitdiffstats
path: root/desktop/notification-daemon
diff options
context:
space:
mode:
author Binh Nguyen <binhnguyen@fastmail.fm>2012-08-22 11:21:10 -0500
committer Robby Workman <rworkman@slackbuilds.org>2012-08-22 11:21:10 -0500
commiteb97ba1c7eddf07afa72f6597ea5ff52a81d9e32 (patch)
tree1f4c791e8ee76d57253f9c430c966b831cffa4e6 /desktop/notification-daemon
parentb64556d47f449891f8519ce80d6b7bbc4fd4cea5 (diff)
downloadslackbuilds-eb97ba1c7eddf07afa72f6597ea5ff52a81d9e32.tar.gz
slackbuilds-eb97ba1c7eddf07afa72f6597ea5ff52a81d9e32.tar.xz
desktop/notification-daemon: Updated for version 0.7.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/notification-daemon')
-rw-r--r--desktop/notification-daemon/README5
-rw-r--r--desktop/notification-daemon/doinst.sh18
-rw-r--r--desktop/notification-daemon/notification-daemon.SlackBuild10
-rw-r--r--desktop/notification-daemon/notification-daemon.info8
4 files changed, 9 insertions, 32 deletions
diff --git a/desktop/notification-daemon/README b/desktop/notification-daemon/README
index 15d17c8892..0e24153ede 100644
--- a/desktop/notification-daemon/README
+++ b/desktop/notification-daemon/README
@@ -3,8 +3,3 @@ passive pop-up notifications on the Linux desktop. These are designed
to notify the user of something without interrupting their work with a
dialog box that they must close. Passive popups can automatically
disappear after a short period of time.
-
-This conflicts with xfce4-notifyd. After removing the notification-daemon
-package, you will need to reinstall xfce4-notifyd.
-
-This requires libsexy.
diff --git a/desktop/notification-daemon/doinst.sh b/desktop/notification-daemon/doinst.sh
deleted file mode 100644
index a3cb34f997..0000000000
--- a/desktop/notification-daemon/doinst.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-schema_install() {
- SCHEMA="$1"
- GCONF_CONFIG_SOURCE="xml::etc/gconf/gconf.xml.defaults" \
- chroot . gconftool-2 --makefile-install-rule \
- /etc/gconf/schemas/$SCHEMA \
- 1>/dev/null
-}
-
-if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi
-
-schema_install notificaton-daemon.schemas
-
-chroot . /etc/rc.d/rc.messagebus reload
-
diff --git a/desktop/notification-daemon/notification-daemon.SlackBuild b/desktop/notification-daemon/notification-daemon.SlackBuild
index 4d29dd1b0e..dd1ac150b8 100644
--- a/desktop/notification-daemon/notification-daemon.SlackBuild
+++ b/desktop/notification-daemon/notification-daemon.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for notification-daemon
-# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm>
+# Copyright 2010, 2012 Binh Nguyen <binhnguyen@fastmail.fm>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=notification-daemon
-VERSION=${VERSION:-0.4.0}
+VERSION=${VERSION:-0.7.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@@ -90,12 +90,12 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING ChangeLog INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \
+ $PKG/usr/doc/$PRGNAM-$VERSION
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 bac88fae35..b24109b7b4 100644
--- a/desktop/notification-daemon/notification-daemon.info
+++ b/desktop/notification-daemon/notification-daemon.info
@@ -1,10 +1,10 @@
PRGNAM="notification-daemon"
-VERSION="0.4.0"
+VERSION="0.7.5"
HOMEPAGE="http://www.galago-project.org/specs/notification/index.php"
-DOWNLOAD="http://www.galago-project.org/files/releases/source/notification-daemon/notification-daemon-0.4.0.tar.bz2"
-MD5SUM="e61eff9782551d81045bb53e8a801d58"
+DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/notification-daemon/0.7/notification-daemon-0.7.5.tar.xz"
+MD5SUM="ff92ed27e3117235d6800cef3e510a1b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="libsexy"
+REQUIRES=""
MAINTAINER="Binh Nguyen"
EMAIL="binhnguyen@fastmail.fm"