Date: Thu, 15 Sep 2016 15:13:16 +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: r422204 - in head/x11/xfce4-clipman-plugin: . files Message-ID: <201609151513.u8FFDGQj030655@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Thu Sep 15 15:13:15 2016 New Revision: 422204 URL: https://svnweb.freebsd.org/changeset/ports/422204 Log: - Update to 1.4.0 - Remove UNIQUE option - Adjust dependencies (reported by QA script) Added: head/x11/xfce4-clipman-plugin/files/ head/x11/xfce4-clipman-plugin/files/patch-panel-plugin_Makefile.in (contents, props changed) Modified: head/x11/xfce4-clipman-plugin/Makefile head/x11/xfce4-clipman-plugin/distinfo head/x11/xfce4-clipman-plugin/pkg-plist Modified: head/x11/xfce4-clipman-plugin/Makefile ============================================================================== --- head/x11/xfce4-clipman-plugin/Makefile Thu Sep 15 15:08:26 2016 (r422203) +++ head/x11/xfce4-clipman-plugin/Makefile Thu Sep 15 15:13:15 2016 (r422204) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-clipman-plugin -PORTVERSION= 1.2.6 -PORTREVISION= 2 +PORTVERSION= 1.4.0 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -13,20 +12,19 @@ COMMENT= Clipboard manager for the Xfce LICENSE= GPLv2 -OPTIONS_DEFINE= QRCODE UNIQUE -OPTIONS_DEFAULT= UNIQUE +LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libdbus-glib-1.so:devel/dbus-glib + +OPTIONS_DEFINE= QRCODE QRCODE_DESC= QR Code support -UNIQUE_DESC= Unique (single instance) support QRCODE_LIB_DEPENDS= libqrencode.so:graphics/libqrencode QRCODE_CONFIGURE_ENABLE= libqrencode -UNIQUE_LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique -UNIQUE_CONFIGURE_ENABLE= unique GNU_CONFIGURE= yes -USE_GNOME= gtk20 intltool intlhack glib20 +USE_GNOME= gtk30 intltool intlhack glib20 cairo USE_XFCE= panel -USE_XORG= xtst xproto -USES= gettext gmake libtool pkgconfig xfce tar:bzip2 +USE_XORG= ice sm x11 xtst xproto +USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 INSTALLS_ICONS= yes .include <bsd.port.mk> Modified: head/x11/xfce4-clipman-plugin/distinfo ============================================================================== --- head/x11/xfce4-clipman-plugin/distinfo Thu Sep 15 15:08:26 2016 (r422203) +++ head/x11/xfce4-clipman-plugin/distinfo Thu Sep 15 15:13:15 2016 (r422204) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-clipman-plugin-1.2.6.tar.bz2) = 23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5 -SIZE (xfce4/xfce4-clipman-plugin-1.2.6.tar.bz2) = 438346 +TIMESTAMP = 1473932421 +SHA256 (xfce4/xfce4-clipman-plugin-1.4.0.tar.bz2) = a97671540663df1d90503f73695ac36e16fa2c832be8845ad9402529b8148294 +SIZE (xfce4/xfce4-clipman-plugin-1.4.0.tar.bz2) = 471045 Added: head/x11/xfce4-clipman-plugin/files/patch-panel-plugin_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-clipman-plugin/files/patch-panel-plugin_Makefile.in Thu Sep 15 15:13:15 2016 (r422204) @@ -0,0 +1,12 @@ +--- 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. Modified: head/x11/xfce4-clipman-plugin/pkg-plist ============================================================================== --- head/x11/xfce4-clipman-plugin/pkg-plist Thu Sep 15 15:08:26 2016 (r422203) +++ head/x11/xfce4-clipman-plugin/pkg-plist Thu Sep 15 15:13:15 2016 (r422204) @@ -1,6 +1,7 @@ bin/xfce4-clipman bin/xfce4-clipman-settings bin/xfce4-popup-clipman +bin/xfce4-popup-clipman-actions etc/xdg/autostart/xfce4-clipman-plugin-autostart.desktop etc/xdg/xfce4/panel/xfce4-clipman-actions.xml lib/xfce4/panel/plugins/libclipman.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609151513.u8FFDGQj030655>