diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-06-28 21:10:01 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-06-28 21:10:01 +0800 |
commit | f43b91dd8465679a4b2c6fa40e571ebb4bc33ba2 (patch) | |
tree | e4f359c6ae3095e2bb87bd1ef204aaf10c9bb53e /x11 | |
parent | 7f23990fff2a8c58f74564a175253c99a21f5dc0 (diff) | |
download | freebsd-ports-gnome-f43b91dd8465679a4b2c6fa40e571ebb4bc33ba2.tar.gz freebsd-ports-gnome-f43b91dd8465679a4b2c6fa40e571ebb4bc33ba2.tar.zst freebsd-ports-gnome-f43b91dd8465679a4b2c6fa40e571ebb4bc33ba2.zip |
- Convert USE_BZIP2 to USES
- Switch to USES= libtool, drop .la files
- Add LICENSE_FILE
- Bump PORTREVISION
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-screenshooter-plugin/Makefile | 8 | ||||
-rw-r--r-- | x11/xfce4-screenshooter-plugin/pkg-plist | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile index 2e707c3a51fc..57b279292512 100644 --- a/x11/xfce4-screenshooter-plugin/Makefile +++ b/x11/xfce4-screenshooter-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-screenshooter-plugin PORTVERSION= 1.8.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/apps/xfce4-screenshooter/${PORTVERSION:R} @@ -13,14 +13,16 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Desktop Screenshot plugin for Xfce +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup -USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libexo libmenu libutil panel -USES= pkgconfig gmake +USES= pkgconfig gmake libtool tar:bzip2 OPTIONS_DEFINE= NLS diff --git a/x11/xfce4-screenshooter-plugin/pkg-plist b/x11/xfce4-screenshooter-plugin/pkg-plist index 8d4ec0052f9f..349b8657271c 100644 --- a/x11/xfce4-screenshooter-plugin/pkg-plist +++ b/x11/xfce4-screenshooter-plugin/pkg-plist @@ -1,7 +1,7 @@ bin/xfce4-screenshooter -lib/xfce4/panel/plugins/libscreenshooterplugin.la lib/xfce4/panel/plugins/libscreenshooterplugin.so lib/xfce4/panel/plugins/libscreenshooterplugin.so.0 +lib/xfce4/panel/plugins/libscreenshooterplugin.so.0.0.0 man/man1/xfce4-screenshooter.1.gz share/applications/xfce4-screenshooter.desktop %%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog1.png |