pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/notification-daemon -make this build with new...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5125fce1e18
branches:  trunk
changeset: 521512:e5125fce1e18
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Nov 13 19:40:04 2006 +0000

description:
-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:

 sysutils/notification-daemon/Makefile         |   6 ++++--
 sysutils/notification-daemon/PLIST            |   3 ++-
 sysutils/notification-daemon/distinfo         |   9 +++++----
 sysutils/notification-daemon/patches/patch-aa |  13 +++++++++++++
 4 files changed, 24 insertions(+), 7 deletions(-)

diffs (67 lines):

diff -r f3c3fb9aa2be -r e5125fce1e18 sysutils/notification-daemon/Makefile
--- a/sysutils/notification-daemon/Makefile     Mon Nov 13 19:30:14 2006 +0000
+++ b/sysutils/notification-daemon/Makefile     Mon Nov 13 19:40:04 2006 +0000
@@ -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 @@
 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 -r f3c3fb9aa2be -r e5125fce1e18 sysutils/notification-daemon/PLIST
--- a/sysutils/notification-daemon/PLIST        Mon Nov 13 19:30:14 2006 +0000
+++ b/sysutils/notification-daemon/PLIST        Mon Nov 13 19:40:04 2006 +0000
@@ -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 -r f3c3fb9aa2be -r e5125fce1e18 sysutils/notification-daemon/distinfo
--- a/sysutils/notification-daemon/distinfo     Mon Nov 13 19:30:14 2006 +0000
+++ b/sysutils/notification-daemon/distinfo     Mon Nov 13 19:40:04 2006 +0000
@@ -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 -r f3c3fb9aa2be -r e5125fce1e18 sysutils/notification-daemon/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/notification-daemon/patches/patch-aa     Mon Nov 13 19:40:04 2006 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index