summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authordrochner <drochner>2006-11-13 19:40:04 +0000
committerdrochner <drochner>2006-11-13 19:40:04 +0000
commit3af65cfe34426f202b337e20d24b7899796e9955 (patch)
tree9e79a85f8512f79ae38f48a7357fdded78a1833a /sysutils
parent415a579727587aeb18d7a861499ffe1a8ec5a27d (diff)
downloadpkgsrc-3af65cfe34426f202b337e20d24b7899796e9955.tar.gz
-make this build with new dbus-glib's binding tool which requires
the --prefix argument (quick 'n dirty fix, hopefully upstream will catch up), -announce .schema to gconf -being here, update to 0.3.6, changes: -Added a GConf key to specify which corner of the screen notifications should appear in -Added a Dutch translation -bugfixes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/notification-daemon/Makefile6
-rw-r--r--sysutils/notification-daemon/PLIST3
-rw-r--r--sysutils/notification-daemon/distinfo9
-rw-r--r--sysutils/notification-daemon/patches/patch-aa13
4 files changed, 24 insertions, 7 deletions
diff --git a/sysutils/notification-daemon/Makefile b/sysutils/notification-daemon/Makefile
index 0dfb21b6032..d5e6e7e495b 100644
--- a/sysutils/notification-daemon/Makefile
+++ b/sysutils/notification-daemon/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2006/09/16 14:48:05 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2006/11/13 19:40:04 drochner Exp $
#
-DISTNAME= notification-daemon-0.3.5
+DISTNAME= notification-daemon-0.3.6
CATEGORIES= sysutils gnome
MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/
@@ -13,6 +13,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool pkg-config
+GCONF2_SCHEMAS= notification-daemon.schemas
+
.include "../../mk/bsd.prefs.mk"
.if defined(PKG_SYSCONFDIR.dbus)
diff --git a/sysutils/notification-daemon/PLIST b/sysutils/notification-daemon/PLIST
index 02b548c1a04..f5734afd968 100644
--- a/sysutils/notification-daemon/PLIST
+++ b/sysutils/notification-daemon/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2006/09/16 14:48:05 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/11/13 19:40:04 drochner Exp $
lib/notification-daemon-1.0/engines/libstandard.la
libexec/notification-daemon
share/dbus-1/services/org.freedesktop.Notifications.service
share/gconf/schemas/notification-daemon.schemas
+share/locale/nl/LC_MESSAGES/notification-daemon.mo
@comment in GConf2: @dirrm share/gconf/schemas
@comment in dbus: @dirrm share/dbus-1/services
@dirrm lib/notification-daemon-1.0/engines
diff --git a/sysutils/notification-daemon/distinfo b/sysutils/notification-daemon/distinfo
index e3959784e9d..ec21cfb4bc5 100644
--- a/sysutils/notification-daemon/distinfo
+++ b/sysutils/notification-daemon/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2006/09/16 14:48:05 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2006/11/13 19:40:04 drochner Exp $
-SHA1 (notification-daemon-0.3.5.tar.gz) = c8aa3b601db6d8b00cd9f4227fff146b8259eb71
-RMD160 (notification-daemon-0.3.5.tar.gz) = 5251ce4dcc2ae3cc637077ea71eb65a17c9102b4
-Size (notification-daemon-0.3.5.tar.gz) = 383582 bytes
+SHA1 (notification-daemon-0.3.6.tar.gz) = fe222006e246036250d8a3d29ad3ea4ea6e8b1c4
+RMD160 (notification-daemon-0.3.6.tar.gz) = f673127a3724cebbf9c91a1e457b15288cd86cce
+Size (notification-daemon-0.3.6.tar.gz) = 402426 bytes
+SHA1 (patch-aa) = d1f07b7b471d5a5ebfaf0adffe064a1d8f975469
diff --git a/sysutils/notification-daemon/patches/patch-aa b/sysutils/notification-daemon/patches/patch-aa
new file mode 100644
index 00000000000..745fd2585cb
--- /dev/null
+++ b/sysutils/notification-daemon/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/11/13 19:40:04 drochner Exp $
+
+--- src/Makefile.in.orig 2006-10-08 19:30:36.000000000 +0200
++++ src/Makefile.in
+@@ -531,7 +531,7 @@ uninstall-am: uninstall-info-am uninstal
+
+
+ notificationdaemon-dbus-glue.h: notificationdaemon.xml
+- dbus-binding-tool --mode=glib-server \
++ dbus-binding-tool --mode=glib-server --prefix= \
+ $(srcdir)/notificationdaemon.xml > notificationdaemon-dbus-glue.h
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.