aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2019-01-22 14:44:38 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2019-01-22 14:44:38 +0000
commit41ff4e536e680bc94d0949bc7708ddfe6f5646a7 (patch)
tree0b87a1825693d30844e1b681ab080746ab147896 /x11-toolkits
parentec5f7eb8bb72b6cf44e7b35905514df560d5f22b (diff)
downloadports-41ff4e536e680bc94d0949bc7708ddfe6f5646a7.tar.gz
ports-41ff4e536e680bc94d0949bc7708ddfe6f5646a7.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libxfce4gui/Makefile31
-rw-r--r--x11-toolkits/libxfce4gui/files/patch-configure11
-rw-r--r--x11-toolkits/libxfce4gui/files/patch-libxfcegui4_xfce-exec.c (renamed from x11-toolkits/libxfce4gui/files/patch-libxfcegui4__xfce-exec.c)6
-rw-r--r--x11-toolkits/libxfce4gui/pkg-descr2
4 files changed, 23 insertions, 27 deletions
diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile
index 99da5482ea23..4b35ea8624e9 100644
--- a/x11-toolkits/libxfce4gui/Makefile
+++ b/x11-toolkits/libxfce4gui/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libxfce4gui
PORTVERSION= 4.10.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11-toolkits xfce
MASTER_SITES= XFCE/src/archive/libxfcegui4/${PORTVERSION:R}
DISTNAME= libxfcegui4-${PORTVERSION}
@@ -14,24 +14,31 @@ COMMENT= Various Gtk widgets for the Xfce Desktop
LICENSE= GPLv2
-GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
-USES= gmake libtool pathfix pkgconfig gettext-tools xfce tar:bzip2
-USE_GNOME= gtk20 intltool intlhack libglade2
-USE_LDCONFIG= yes
+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2
+
+USES= gettext-tools gmake gnome libtool pathfix pkgconfig tar:bzip2 xfce
+USE_GNOME= cairo gtk20 intlhack intltool libglade2
USE_XFCE= libutil
-USE_XORG= sm x11
+USE_XORG= ice sm x11
+USE_LDCONFIG= yes
-CONFIGURE_ARGS+=--disable-gladeui --disable-static \
- --without-html-dir
+GNU_CONFIGURE= yes
+INSTALLS_ICONS= yes
+CONFIGURE_ARGS= --disable-gladeui --disable-static \
+ --without-html-dir
+INSTALL_TARGET= install-strip
OPTIONS_DEFINE= NLS STARTUP
OPTIONS_DEFAULT= STARTUP
-STARTUP_DESC= Startup notification
-NLS_USES= gettext-runtime
+OPTIONS_SUB= yes
+
+STARTUP_DESC= Startup notification
+
+NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
+
STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification
STARTUP_CONFIGURE_ENABLE= startup-notification
-OPTIONS_SUB= yes
.include <bsd.port.mk>
diff --git a/x11-toolkits/libxfce4gui/files/patch-configure b/x11-toolkits/libxfce4gui/files/patch-configure
deleted file mode 100644
index 413f259e9a8d..000000000000
--- a/x11-toolkits/libxfce4gui/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./configure.orig 2012-04-28 20:10:47.000000000 +0000
-+++ ./configure 2013-10-21 18:18:01.000000000 +0000
-@@ -13165,7 +13165,7 @@
-
- fi
- fi
-- USE_NLS=yes
-+ #USE_NLS=yes
-
-
- gt_cv_have_gettext=no
diff --git a/x11-toolkits/libxfce4gui/files/patch-libxfcegui4__xfce-exec.c b/x11-toolkits/libxfce4gui/files/patch-libxfcegui4_xfce-exec.c
index a8a9e801c545..4cade1299fb6 100644
--- a/x11-toolkits/libxfce4gui/files/patch-libxfcegui4__xfce-exec.c
+++ b/x11-toolkits/libxfce4gui/files/patch-libxfcegui4_xfce-exec.c
@@ -1,6 +1,6 @@
---- ./libxfcegui4/xfce-exec.c.orig 2012-04-28 20:10:43.000000000 +0000
-+++ ./libxfcegui4/xfce-exec.c 2014-03-24 21:25:39.000000000 +0000
-@@ -79,7 +79,7 @@
+--- libxfcegui4/xfce-exec.c.orig 2012-04-28 20:10:43 UTC
++++ libxfcegui4/xfce-exec.c
+@@ -79,7 +79,7 @@ child_setup_sync(gpointer user_data)
#ifndef G_OS_WIN32
gchar *dpyname = user_data;
diff --git a/x11-toolkits/libxfce4gui/pkg-descr b/x11-toolkits/libxfce4gui/pkg-descr
index 05888a7e26b8..4ef2ce3d0213 100644
--- a/x11-toolkits/libxfce4gui/pkg-descr
+++ b/x11-toolkits/libxfce4gui/pkg-descr
@@ -1,3 +1,3 @@
GUI-related extension widgets and libraries for the Xfce Desktop.
-WWW: http://www.xfce.org/
+WWW: https://www.xfce.org/