diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-24 18:00:48 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-24 18:00:48 +0000 |
commit | 7c5a29f918de411fdfa0a74da9162643ed96c922 (patch) | |
tree | 12c6d0e3085e44cf880095080fe05c173b798edb /deskutils/notification-daemon | |
parent | b429ce7a3531e5701204ad8aaa0763ede2dc874c (diff) | |
download | ports-7c5a29f918de411fdfa0a74da9162643ed96c922.tar.gz ports-7c5a29f918de411fdfa0a74da9162643ed96c922.zip |
Notes
Diffstat (limited to 'deskutils/notification-daemon')
-rw-r--r-- | deskutils/notification-daemon/Makefile | 22 | ||||
-rw-r--r-- | deskutils/notification-daemon/distinfo | 6 | ||||
-rw-r--r-- | deskutils/notification-daemon/files/extra-patch-src-main.cc | 10 | ||||
-rw-r--r-- | deskutils/notification-daemon/files/patch-src-Notification.hh | 10 | ||||
-rw-r--r-- | deskutils/notification-daemon/pkg-plist | 11 |
5 files changed, 22 insertions, 37 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index 31cd280f51a6..4132d7896526 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -6,8 +6,7 @@ # PORTNAME= notification-daemon -PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTVERSION= 0.3.2 CATEGORIES= deskutils gnome MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/ @@ -15,18 +14,17 @@ MAINTAINER= andreas@syndrom23.de COMMENT= Send small notifications to your desktop LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus \ - notify.0:${PORTSDIR}/devel/libnotify \ - sexy:${PORTSDIR}/x11-toolkits/libsexy + sexy:${PORTSDIR}/x11-toolkits/libsexy \ + popt.0:${PORTSDIR}/devel/popt -USE_GNOME= gnomehack gnometarget intlhack gtk20 +USE_GNOME= gnomehack gnometarget intlhack glib20 gtk20 gconf2 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +GCONF_SCHEMAS= notification-daemon.schemas CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-main.cc -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/deskutils/notification-daemon/distinfo b/deskutils/notification-daemon/distinfo index 439800e50a25..1179f5b35d53 100644 --- a/deskutils/notification-daemon/distinfo +++ b/deskutils/notification-daemon/distinfo @@ -1,3 +1,3 @@ -MD5 (notification-daemon-0.2.4.tar.gz) = d5c9739f60d04fe17dc64cf16f91d043 -SHA256 (notification-daemon-0.2.4.tar.gz) = 7b7e0d6e00d90f9cfbc4cf9fd09bdbeaa8db1cd4e81e93ca6a1604f35e3dde54 -SIZE (notification-daemon-0.2.4.tar.gz) = 159190 +MD5 (notification-daemon-0.3.2.tar.gz) = ff55cfeecebad1e40ab58fa96820d5ff +SHA256 (notification-daemon-0.3.2.tar.gz) = 82ac3c60beb16534afd92f99bf2b8605113c5e813300486098d8988d811d6d72 +SIZE (notification-daemon-0.3.2.tar.gz) = 377518 diff --git a/deskutils/notification-daemon/files/extra-patch-src-main.cc b/deskutils/notification-daemon/files/extra-patch-src-main.cc deleted file mode 100644 index 80b59cc6f02b..000000000000 --- a/deskutils/notification-daemon/files/extra-patch-src-main.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/main.cc.orig Wed Aug 10 10:43:56 2005 -+++ src/main.cc Wed Aug 31 23:25:36 2005 -@@ -622,7 +622,6 @@ - int - main(int argc, char **argv) - { -- std::set_terminate(__gnu_cxx::__verbose_terminate_handler); - DBusError error; - - dbus_error_init(&error); diff --git a/deskutils/notification-daemon/files/patch-src-Notification.hh b/deskutils/notification-daemon/files/patch-src-Notification.hh deleted file mode 100644 index 5162c68daaba..000000000000 --- a/deskutils/notification-daemon/files/patch-src-Notification.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- src/Notification.hh.orig Thu Jul 28 10:50:44 2005 -+++ src/Notification.hh Wed Aug 31 23:14:48 2005 -@@ -31,6 +31,7 @@ - #include "Hint.hh" - #include "Image.hh" - -+#include <sys/types.h> - - /* - * This class represents a notification. It's a class rather than a struct diff --git a/deskutils/notification-daemon/pkg-plist b/deskutils/notification-daemon/pkg-plist index c1fe61e887f2..f095d59f62e9 100644 --- a/deskutils/notification-daemon/pkg-plist +++ b/deskutils/notification-daemon/pkg-plist @@ -1,3 +1,10 @@ -etc/dbus-1/system.d/notification-daemon.conf +lib/notification-daemon/engines/libbubble.a +lib/notification-daemon/engines/libbubble.so +lib/notification-daemon/engines/libbubble.so.0 +lib/notification-daemon/engines/libstandard.a +lib/notification-daemon/engines/libstandard.so +lib/notification-daemon/engines/libstandard.so.0 libexec/notification-daemon -share/dbus-1/services/org.freedesktop.Notifications.service +share/dbus-1/services/notification-daemon.service +@dirrm lib/notification-daemon/engines +@dirrm lib/notification-daemon |