summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 12:59:25 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 12:59:25 +0000
commit12f1c642c3058523b0b798132c68e41ccdc03f99 (patch)
treef598f364590a3484d80aafadc3accd6c44e692c4 /deskutils
parentOnly try to create DISTDIR if it does not exist already. (diff)
Pacify portlint and stage-qa
Notes
Notes: svn path=/head/; revision=419841
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/xfce4-notification-daemon/Makefile11
-rw-r--r--deskutils/xfce4-notification-daemon/files/patch-src__daemon__daemon.c6
-rw-r--r--deskutils/xfce4-notification-daemon/files/patch-src__daemon__stack.c6
-rw-r--r--deskutils/xfce4-notification-daemon/files/patch-src__settings__main.c6
4 files changed, 17 insertions, 12 deletions
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile
index 50b82c2f6bf0..e61f8a3c0bab 100644
--- a/deskutils/xfce4-notification-daemon/Makefile
+++ b/deskutils/xfce4-notification-daemon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= notification-daemon
PORTVERSION= 0.3.7
-PORTREVISION= 22
+PORTREVISION= 23
CATEGORIES= deskutils xfce
MASTER_SITES= LOCAL/ehaupt/
PKGNAMEPREFIX= xfce4-
@@ -17,15 +17,20 @@ 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
+ libdbus-glib-1.so:devel/dbus-glib \
+ libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2
RUN_DEPENDS= dbus-daemon:devel/dbus
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USES= gmake libtool pkgconfig gettext-tools xfce tar:bzip2
-USE_GNOME= librsvg2
+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 \
diff --git a/deskutils/xfce4-notification-daemon/files/patch-src__daemon__daemon.c b/deskutils/xfce4-notification-daemon/files/patch-src__daemon__daemon.c
index 623e55c8b8f4..2f66e00bc951 100644
--- a/deskutils/xfce4-notification-daemon/files/patch-src__daemon__daemon.c
+++ b/deskutils/xfce4-notification-daemon/files/patch-src__daemon__daemon.c
@@ -1,6 +1,6 @@
---- ./src/daemon/daemon.c.orig 2010-05-05 10:54:14.000000000 +0200
-+++ ./src/daemon/daemon.c 2010-05-05 10:54:50.000000000 +0200
-@@ -1091,10 +1091,6 @@
+--- 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");
diff --git a/deskutils/xfce4-notification-daemon/files/patch-src__daemon__stack.c b/deskutils/xfce4-notification-daemon/files/patch-src__daemon__stack.c
index 9f597739d1f5..10752ee4846a 100644
--- a/deskutils/xfce4-notification-daemon/files/patch-src__daemon__stack.c
+++ b/deskutils/xfce4-notification-daemon/files/patch-src__daemon__stack.c
@@ -1,6 +1,6 @@
---- ./src/daemon/stack.c.orig 2007-05-26 11:52:28.000000000 +0200
-+++ ./src/daemon/stack.c 2010-05-05 10:54:02.000000000 +0200
-@@ -40,51 +40,18 @@
+--- 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)
{
diff --git a/deskutils/xfce4-notification-daemon/files/patch-src__settings__main.c b/deskutils/xfce4-notification-daemon/files/patch-src__settings__main.c
index f41eba162033..bcb4fd2cb737 100644
--- a/deskutils/xfce4-notification-daemon/files/patch-src__settings__main.c
+++ b/deskutils/xfce4-notification-daemon/files/patch-src__settings__main.c
@@ -1,6 +1,6 @@
---- ./src/settings/main.c.orig 2012-05-29 15:07:41.000000000 +0200
-+++ ./src/settings/main.c 2012-05-29 15:08:08.000000000 +0200
-@@ -187,8 +187,7 @@
+--- 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."),