Date: Wed, 29 Jan 2014 14:51:57 +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: r341743 - in head/x11: xfce4-clipman-plugin xfce4-embed-plugin xfce4-quicklauncher-plugin xfce4-verve-plugin xfce4-xfapplet-plugin Message-ID: <201401291451.s0TEpviT096558@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Wed Jan 29 14:51:57 2014 New Revision: 341743 URL: http://svnweb.freebsd.org/changeset/ports/341743 QAT: https://qat.redports.org/buildarchive/r341743/ Log: - Support STAGEDIR While I'm here - Use USES= gmake - Convert to new LIB_DEPENDS syntax - Add LICENSE Modified: head/x11/xfce4-clipman-plugin/Makefile head/x11/xfce4-clipman-plugin/pkg-plist head/x11/xfce4-embed-plugin/Makefile head/x11/xfce4-embed-plugin/pkg-plist head/x11/xfce4-quicklauncher-plugin/Makefile head/x11/xfce4-verve-plugin/Makefile head/x11/xfce4-xfapplet-plugin/Makefile Modified: head/x11/xfce4-clipman-plugin/Makefile ============================================================================== --- head/x11/xfce4-clipman-plugin/Makefile Wed Jan 29 14:43:47 2014 (r341742) +++ head/x11/xfce4-clipman-plugin/Makefile Wed Jan 29 14:51:57 2014 (r341743) @@ -3,7 +3,7 @@ PORTNAME= xfce4-clipman-plugin PORTVERSION= 1.2.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -13,26 +13,22 @@ MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce 4 clipboard module for xfce4-panel LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= UNIQUE UNIQUE_DESC= Enable Unique (single instance) support GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 intltool intlhack glib20 USE_XFCE= configenv libexo libmenu libutil panel xfconf USE_XORG= xtst -USES= pkgconfig gettext pathfix - +USES= pkgconfig gettext gmake INSTALLS_ICONS= yes -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MUNIQUE} -LIB_DEPENDS+= unique-1:${PORTSDIR}/x11-toolkits/unique +LIB_DEPENDS+= libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique CONFIGURE_ARGS+= --enable-unique .else CONFIGURE_ARGS+= --disable-unique Modified: head/x11/xfce4-clipman-plugin/pkg-plist ============================================================================== --- head/x11/xfce4-clipman-plugin/pkg-plist Wed Jan 29 14:43:47 2014 (r341742) +++ head/x11/xfce4-clipman-plugin/pkg-plist Wed Jan 29 14:51:57 2014 (r341743) @@ -95,7 +95,7 @@ share/locale/vi/LC_MESSAGES/xfce4-clipma share/locale/zh_CN/LC_MESSAGES/xfce4-clipman-plugin.mo share/locale/zh_TW/LC_MESSAGES/xfce4-clipman-plugin.mo share/xfce4/panel/plugins/xfce4-clipman-plugin.desktop -@dirrmtry share/xfce4/panel-plugins +@dirrmtry share/xfce4/panel/plugins @dirrmtry share/locale/ur_PK/LC_MESSAGES @dirrmtry share/locale/ur_PK @dirrmtry share/locale/ur/LC_MESSAGES @@ -125,6 +125,6 @@ share/xfce4/panel/plugins/xfce4-clipman- @dirrm %%DOCSDIR%%/html/C @dirrm %%DOCSDIR%%/html @dirrm %%DOCSDIR%% -@dirrmtry lib/xfce4/panel +@dirrmtry lib/xfce4/panel/plugins @dirrmtry etc/xdg/xfce4/panel @dirrmtry etc/xdg/xfce4 Modified: head/x11/xfce4-embed-plugin/Makefile ============================================================================== --- head/x11/xfce4-embed-plugin/Makefile Wed Jan 29 14:43:47 2014 (r341742) +++ head/x11/xfce4-embed-plugin/Makefile Wed Jan 29 14:51:57 2014 (r341743) @@ -11,18 +11,18 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Embed arbitrary windows into the Xfce panel +LICENSE= GPLv2 + USE_BZIP2= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pkgconfig +USES= pkgconfig gmake USE_XORG= x11 USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil panel OPTIONS_DEFINE= NLS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} Modified: head/x11/xfce4-embed-plugin/pkg-plist ============================================================================== --- head/x11/xfce4-embed-plugin/pkg-plist Wed Jan 29 14:43:47 2014 (r341742) +++ head/x11/xfce4-embed-plugin/pkg-plist Wed Jan 29 14:51:57 2014 (r341743) @@ -27,5 +27,7 @@ lib/xfce4/panel/plugins/libembed.so %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-embed-plugin.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-embed-plugin.mo share/xfce4/panel/plugins/embed.desktop +@dirrmtry share/xfce4/panel/plugins %%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ug +@dirrmtry lib/xfce4/panel/plugins Modified: head/x11/xfce4-quicklauncher-plugin/Makefile ============================================================================== --- head/x11/xfce4-quicklauncher-plugin/Makefile Wed Jan 29 14:43:47 2014 (r341742) +++ head/x11/xfce4-quicklauncher-plugin/Makefile Wed Jan 29 14:51:57 2014 (r341743) @@ -12,12 +12,12 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Quicklauncher plugin for Xfce +LICENSE= GPLv2 + GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gettext pkgconfig -USE_GMAKE= yes +USES= gettext pkgconfig gmake USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libgui panel -NO_STAGE= yes .include <bsd.port.mk> Modified: head/x11/xfce4-verve-plugin/Makefile ============================================================================== --- head/x11/xfce4-verve-plugin/Makefile Wed Jan 29 14:43:47 2014 (r341742) +++ head/x11/xfce4-verve-plugin/Makefile Wed Jan 29 14:51:57 2014 (r341743) @@ -7,28 +7,27 @@ PORTREVISION= 8 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/panel-plugins/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R} -DIST_SUBDIR= xfce4 PKGNAMEPREFIX= xfce4- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} +DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Command line plugin for Xfce4 -LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre +LICENSE= GPLv2 + +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= glib20 intltool intlhack USE_XFCE= configenv panel libexo libgui libutil -USES= pkgconfig pathfix - -CONFIGURE_ARGS= --disable-debug +USES= pkgconfig pathfix gmake OPTIONS_DEFINE= NLS DBUS +OPTIONS_DEFAULT= NLS DBUS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -41,7 +40,7 @@ PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib CONFIGURE_ARGS+=--enable-dbus PLIST_SUB+= DBUS="" .else Modified: head/x11/xfce4-xfapplet-plugin/Makefile ============================================================================== --- head/x11/xfce4-xfapplet-plugin/Makefile Wed Jan 29 14:43:47 2014 (r341742) +++ head/x11/xfce4-xfapplet-plugin/Makefile Wed Jan 29 14:51:57 2014 (r341743) @@ -12,7 +12,9 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfapplet plugin for Xfce -LIB_DEPENDS= panelappletmm-2.6:${PORTSDIR}/x11-toolkits/libpanelappletmm +LICENSE= GPLv2 + +LIB_DEPENDS= libpanelappletmm-2.6.so:${PORTSDIR}/x11-toolkits/libpanelappletmm GNU_CONFIGURE= yes USE_BZIP2= yes @@ -20,5 +22,4 @@ USES= gettext gmake pkgconfig USE_GNOME= gtk20 intltool intlhack orbit2 USE_XFCE= configenv libgui libutil panel -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401291451.s0TEpviT096558>