diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-01-29 14:51:57 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-01-29 14:51:57 +0000 |
commit | 7f0af871cf32465536df01711a082ebf3cc5c5a0 (patch) | |
tree | a1cf2ed7413869770b378cfa31779a368b6e466d /x11/xfce4-clipman-plugin | |
parent | 13759ce711d5f0a5389a42d619dc2f26e8af0890 (diff) | |
download | ports-7f0af871cf32465536df01711a082ebf3cc5c5a0.tar.gz ports-7f0af871cf32465536df01711a082ebf3cc5c5a0.zip |
Notes
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 10 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/pkg-plist | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 03dcb3b188b2..cdf205412a67 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -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 diff --git a/x11/xfce4-clipman-plugin/pkg-plist b/x11/xfce4-clipman-plugin/pkg-plist index 6e34441d75d9..67ae498507df 100644 --- a/x11/xfce4-clipman-plugin/pkg-plist +++ b/x11/xfce4-clipman-plugin/pkg-plist @@ -95,7 +95,7 @@ share/locale/vi/LC_MESSAGES/xfce4-clipman-plugin.mo 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-plugin.desktop @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 |