diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-11-29 13:53:14 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-11-29 13:53:14 +0800 |
commit | b708d83fc94bc9fca491794694f11801575b4510 (patch) | |
tree | b0906e7afecefd1529a75380f9d3e78e1d2c3ebf /x11 | |
parent | 34b4d900df2d0bf76f7230c8c0b3b543bac256ad (diff) | |
download | freebsd-ports-gnome-b708d83fc94bc9fca491794694f11801575b4510.tar.gz freebsd-ports-gnome-b708d83fc94bc9fca491794694f11801575b4510.tar.zst freebsd-ports-gnome-b708d83fc94bc9fca491794694f11801575b4510.zip |
- Update to 1.4.1
- Remove unneeded patch
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 3 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/distinfo | 6 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/files/patch-panel-plugin_Makefile.in | 12 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/pkg-plist | 4 |
4 files changed, 8 insertions, 17 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 03efe92fb6e5..2438632bf38c 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-clipman-plugin -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -26,5 +26,6 @@ USE_XFCE= panel USE_XORG= ice sm x11 xtst xproto USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/x11/xfce4-clipman-plugin/distinfo b/x11/xfce4-clipman-plugin/distinfo index 534370ae5c74..b0e930d51878 100644 --- a/x11/xfce4-clipman-plugin/distinfo +++ b/x11/xfce4-clipman-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1473932421 -SHA256 (xfce4/xfce4-clipman-plugin-1.4.0.tar.bz2) = a97671540663df1d90503f73695ac36e16fa2c832be8845ad9402529b8148294 -SIZE (xfce4/xfce4-clipman-plugin-1.4.0.tar.bz2) = 471045 +TIMESTAMP = 1480392800 +SHA256 (xfce4/xfce4-clipman-plugin-1.4.1.tar.bz2) = 341cce9665a89e5930e754ef3e27ff97594da22b82b1403099ebcf5c18a5351f +SIZE (xfce4/xfce4-clipman-plugin-1.4.1.tar.bz2) = 484795 diff --git a/x11/xfce4-clipman-plugin/files/patch-panel-plugin_Makefile.in b/x11/xfce4-clipman-plugin/files/patch-panel-plugin_Makefile.in deleted file mode 100644 index 485f46e8c8a5..000000000000 --- a/x11/xfce4-clipman-plugin/files/patch-panel-plugin_Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- panel-plugin/Makefile.in.orig 2016-09-15 08:18:26 UTC -+++ panel-plugin/Makefile.in -@@ -1326,7 +1326,8 @@ uninstall-am: uninstall-actionsDATA unin - @INTLTOOL_DESKTOP_RULE@ - - install-exec-hook: -- $(LN_S) -f $(exec_prefix)/bin/xfce4-popup-clipman $(DESTDIR)$(exec_prefix)/bin/xfce4-popup-clipman-actions -+ cd $(DESTDIR)$(exec_prefix)/bin && \ -+ $(LN_S) xfce4-popup-clipman xfce4-popup-clipman-actions - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/x11/xfce4-clipman-plugin/pkg-plist b/x11/xfce4-clipman-plugin/pkg-plist index e0e18c6e482e..b70f832c4a3e 100644 --- a/x11/xfce4-clipman-plugin/pkg-plist +++ b/x11/xfce4-clipman-plugin/pkg-plist @@ -7,10 +7,12 @@ etc/xdg/xfce4/panel/xfce4-clipman-actions.xml lib/xfce4/panel/plugins/libclipman.so share/appdata/xfce4-clipman.appdata.xml share/applications/xfce4-clipman.desktop +share/icons/hicolor/16x16/apps/clipman-symbolic.svg share/icons/hicolor/16x16/apps/xfce4-clipman-plugin.png -share/icons/hicolor/22x22/apps/xfce4-clipman-plugin.png share/icons/hicolor/24x24/apps/xfce4-clipman-plugin.png share/icons/hicolor/32x32/apps/xfce4-clipman-plugin.png +share/icons/hicolor/48x48/apps/xfce4-clipman-plugin.png +share/icons/hicolor/64x64/apps/xfce4-clipman-plugin.png share/icons/hicolor/scalable/apps/xfce4-clipman-plugin.svg share/locale/ar/LC_MESSAGES/xfce4-clipman-plugin.mo share/locale/ast/LC_MESSAGES/xfce4-clipman-plugin.mo |