Date: Mon, 21 Oct 2013 17:24:13 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331160 - in head/x11-toolkits/libxfce4gui: . files Message-ID: <201310211724.r9LHODVh033637@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Mon Oct 21 17:24:13 2013 New Revision: 331160 URL: http://svnweb.freebsd.org/changeset/ports/331160 Log: - Support STAGEDIR - Convert to new LIB_DEPENDS format - Switch to USES= gmake - Enhance COMMENT entry and description (pkg-descr) - Fix NLS support, when it's unset - Standardize 'startup-notification' description Added: head/x11-toolkits/libxfce4gui/files/ head/x11-toolkits/libxfce4gui/files/patch-configure (contents, props changed) Modified: head/x11-toolkits/libxfce4gui/Makefile head/x11-toolkits/libxfce4gui/pkg-descr (contents, props changed) head/x11-toolkits/libxfce4gui/pkg-plist (contents, props changed) Modified: head/x11-toolkits/libxfce4gui/Makefile ============================================================================== --- head/x11-toolkits/libxfce4gui/Makefile Mon Oct 21 17:18:36 2013 (r331159) +++ head/x11-toolkits/libxfce4gui/Makefile Mon Oct 21 17:24:13 2013 (r331160) @@ -11,26 +11,24 @@ DISTNAME= libxfcegui4-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Xfce 4 widget library required by Xfce4 and Xfwm4 +COMMENT= Various Gtk widgets for the Xfce Desktop USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack libglade2 USE_LDCONFIG= yes USE_XFCE= configenv libutil USE_XORG= sm x11 -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake -CONFIGURE_ARGS+=--disable-gtk-doc-html +CONFIGURE_ARGS+=--disable-gladeui OPTIONS_DEFINE= DOCS NLS STARTUP OPTIONS_DEFAULT= STARTUP -STARTUP_DESC= Use libstartup-notification +STARTUP_DESC= Startup notification -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -43,7 +41,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MSTARTUP} -LIB_DEPENDS+= startup-notification-1:${PORTSDIR}/x11/startup-notification +LIB_DEPENDS+= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification CONFIGURE_ARGS+=--enable-startup-notification .else CONFIGURE_ARGS+=--disable-startup-notification Added: head/x11-toolkits/libxfce4gui/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/libxfce4gui/files/patch-configure Mon Oct 21 17:24:13 2013 (r331160) @@ -0,0 +1,11 @@ +--- ./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 Modified: head/x11-toolkits/libxfce4gui/pkg-descr ============================================================================== --- head/x11-toolkits/libxfce4gui/pkg-descr Mon Oct 21 17:18:36 2013 (r331159) +++ head/x11-toolkits/libxfce4gui/pkg-descr Mon Oct 21 17:24:13 2013 (r331160) @@ -1,3 +1,3 @@ -Xfce 4 unified widget library +GUI-related extension widgets and libraries for the Xfce Desktop. WWW: http://www.xfce.org/projects/libraries/ Modified: head/x11-toolkits/libxfce4gui/pkg-plist ============================================================================== --- head/x11-toolkits/libxfce4gui/pkg-plist Mon Oct 21 17:18:36 2013 (r331159) +++ head/x11-toolkits/libxfce4gui/pkg-plist Mon Oct 21 17:24:13 2013 (r331160) @@ -43,13 +43,13 @@ include/xfce4/libxfcegui4/xfce_scaled_im include/xfce4/libxfcegui4/xfce_systemtray.h include/xfce4/libxfcegui4/xfce_togglebutton.h include/xfce4/libxfcegui4/xinerama.h -lib/libglade/2.0/libxfce4.a -lib/libglade/2.0/libxfce4.la -lib/libglade/2.0/libxfce4.so lib/libxfcegui4.a lib/libxfcegui4.la lib/libxfcegui4.so lib/libxfcegui4.so.7 +lib/libglade/2.0/libxfce4.a +lib/libglade/2.0/libxfce4.la +lib/libglade/2.0/libxfce4.so libdata/pkgconfig/libxfcegui4-1.0.pc %%APIDOCS%%share/gtk-doc/html/libxfcegui4/XfceAboutDialog.html %%APIDOCS%%share/gtk-doc/html/libxfcegui4/XfceAppMenuItem.html @@ -176,6 +176,8 @@ share/icons/hicolor/scalable/apps/xfce-f %%NLS%%@dirrmtry share/locale/ast %%APIDOCS%%@dirrmtry share/gtk-doc/html/libxfcegui4 %%APIDOCS%%@dirrmtry share/gtk-doc/html -%%APIDOCS%%@dirrmtry share/gtk-doc +%%APIDOCS%%@dirrmtry share/gtk-doc +@dirrmtry lib/libglade/2.0 +@dirrmtry lib/libglade @dirrmtry include/xfce4/libxfcegui4 @dirrmtry include/xfce4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310211724.r9LHODVh033637>