From owner-svn-ports-all@FreeBSD.ORG Sun Jan 25 11:44:10 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AE829CC; Sun, 25 Jan 2015 11:44:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BE45AFD; Sun, 25 Jan 2015 11:44:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0PBi9mh020069; Sun, 25 Jan 2015 11:44:09 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0PBi9s1020062; Sun, 25 Jan 2015 11:44:09 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201501251144.t0PBi9s1020062@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 25 Jan 2015 11:44:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377882 - in head/x11/xfce4-screenshooter-plugin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 11:44:10 -0000 Author: olivierd Date: Sun Jan 25 11:44:08 2015 New Revision: 377882 URL: https://svnweb.freebsd.org/changeset/ports/377882 QAT: https://qat.redports.org/buildarchive/r377882/ Log: - Update to 1.8.2 - Remove unneeded patches - Enhance description (COMMENT and pkg-descr file) - Adjust dependencies Deleted: head/x11/xfce4-screenshooter-plugin/files/ Modified: head/x11/xfce4-screenshooter-plugin/Makefile head/x11/xfce4-screenshooter-plugin/distinfo head/x11/xfce4-screenshooter-plugin/pkg-descr head/x11/xfce4-screenshooter-plugin/pkg-plist Modified: head/x11/xfce4-screenshooter-plugin/Makefile ============================================================================== --- head/x11/xfce4-screenshooter-plugin/Makefile Sun Jan 25 11:27:06 2015 (r377881) +++ head/x11/xfce4-screenshooter-plugin/Makefile Sun Jan 25 11:44:08 2015 (r377882) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-screenshooter-plugin -PORTVERSION= 1.8.1 -PORTREVISION= 6 +PORTVERSION= 1.8.2 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/apps/xfce4-screenshooter/${PORTVERSION:R} @@ -11,7 +10,7 @@ DISTNAME= xfce4-screenshooter-${PORTVERS DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Desktop Screenshot plugin for Xfce +COMMENT= Application and panel plugin to take screenshots LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -20,23 +19,14 @@ LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/ GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_GNOME= glib20 gtk20 intltool intlhack +USE_GNOME= glib20 gtk20 intltool intlhack libxml2 USE_XFCE= configenv libexo libmenu libutil panel USES= pkgconfig gmake libtool tar:bzip2 +USE_XORG= xfixes xext OPTIONS_DEFINE= NLS - -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%PORTNAME%%|${PORTNAME}|g' ${WRKSRC}/Makefile.in +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext +OPTIONS_SUB= yes .include Modified: head/x11/xfce4-screenshooter-plugin/distinfo ============================================================================== --- head/x11/xfce4-screenshooter-plugin/distinfo Sun Jan 25 11:27:06 2015 (r377881) +++ head/x11/xfce4-screenshooter-plugin/distinfo Sun Jan 25 11:44:08 2015 (r377882) @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-screenshooter-1.8.1.tar.bz2) = 40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492 -SIZE (xfce4/xfce4-screenshooter-1.8.1.tar.bz2) = 1407790 +SHA256 (xfce4/xfce4-screenshooter-1.8.2.tar.bz2) = 9dce2ddfaa87f703e870e29bae13f3fc82a1b3f06b44f8386640e45a135f5f69 +SIZE (xfce4/xfce4-screenshooter-1.8.2.tar.bz2) = 492524 Modified: head/x11/xfce4-screenshooter-plugin/pkg-descr ============================================================================== --- head/x11/xfce4-screenshooter-plugin/pkg-descr Sun Jan 25 11:27:06 2015 (r377881) +++ head/x11/xfce4-screenshooter-plugin/pkg-descr Sun Jan 25 11:44:08 2015 (r377882) @@ -1,3 +1,4 @@ -Xfce4 Screenshooter is a plugin for the Xfce panel to take screenshots. +Application and panel plugin to take screenshots. It allows you to capture the +entire screen, the active window or a selected region. -WWW: http://goodies.xfce.org/projects/panel-plugins/start#xfce4-screenshooter-plugin +WWW: http://goodies.xfce.org/projects/applications/xfce4-screenshooter Modified: head/x11/xfce4-screenshooter-plugin/pkg-plist ============================================================================== --- head/x11/xfce4-screenshooter-plugin/pkg-plist Sun Jan 25 11:27:06 2015 (r377881) +++ head/x11/xfce4-screenshooter-plugin/pkg-plist Sun Jan 25 11:44:08 2015 (r377882) @@ -1,120 +1,62 @@ bin/xfce4-screenshooter 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/appdata/xfce4-screenshooter.appdata.xml share/applications/xfce4-screenshooter.desktop -%%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/ast/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/ast/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/ast/index.html -%%DOCSDIR%%/html/C/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/C/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/C/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/C/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/C/index.html -%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/ca/index.html -%%DOCSDIR%%/html/da/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/da/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/da/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/da/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/da/index.html -%%DOCSDIR%%/html/es/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/es/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/es/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/es/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/es/index.html -%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/fr/index.html -%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/gl/index.html -%%DOCSDIR%%/html/id/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/id/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/id/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/id/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/id/index.html -%%DOCSDIR%%/html/it/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/it/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/it/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/it/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/it/index.html -%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/ja/index.html -%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/pt/index.html -%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/tr/index.html -%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-dialog1.png -%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-dialog2.png -%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-zimagez-login-dialog.png -%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-zimagez-result-dialog.png -%%DOCSDIR%%/html/zh_CN/index.html share/icons/hicolor/48x48/apps/applets-screenshooter.png share/icons/hicolor/scalable/apps/applets-screenshooter.svg -%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/da/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/de/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/el/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/es/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/et/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/id/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/is/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/it/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/nn/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/pa/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ro/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/si/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ur/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-screenshooter.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ar/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ast/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/be/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/bg/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ca/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/cs/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/da/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/de/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/el/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/en_AU/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/en_GB/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/es/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/et/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/eu/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/fi/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/fr/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/gl/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/hr/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/hu/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/id/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/is/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/it/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ja/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/kk/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ko/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/lt/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/lv/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ms/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/nb/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/nl/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/nn/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/oc/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/pa/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/pl/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/pt/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/pt_BR/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ro/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ru/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/si/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/sk/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/sl/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/sq/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/sr/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/sv/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/te/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/th/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/tr/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ug/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/uk/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ur/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/ur_PK/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/vi/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/zh_CN/LC_MESSAGES/xfce4-screenshooter.mo +share/locale/zh_TW/LC_MESSAGES/xfce4-screenshooter.mo share/xfce4/panel/plugins/screenshooter.desktop