diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-27 10:43:23 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-27 10:43:23 +0800 |
commit | d410b27e6d0893f7925325bc448660c7bd4a7848 (patch) | |
tree | 83f974a07cdbc2aeccf1754225474a29b97570f2 /deskutils/notification-daemon | |
parent | bedf441657712f35577372e2a97d7fc583bb835c (diff) | |
download | freebsd-ports-gnome-d410b27e6d0893f7925325bc448660c7bd4a7848.tar.gz freebsd-ports-gnome-d410b27e6d0893f7925325bc448660c7bd4a7848.tar.zst freebsd-ports-gnome-d410b27e6d0893f7925325bc448660c7bd4a7848.zip |
-Update to 0.3.7.
-No longer need popt dependency.
Diffstat (limited to 'deskutils/notification-daemon')
-rw-r--r-- | deskutils/notification-daemon/Makefile | 5 | ||||
-rw-r--r-- | deskutils/notification-daemon/distinfo | 6 | ||||
-rw-r--r-- | deskutils/notification-daemon/files/patch-src-Makefile.in | 11 | ||||
-rw-r--r-- | deskutils/notification-daemon/files/patch-src-daemon.c | 11 | ||||
-rw-r--r-- | deskutils/notification-daemon/pkg-plist | 2 |
5 files changed, 7 insertions, 28 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index 30fea523a9b3..4cc725a4df57 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= notification-daemon -PORTVERSION= 0.3.6 +PORTVERSION= 0.3.7 CATEGORIES= deskutils gnome MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/ @@ -14,8 +14,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Send small notifications to your desktop LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sexy:${PORTSDIR}/x11-toolkits/libsexy \ - popt.0:${PORTSDIR}/devel/popt + sexy:${PORTSDIR}/x11-toolkits/libsexy USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck USE_GMAKE= yes diff --git a/deskutils/notification-daemon/distinfo b/deskutils/notification-daemon/distinfo index b66b97c3b9e4..3e07022aeaa3 100644 --- a/deskutils/notification-daemon/distinfo +++ b/deskutils/notification-daemon/distinfo @@ -1,3 +1,3 @@ -MD5 (notification-daemon-0.3.6.tar.gz) = a5a9aa63205e624da8468e35722b08bf -SHA256 (notification-daemon-0.3.6.tar.gz) = a187976c1957a7a0e17014ed97cbb4341f6898d5f60301f1b0c37e52188ebd13 -SIZE (notification-daemon-0.3.6.tar.gz) = 402426 +MD5 (notification-daemon-0.3.7.tar.gz) = 7fa369bff1031acbe4ca41f03bee7d02 +SHA256 (notification-daemon-0.3.7.tar.gz) = 53d2f92c3d14423b49c2ff077855cf3987d38def963c82fd26fba5de379ca540 +SIZE (notification-daemon-0.3.7.tar.gz) = 412184 diff --git a/deskutils/notification-daemon/files/patch-src-Makefile.in b/deskutils/notification-daemon/files/patch-src-Makefile.in deleted file mode 100644 index f81524646077..000000000000 --- a/deskutils/notification-daemon/files/patch-src-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Sun Nov 5 08:46:21 2006 -+++ src/Makefile.in Sun Nov 5 08:46:24 2006 -@@ -531,7 +531,7 @@ - - - notificationdaemon-dbus-glue.h: notificationdaemon.xml -- dbus-binding-tool --mode=glib-server \ -+ dbus-binding-tool --mode=glib-server --prefix=notify_daemon \ - $(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. diff --git a/deskutils/notification-daemon/files/patch-src-daemon.c b/deskutils/notification-daemon/files/patch-src-daemon.c deleted file mode 100644 index 67a5c548d383..000000000000 --- a/deskutils/notification-daemon/files/patch-src-daemon.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/daemon.c.orig Sun Nov 5 08:59:12 2006 -+++ src/daemon.c Sun Nov 5 08:59:37 2006 -@@ -1089,7 +1089,7 @@ - dbus_conn = dbus_g_connection_get_connection(connection); - - dbus_g_object_type_install_info(NOTIFY_TYPE_DAEMON, -- &dbus_glib__object_info); -+ &dbus_glib_notify_daemon_object_info); - - bus_proxy = dbus_g_proxy_new_for_name(connection, - "org.freedesktop.DBus", diff --git a/deskutils/notification-daemon/pkg-plist b/deskutils/notification-daemon/pkg-plist index fd9a7b78b6bf..72ecf2f92b39 100644 --- a/deskutils/notification-daemon/pkg-plist +++ b/deskutils/notification-daemon/pkg-plist @@ -3,6 +3,8 @@ lib/notification-daemon-1.0/engines/libstandard.la lib/notification-daemon-1.0/engines/libstandard.so libexec/notification-daemon share/dbus-1/services/org.freedesktop.Notifications.service +share/locale/de/LC_MESSAGES/notification-daemon.mo share/locale/nl/LC_MESSAGES/notification-daemon.mo +share/locale/sv/LC_MESSAGES/notification-daemon.mo @dirrm lib/notification-daemon-1.0/engines @dirrm lib/notification-daemon-1.0 |