Date: Thu, 25 Jan 2018 19:19:57 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> 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 Message-ID: <201801251919.w0PJJvvm027682@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801251919.w0PJJvvm027682>