mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
-Update to 0.3.7.
-No longer need popt dependency.
This commit is contained in:
parent
0cea0d9670
commit
0b099a0531
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188442
5 changed files with 7 additions and 28 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= notification-daemon
|
PORTNAME= notification-daemon
|
||||||
PORTVERSION= 0.3.6
|
PORTVERSION= 0.3.7
|
||||||
CATEGORIES= deskutils gnome
|
CATEGORIES= deskutils gnome
|
||||||
MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/
|
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
|
COMMENT= Send small notifications to your desktop
|
||||||
|
|
||||||
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
||||||
sexy:${PORTSDIR}/x11-toolkits/libsexy \
|
sexy:${PORTSDIR}/x11-toolkits/libsexy
|
||||||
popt.0:${PORTSDIR}/devel/popt
|
|
||||||
|
|
||||||
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck
|
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (notification-daemon-0.3.6.tar.gz) = a5a9aa63205e624da8468e35722b08bf
|
MD5 (notification-daemon-0.3.7.tar.gz) = 7fa369bff1031acbe4ca41f03bee7d02
|
||||||
SHA256 (notification-daemon-0.3.6.tar.gz) = a187976c1957a7a0e17014ed97cbb4341f6898d5f60301f1b0c37e52188ebd13
|
SHA256 (notification-daemon-0.3.7.tar.gz) = 53d2f92c3d14423b49c2ff077855cf3987d38def963c82fd26fba5de379ca540
|
||||||
SIZE (notification-daemon-0.3.6.tar.gz) = 402426
|
SIZE (notification-daemon-0.3.7.tar.gz) = 412184
|
||||||
|
|
|
@ -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.
|
|
|
@ -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",
|
|
|
@ -3,6 +3,8 @@ lib/notification-daemon-1.0/engines/libstandard.la
|
||||||
lib/notification-daemon-1.0/engines/libstandard.so
|
lib/notification-daemon-1.0/engines/libstandard.so
|
||||||
libexec/notification-daemon
|
libexec/notification-daemon
|
||||||
share/dbus-1/services/org.freedesktop.Notifications.service
|
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/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/engines
|
||||||
@dirrm lib/notification-daemon-1.0
|
@dirrm lib/notification-daemon-1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue