From owner-svn-ports-head@freebsd.org Thu Jan 25 19:19:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79D52EC7812; Thu, 25 Jan 2018 19:19:58 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23C616CB6E; Thu, 25 Jan 2018 19:19:58 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1D12D11108; Thu, 25 Jan 2018 19:19:58 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0PJJvwk027685; Thu, 25 Jan 2018 19:19:57 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0PJJvvm027682; Thu, 25 Jan 2018 19:19:57 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201801251919.w0PJJvvm027682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 25 Jan 2018 19:19:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459955 - head/x11-clocks/xfce4-timer-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/x11-clocks/xfce4-timer-plugin X-SVN-Commit-Revision: 459955 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2018 19:19:58 -0000 Author: madpilot Date: Thu Jan 25 19:19:57 2018 New Revision: 459955 URL: https://svnweb.freebsd.org/changeset/ports/459955 Log: - Update xfce4-timer-plugin to 1.7.0 - Adjust dependencies, plugin migrated to gtk3 - Strip binaries - Silence portlint warning about variables ordering Modified: head/x11-clocks/xfce4-timer-plugin/Makefile head/x11-clocks/xfce4-timer-plugin/distinfo head/x11-clocks/xfce4-timer-plugin/pkg-plist Modified: head/x11-clocks/xfce4-timer-plugin/Makefile ============================================================================== --- head/x11-clocks/xfce4-timer-plugin/Makefile Thu Jan 25 19:07:10 2018 (r459954) +++ head/x11-clocks/xfce4-timer-plugin/Makefile Thu Jan 25 19:19:57 2018 (r459955) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-timer-plugin -PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTVERSION= 1.7.0 CATEGORIES= x11-clocks xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -13,10 +12,11 @@ COMMENT= Timer plugin for Xfce LICENSE= GPLv2 +USES= libtool pkgconfig gettext gmake xfce tar:bzip2 INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip GNU_CONFIGURE= yes -USE_GNOME= glib20 gtk20 intltool intlhack +USE_GNOME= cairo gtk30 intltool USE_XFCE= panel -USES= pkgconfig gettext gmake xfce tar:bzip2 .include Modified: head/x11-clocks/xfce4-timer-plugin/distinfo ============================================================================== --- head/x11-clocks/xfce4-timer-plugin/distinfo Thu Jan 25 19:07:10 2018 (r459954) +++ head/x11-clocks/xfce4-timer-plugin/distinfo Thu Jan 25 19:19:57 2018 (r459955) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-timer-plugin-1.6.0.tar.bz2) = 39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c -SIZE (xfce4/xfce4-timer-plugin-1.6.0.tar.bz2) = 325662 +TIMESTAMP = 1516869040 +SHA256 (xfce4/xfce4-timer-plugin-1.7.0.tar.bz2) = 2e4e5343e39926230cc981d5fe56cd58a2f3817d2e9b6089b5673a2e39bf7e9b +SIZE (xfce4/xfce4-timer-plugin-1.7.0.tar.bz2) = 381222 Modified: head/x11-clocks/xfce4-timer-plugin/pkg-plist ============================================================================== --- head/x11-clocks/xfce4-timer-plugin/pkg-plist Thu Jan 25 19:07:10 2018 (r459954) +++ head/x11-clocks/xfce4-timer-plugin/pkg-plist Thu Jan 25 19:19:57 2018 (r459955) @@ -1,5 +1,7 @@ -libexec/xfce4/panel-plugins/xfce4-timer -share/icons/hicolor/48x48/apps/xfce4-timer.png +lib/xfce4/panel/plugins/libxfcetimer.so +share/icons/hicolor/32x32/apps/xfce4-timer-plugin.png +share/icons/hicolor/48x48/apps/xfce4-timer-plugin.png +share/icons/hicolor/scalable/apps/xfce4-timer-plugin.svg share/locale/ar/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/ast/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/bg/LC_MESSAGES/xfce4-timer-plugin.mo @@ -12,14 +14,18 @@ share/locale/en_AU/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/en_GB/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/es/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/eu/LC_MESSAGES/xfce4-timer-plugin.mo +share/locale/fi/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/fr/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/gl/LC_MESSAGES/xfce4-timer-plugin.mo +share/locale/he/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/hr/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/hu/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/id/LC_MESSAGES/xfce4-timer-plugin.mo +share/locale/is/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/it/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/ja/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/ko/LC_MESSAGES/xfce4-timer-plugin.mo +share/locale/lt/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/lv/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/ms/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/nb/LC_MESSAGES/xfce4-timer-plugin.mo @@ -41,4 +47,4 @@ share/locale/ur/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/ur_PK/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/zh_CN/LC_MESSAGES/xfce4-timer-plugin.mo share/locale/zh_TW/LC_MESSAGES/xfce4-timer-plugin.mo -share/xfce4/panel-plugins/xfce4-timer.desktop +share/xfce4/panel/plugins/xfce4-timer-plugin.desktop