diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-11-24 04:51:48 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-11-24 04:51:48 +0800 |
commit | bdd095e7f04e96be0e0fbd3910c2339aca5e3833 (patch) | |
tree | e41683a5fa7654bcac7b11a01197c0ee92e85072 /deskutils | |
parent | 168862b4f908d132fc21d25a600ae136e9d74047 (diff) | |
download | freebsd-ports-gnome-bdd095e7f04e96be0e0fbd3910c2339aca5e3833.tar.gz freebsd-ports-gnome-bdd095e7f04e96be0e0fbd3910c2339aca5e3833.tar.zst freebsd-ports-gnome-bdd095e7f04e96be0e0fbd3910c2339aca5e3833.zip |
Remove expired port:
2016-11-23 deskutils/xfce4-notification-daemon: No longer supported by upstream, replaced with deskutils/xfce4-notifyd
Diffstat (limited to 'deskutils')
8 files changed, 0 insertions, 187 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index c59d36837cd4..42381324bce7 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -261,7 +261,6 @@ SUBDIR += xchm SUBDIR += xfce4-generic-slider SUBDIR += xfce4-notes-plugin - SUBDIR += xfce4-notification-daemon SUBDIR += xfce4-notifyd SUBDIR += xfce4-tumbler SUBDIR += xfce4-volumed diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile deleted file mode 100644 index e71a04c691cf..000000000000 --- a/deskutils/xfce4-notification-daemon/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= notification-daemon -PORTVERSION= 0.3.7 -PORTREVISION= 23 -CATEGORIES= deskutils xfce -MASTER_SITES= LOCAL/ehaupt/ -PKGNAMEPREFIX= xfce4- -DISTNAME= ${PORTNAME}-xfce-${PORTVERSION} -DIST_SUBDIR= xfce4 - -MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Port of Gnome's notification-daemon for the Xfce desktop - -LICENSE= GPLv2 - -BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser -LIB_DEPENDS= libsexy.so:x11-toolkits/libsexy \ - libdbus-glib-1.so:devel/dbus-glib \ - libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 -RUN_DEPENDS= dbus-daemon:devel/dbus - -DEPRECATED= No longer supported by upstream, replaced with deskutils/xfce4-notifyd -EXPIRATION_DATE=2016-11-23 - -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -USES= gmake libtool pkgconfig gettext-tools xfce tar:bzip2 -USE_GNOME= librsvg2 gtk20 cairo -USE_LDCONFIG= yes -USE_XFCE= libgui -USE_XORG= x11 - -INSTALL_TARGET= install-strip - -CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/xfce4 \ - --libexecdir=${PREFIX}/libexec/xfce4 \ - --with-dbus-services=${PREFIX}/share/dbus-1/services - -CONFLICTS= notify-osd-[0-9]* - -OPTIONS_DEFINE= GRADIENT CLOSE NLS - -GRADIENT_DESC= Show a gradient look in the default theme -CLOSE_DESC= Show the close button in the default theme - -OPTIONS_DEFAULT=CLOSE - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext-runtime -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif - -.if ${PORT_OPTIONS:MGRADIENT} -CONFIGURE_ARGS+= --enable-gradient-look -.endif - -.if ${PORT_OPTIONS:MCLOSE} -CONFIGURE_ARGS+= --disable-close-button -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|\(notification-daemon-xfce\)-1.0|\1|' \ - ${WRKSRC}/src/daemon/Makefile.in \ - ${WRKSRC}/src/themes/bubble/Makefile.in \ - ${WRKSRC}/src/themes/standard/Makefile.in - @${REINPLACE_CMD} '/GTK_LIBS =/s/$$/ -lgmodule-2.0 -lX11/' \ - ${WRKSRC}/src/daemon/Makefile.in -.if empty(PORT_OPTIONS:MNLS) - @${REINPLACE_CMD} -e 's|\(USE_NLS=\)yes|\1no|' ${WRKSRC}/configure -.endif - -.include <bsd.port.mk> diff --git a/deskutils/xfce4-notification-daemon/distinfo b/deskutils/xfce4-notification-daemon/distinfo deleted file mode 100644 index 9cb0f90973e2..000000000000 --- a/deskutils/xfce4-notification-daemon/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xfce4/notification-daemon-xfce-0.3.7.tar.bz2) = c0dc4100a9fc6cbc45ce8741fd360f4d80ad57ced6905e42a70a92855d09a38a -SIZE (xfce4/notification-daemon-xfce-0.3.7.tar.bz2) = 329496 diff --git a/deskutils/xfce4-notification-daemon/files/patch-src__daemon__daemon.c b/deskutils/xfce4-notification-daemon/files/patch-src__daemon__daemon.c deleted file mode 100644 index 2f66e00bc951..000000000000 --- a/deskutils/xfce4-notification-daemon/files/patch-src__daemon__daemon.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/daemon/daemon.c.orig 2007-05-26 09:52:28 UTC -+++ src/daemon/daemon.c -@@ -1091,10 +1091,6 @@ main(int argc, char **argv) - - g_set_application_name ("notification-daemon-xfce"); - --#ifdef G_ENABLE_DEBUG -- g_log_set_always_fatal(G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL); --#endif -- - gtk_init(&argc, &argv); - - error = NULL; diff --git a/deskutils/xfce4-notification-daemon/files/patch-src__daemon__stack.c b/deskutils/xfce4-notification-daemon/files/patch-src__daemon__stack.c deleted file mode 100644 index 10752ee4846a..000000000000 --- a/deskutils/xfce4-notification-daemon/files/patch-src__daemon__stack.c +++ /dev/null @@ -1,62 +0,0 @@ ---- src/daemon/stack.c.orig 2007-05-26 09:52:28 UTC -+++ src/daemon/stack.c -@@ -40,51 +40,18 @@ struct _NotifyStack - static gboolean - get_work_area(GtkWidget *nw, GdkRectangle *rect) - { -- Atom workarea = XInternAtom(GDK_DISPLAY(), "_NET_WORKAREA", True); -- Atom type; -- Window win; -- int format; -- gulong num, leftovers; -- gulong max_len = 4 * 32; -- guchar *ret_workarea; -- long *workareas; -- int result; - GdkScreen *screen; -- int disp_screen; - -+ /* It would be best to allow the user to configure this, but the first -+ * monitor is a good default for now (the first monitor is likely the -+ * primary monitor). */ -+ -+ guint monitor = 0; -+ - gtk_widget_realize(nw); - screen = gdk_drawable_get_screen(GDK_DRAWABLE(nw->window)); -- disp_screen = GDK_SCREEN_XNUMBER(screen); -- -- /* Defaults in case of error */ -- rect->x = 0; -- rect->y = 0; -- rect->width = gdk_screen_get_width(screen); -- rect->height = gdk_screen_get_height(screen); -- -- if (workarea == None) -- return FALSE; -- -- win = XRootWindow(GDK_DISPLAY(), disp_screen); -- result = XGetWindowProperty(GDK_DISPLAY(), win, workarea, 0, -- max_len, False, AnyPropertyType, -- &type, &format, &num, &leftovers, -- &ret_workarea); -- -- if (result != Success || type == None || format == 0 || leftovers || -- num % 4) -- { -- return FALSE; -- } -- -- workareas = (long *)ret_workarea; -- rect->x = workareas[disp_screen * 4]; -- rect->y = workareas[disp_screen * 4 + 1]; -- rect->width = workareas[disp_screen * 4 + 2]; -- rect->height = workareas[disp_screen * 4 + 3]; -- -- XFree(ret_workarea); -- -+ -+ gdk_screen_get_monitor_geometry(screen, monitor, rect); - return TRUE; - } - diff --git a/deskutils/xfce4-notification-daemon/files/patch-src__settings__main.c b/deskutils/xfce4-notification-daemon/files/patch-src__settings__main.c deleted file mode 100644 index bcb4fd2cb737..000000000000 --- a/deskutils/xfce4-notification-daemon/files/patch-src__settings__main.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/settings/main.c.orig 2007-05-26 09:52:28 UTC -+++ src/settings/main.c -@@ -187,8 +187,7 @@ notification_settings_preview (GtkWidget - /* create new preview notification */ - preview = notify_notification_new (_("Preview notification"), - _("Lorem Ipsum is simply dummy text of the printing and typesetting industry."), -- "notification-settings", -- NULL); -+ "notification-settings"); - - notify_notification_set_urgency (preview, NOTIFY_URGENCY_NORMAL); - notify_notification_set_category(preview, "preview"); diff --git a/deskutils/xfce4-notification-daemon/pkg-descr b/deskutils/xfce4-notification-daemon/pkg-descr deleted file mode 100644 index 73405fd4a9e9..000000000000 --- a/deskutils/xfce4-notification-daemon/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Port of notification daemon for Xfce Desktop Environment. - -WWW: http://goodies.xfce.org/projects/applications/notification-daemon-xfce diff --git a/deskutils/xfce4-notification-daemon/pkg-plist b/deskutils/xfce4-notification-daemon/pkg-plist deleted file mode 100644 index c30244a10c41..000000000000 --- a/deskutils/xfce4-notification-daemon/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/notification-settings -lib/xfce4/notification-daemon-xfce/engines/libstandard.a -lib/xfce4/notification-daemon-xfce/engines/libstandard.so -libexec/xfce4/notification-daemon-xfce -share/applications/notification-settings.desktop -share/dbus-1/services/org.freedesktop.Notifications.service -share/icons/hicolor/22x22/apps/notification-settings.png -share/icons/hicolor/48x48/apps/notification-settings.png -%%NLS%%share/locale/be/LC_MESSAGES/notification-daemon-xfce.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/notification-daemon-xfce.mo -%%NLS%%share/locale/fr/LC_MESSAGES/notification-daemon-xfce.mo -%%NLS%%share/locale/hu/LC_MESSAGES/notification-daemon-xfce.mo -%%NLS%%share/locale/nl/LC_MESSAGES/notification-daemon-xfce.mo -%%NLS%%share/locale/pl/LC_MESSAGES/notification-daemon-xfce.mo -%%NLS%%share/locale/uk/LC_MESSAGES/notification-daemon-xfce.mo |