diff options
Diffstat (limited to 'deskutils/notification-daemon')
-rw-r--r-- | deskutils/notification-daemon/Makefile | 39 | ||||
-rw-r--r-- | deskutils/notification-daemon/distinfo | 3 | ||||
-rw-r--r-- | deskutils/notification-daemon/pkg-descr | 9 | ||||
-rw-r--r-- | deskutils/notification-daemon/pkg-plist | 43 |
4 files changed, 94 insertions, 0 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile new file mode 100644 index 000000000..ce543759f --- /dev/null +++ b/deskutils/notification-daemon/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: notification-daemon +# Date created: 2005-08-06 +# 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.5.0 +CATEGORIES= deskutils gnome +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Send small notifications to your desktop + +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ + notify.1:${PORTSDIR}/devel/libnotify + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING +USE_BZIP2= yes +USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck +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" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= notification-daemon.schemas + +CONFLICTS= xfce4-notification-daemon-[0-9]* xfce4-notifyd-[0-9]* + +.include <bsd.port.mk> diff --git a/deskutils/notification-daemon/distinfo b/deskutils/notification-daemon/distinfo new file mode 100644 index 000000000..9f154af53 --- /dev/null +++ b/deskutils/notification-daemon/distinfo @@ -0,0 +1,3 @@ +MD5 (notification-daemon-0.5.0.tar.bz2) = 18919b2aa2a88b71a40f59393edf70d0 +SHA256 (notification-daemon-0.5.0.tar.bz2) = aa1d3546fd1d5c51087317f4921c419927b644c12c39b557c959c9b45deb1475 +SIZE (notification-daemon-0.5.0.tar.bz2) = 330034 diff --git a/deskutils/notification-daemon/pkg-descr b/deskutils/notification-daemon/pkg-descr new file mode 100644 index 000000000..33ba0cc36 --- /dev/null +++ b/deskutils/notification-daemon/pkg-descr @@ -0,0 +1,9 @@ +The Desktop Notifications framework provides a standard way of doing passive +pop-up notifications on the desktop. These are designed to notify the +user of something without interrupting their work with a dialog box that they +must close. Passive popups can automatically disappear after a short period +of time. + +This port contains the daemon. + +WWW: http://www.galago-project.org/specs/notification/index.php diff --git a/deskutils/notification-daemon/pkg-plist b/deskutils/notification-daemon/pkg-plist new file mode 100644 index 000000000..b94b0ae5f --- /dev/null +++ b/deskutils/notification-daemon/pkg-plist @@ -0,0 +1,43 @@ +bin/notification-properties +lib/notification-daemon-1.0/engines/libslider.a +lib/notification-daemon-1.0/engines/libslider.la +lib/notification-daemon-1.0/engines/libslider.so +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/cs/LC_MESSAGES/notification-daemon.mo +share/locale/da/LC_MESSAGES/notification-daemon.mo +share/locale/de/LC_MESSAGES/notification-daemon.mo +share/locale/el/LC_MESSAGES/notification-daemon.mo +share/locale/es/LC_MESSAGES/notification-daemon.mo +share/locale/et/LC_MESSAGES/notification-daemon.mo +share/locale/fr/LC_MESSAGES/notification-daemon.mo +share/locale/gl/LC_MESSAGES/notification-daemon.mo +share/locale/hu/LC_MESSAGES/notification-daemon.mo +share/locale/it/LC_MESSAGES/notification-daemon.mo +share/locale/ja/LC_MESSAGES/notification-daemon.mo +share/locale/lt/LC_MESSAGES/notification-daemon.mo +share/locale/nb/LC_MESSAGES/notification-daemon.mo +share/locale/nl/LC_MESSAGES/notification-daemon.mo +share/locale/pa/LC_MESSAGES/notification-daemon.mo +share/locale/pl/LC_MESSAGES/notification-daemon.mo +share/locale/pt_BR/LC_MESSAGES/notification-daemon.mo +share/locale/ru/LC_MESSAGES/notification-daemon.mo +share/locale/sl/LC_MESSAGES/notification-daemon.mo +share/locale/sv/LC_MESSAGES/notification-daemon.mo +share/locale/zh_CN/LC_MESSAGES/notification-daemon.mo +share/notification-daemon/notification-properties.ui +@dirrm share/notification-daemon +@dirrm lib/notification-daemon-1.0/engines +@dirrm lib/notification-daemon-1.0 +@dirrmtry share/applications |