diff options
Diffstat (limited to 'deskutils/notification-daemon')
-rw-r--r-- | deskutils/notification-daemon/Makefile | 30 | ||||
-rw-r--r-- | deskutils/notification-daemon/distinfo | 3 | ||||
-rw-r--r-- | deskutils/notification-daemon/files/patch-src-daemon.c | 62 | ||||
-rw-r--r-- | deskutils/notification-daemon/pkg-descr | 9 | ||||
-rw-r--r-- | deskutils/notification-daemon/pkg-plist | 7 |
5 files changed, 0 insertions, 111 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile deleted file mode 100644 index adfa26ad4..000000000 --- a/deskutils/notification-daemon/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: notification-daemon -# Date created: 2005-08-06 -# Whom: Andreas Kohn <andreas@syndrom23.de> -# -# $FreeBSD$ -# - -PORTNAME= notification-daemon -PORTVERSION= 0.3.5 -PORTREVISION= 3 -CATEGORIES= deskutils gnome -MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/ - -MAINTAINER= andreas@syndrom23.de -COMMENT= Send small notifications to your desktop - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sexy:${PORTSDIR}/x11-toolkits/libsexy \ - popt.0:${PORTSDIR}/devel/popt - -USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck -USE_GMAKE= yes -USE_XLIB= 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.mk> diff --git a/deskutils/notification-daemon/distinfo b/deskutils/notification-daemon/distinfo deleted file mode 100644 index 51f8e9973..000000000 --- a/deskutils/notification-daemon/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (notification-daemon-0.3.5.tar.gz) = 7977c4c15139f9d53ddbfa8af707270f -SHA256 (notification-daemon-0.3.5.tar.gz) = 83a15eb99bb7a895d52e31be1c1548789a8bc29e83d30e758cf034a6627a1184 -SIZE (notification-daemon-0.3.5.tar.gz) = 383582 diff --git a/deskutils/notification-daemon/files/patch-src-daemon.c b/deskutils/notification-daemon/files/patch-src-daemon.c deleted file mode 100644 index e931c54e6..000000000 --- a/deskutils/notification-daemon/files/patch-src-daemon.c +++ /dev/null @@ -1,62 +0,0 @@ -diff -Naur notification-daemon-0.3.5.orig/src/daemon.c notification-daemon-0.3.5/src/daemon.c ---- src/daemon.c 2006-04-26 10:32:50.000000000 +0200 -+++ src/daemon.c 2006-06-18 05:07:47.000000000 +0200 -@@ -399,14 +399,54 @@ - GValueArray *image_struct; - GValue *value; - GArray *tmp_array; -+ GType type = G_VALUE_TYPE (icon_data); -+ -+ static const GType types[] = { -+ G_TYPE_INT, -+ G_TYPE_INT, -+ G_TYPE_INT, -+ G_TYPE_BOOLEAN, -+ G_TYPE_INT, -+ G_TYPE_INT -+ }; -+ -+ -+ if (dbus_g_type_is_struct (type)) -+ { -+ int n; -+ -+ if (dbus_g_type_get_struct_size (type) < 7) -+ { -+ g_warning("_notify_daemon_process_icon_data expected 7 data members, got only %d", dbus_g_type_get_struct_size (type)); -+ return FALSE; -+ } -+ -+ for (n = 0; n < G_N_ELEMENTS (types); ++n) -+ { -+ GType check = dbus_g_type_get_struct_member_type (type, n); -+ if (check != types[n]) -+ { -+ g_warning("_notify_daemon_process_icon_data expected '%s' at position %d, but got '%s'", -+ g_type_name (types[n]), n, g_type_name (check)); -+ return FALSE; -+ } - -- if (!G_VALUE_HOLDS(icon_data, G_TYPE_VALUE_ARRAY)) -+ /* We must check this separately as it's not a constant and can't be part of the types[] array */ -+ if (dbus_g_type_get_struct_member_type (type, 6) != DBUS_TYPE_G_UCHAR_ARRAY) -+ { -+ g_warning("_notify_daemon_process_icon_data expected '%s' at position %d, but got '%s'", -+ g_type_name (DBUS_TYPE_G_UCHAR_ARRAY), 6, g_type_name (dbus_g_type_get_struct_member_type (type,6))); -+ return FALSE; -+ } -+ } -+ } -+ else - { -- g_warning("_notify_daemon_process_icon_data expected a " -- "GValue of type GValueArray"); -- return FALSE; -+ g_warning("_notify_daemon_process_icon_data got wrong data"); -+ return FALSE; - } - -+ - image_struct = (GValueArray *)g_value_get_boxed(icon_data); - value = g_value_array_get_nth(image_struct, 0); - diff --git a/deskutils/notification-daemon/pkg-descr b/deskutils/notification-daemon/pkg-descr deleted file mode 100644 index 33ba0cc36..000000000 --- a/deskutils/notification-daemon/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index cfab3addc..000000000 --- a/deskutils/notification-daemon/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -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/dbus-1/services/org.freedesktop.Notifications.service -@dirrm lib/notification-daemon-1.0/engines -@dirrm lib/notification-daemon-1.0 |