diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/notification-daemon/Makefile | 36 | ||||
-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 | 24 |
4 files changed, 72 insertions, 0 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile new file mode 100644 index 000000000..ada4bb98f --- /dev/null +++ b/deskutils/notification-daemon/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: notification-daemon +# Date created: 2005-08-06 +# Whom: Andreas Kohn <andreas@syndrom23.de> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= notification-daemon +PORTVERSION= 0.4.0 +CATEGORIES= deskutils gnome +MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/ + +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 + +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" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= notification-daemon.schemas + +CONFLICTS= xfce4-notification-daemon-[0-9]* + +.include <bsd.port.mk> diff --git a/deskutils/notification-daemon/distinfo b/deskutils/notification-daemon/distinfo new file mode 100644 index 000000000..f0f4ede63 --- /dev/null +++ b/deskutils/notification-daemon/distinfo @@ -0,0 +1,3 @@ +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-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..b4160c5ec --- /dev/null +++ b/deskutils/notification-daemon/pkg-plist @@ -0,0 +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 |