diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-10 13:22:13 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-10 13:22:13 +0800 |
commit | 6d8ed8f7c7511223163de715a97ffc04bf6fada9 (patch) | |
tree | 40dc015efe383243b0880df377f73ee250da7de7 /deskutils/notification-daemon | |
parent | c7f342a8d7b82e85b9625c4403600fc20ce41da6 (diff) | |
download | freebsd-ports-gnome-6d8ed8f7c7511223163de715a97ffc04bf6fada9.tar.gz freebsd-ports-gnome-6d8ed8f7c7511223163de715a97ffc04bf6fada9.tar.zst freebsd-ports-gnome-6d8ed8f7c7511223163de715a97ffc04bf6fada9.zip |
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes. On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs. The documentation updates
to the website are forthcoming.
This release features commits by adamw, ahze, kwm, mezz, and myself. It would
not have been possible without are contributors and testers:
Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
Joseph S. Atkinson
Kris Moore
Lapo Luchini [7]
Nikos Ntarmos
Pawel Worach
Romain Tartiere
TAOKA Fumiyoshi [3]
Yasuda Keisuke
Zyl
aZ [4]
bf [2] [5]
Florent Thoumie
Peter Wemm
pluknet
PR: 125857 [1]
126993 [2]
130031 [3]
127399 [4]
127661 [5]
124302 [6]
129570 [7]
129936
123790
Diffstat (limited to 'deskutils/notification-daemon')
-rw-r--r-- | deskutils/notification-daemon/Makefile | 9 | ||||
-rw-r--r-- | deskutils/notification-daemon/distinfo | 6 | ||||
-rw-r--r-- | deskutils/notification-daemon/pkg-plist | 14 |
3 files changed, 23 insertions, 6 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index 4d151bc58dde..f50b5d230fa4 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -3,11 +3,11 @@ # Whom: Andreas Kohn <andreas@syndrom23.de> # # $FreeBSD$ +# $MCom: ports/deskutils/notification-daemon/Makefile,v 1.4 2008/11/30 19:43:36 marcus Exp $ # PORTNAME= notification-daemon -PORTVERSION= 0.3.7 -PORTREVISION= 3 +PORTVERSION= 0.4.0 CATEGORIES= deskutils gnome MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/ @@ -17,10 +17,13 @@ COMMENT= Send small notifications to your desktop LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ sexy:${PORTSDIR}/x11-toolkits/libsexy -USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck +USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck \ + libglade2 USE_GMAKE= yes USE_GETTEXT= yes USE_XORG= x11 xt sm ice xext +USE_GSTREAMER= good +INSTALLS_ICONS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/deskutils/notification-daemon/distinfo b/deskutils/notification-daemon/distinfo index 3e07022aeaa3..f0f4ede63712 100644 --- a/deskutils/notification-daemon/distinfo +++ b/deskutils/notification-daemon/distinfo @@ -1,3 +1,3 @@ -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 +MD5 (notification-daemon-0.4.0.tar.gz) = 281624263e3fc82c888dd7433a37194b +SHA256 (notification-daemon-0.4.0.tar.gz) = 0c0c90ec7f2fc7fc5cbefba2e04df6ae311abc7ace23dd34f21dc063e119d808 +SIZE (notification-daemon-0.4.0.tar.gz) = 404178 diff --git a/deskutils/notification-daemon/pkg-plist b/deskutils/notification-daemon/pkg-plist index 72ecf2f92b39..b4160c5ec039 100644 --- a/deskutils/notification-daemon/pkg-plist +++ b/deskutils/notification-daemon/pkg-plist @@ -1,10 +1,24 @@ +bin/notification-properties lib/notification-daemon-1.0/engines/libstandard.a lib/notification-daemon-1.0/engines/libstandard.la lib/notification-daemon-1.0/engines/libstandard.so libexec/notification-daemon +share/applications/notification-properties.desktop share/dbus-1/services/org.freedesktop.Notifications.service +share/icons/hicolor/16x16/apps/notification-properties.png +share/icons/hicolor/22x22/apps/notification-properties.png +share/icons/hicolor/24x24/apps/notification-properties.png +share/icons/hicolor/32x32/apps/notification-properties.png +share/icons/hicolor/48x48/apps/notification-properties.png +share/icons/hicolor/scalable/apps/notification-properties.svg +share/locale/ar/LC_MESSAGES/notification-daemon.mo share/locale/de/LC_MESSAGES/notification-daemon.mo +share/locale/it/LC_MESSAGES/notification-daemon.mo share/locale/nl/LC_MESSAGES/notification-daemon.mo +share/locale/pl/LC_MESSAGES/notification-daemon.mo share/locale/sv/LC_MESSAGES/notification-daemon.mo +share/notification-daemon/notification-properties.glade +@dirrm share/notification-daemon @dirrm lib/notification-daemon-1.0/engines @dirrm lib/notification-daemon-1.0 +@dirrmtry share/applications |