Date: Mon, 18 Sep 2017 15:33:08 +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: r450048 - head/deskutils/xfce4-xkb-plugin Message-ID: <201709181533.v8IFX8MS010424@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Mon Sep 18 15:33:08 2017 New Revision: 450048 URL: https://svnweb.freebsd.org/changeset/ports/450048 Log: - Update deskutils/xfce4-xkb-plugin to 0.8.1 - Silence USES portlint warning - Install stripped binaries PR: 222161 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Modified: head/deskutils/xfce4-xkb-plugin/Makefile head/deskutils/xfce4-xkb-plugin/distinfo head/deskutils/xfce4-xkb-plugin/pkg-plist Modified: head/deskutils/xfce4-xkb-plugin/Makefile ============================================================================== --- head/deskutils/xfce4-xkb-plugin/Makefile Mon Sep 18 15:28:39 2017 (r450047) +++ head/deskutils/xfce4-xkb-plugin/Makefile Mon Sep 18 15:33:08 2017 (r450048) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xfce4-xkb-plugin -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.1 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -12,10 +12,15 @@ LICENSE= GPLv2 LIB_DEPENDS= libxklavier.so:x11/libxklavier +USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 GNU_CONFIGURE= yes -USES= gettext pkgconfig gmake xfce tar:bzip2 -USE_GNOME= gtk20 intltool intlhack librsvg2 libwnck +USE_GNOME= gtk30 intltool librsvg2 libwnck3 cairo USE_XFCE= panel USE_XORG= x11 +INSTALL_TARGET= install-strip + +# Downgrade libxklavier +post-patch: + @${REINPLACE_CMD} -e 's|5.4|5.3|g' ${WRKSRC}/configure .include <bsd.port.mk> Modified: head/deskutils/xfce4-xkb-plugin/distinfo ============================================================================== --- head/deskutils/xfce4-xkb-plugin/distinfo Mon Sep 18 15:28:39 2017 (r450047) +++ head/deskutils/xfce4-xkb-plugin/distinfo Mon Sep 18 15:33:08 2017 (r450048) @@ -1,2 +1,3 @@ -SHA256 (xfce4-xkb-plugin-0.7.1.tar.bz2) = 61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681 -SIZE (xfce4-xkb-plugin-0.7.1.tar.bz2) = 837922 +TIMESTAMP = 1504931877 +SHA256 (xfce4-xkb-plugin-0.8.1.tar.bz2) = c19ecf126201deb6148741c521124771ad396adc874471512ab5ffe1946567a1 +SIZE (xfce4-xkb-plugin-0.8.1.tar.bz2) = 842814 Modified: head/deskutils/xfce4-xkb-plugin/pkg-plist ============================================================================== --- head/deskutils/xfce4-xkb-plugin/pkg-plist Mon Sep 18 15:28:39 2017 (r450047) +++ head/deskutils/xfce4-xkb-plugin/pkg-plist Mon Sep 18 15:33:08 2017 (r450048) @@ -1,4 +1,4 @@ -libexec/xfce4/panel-plugins/xfce4-xkb-plugin +lib/xfce4/panel/plugins/libxkb.so share/locale/ar/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/ast/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/be/LC_MESSAGES/xfce4-xkb-plugin.mo @@ -36,6 +36,7 @@ share/locale/pt_BR/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/ro/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/ru/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/sk/LC_MESSAGES/xfce4-xkb-plugin.mo +share/locale/sl/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/sq/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/sr/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/sv/LC_MESSAGES/xfce4-xkb-plugin.mo @@ -49,7 +50,7 @@ share/locale/uz/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/uz@Latn/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/zh_CN/LC_MESSAGES/xfce4-xkb-plugin.mo share/locale/zh_TW/LC_MESSAGES/xfce4-xkb-plugin.mo -share/xfce4/panel-plugins/xkb-plugin.desktop +share/xfce4/panel/plugins/xkb.desktop share/xfce4/xkb/flags/ae.svg share/xfce4/xkb/flags/al.svg share/xfce4/xkb/flags/am.svg @@ -68,7 +69,6 @@ share/xfce4/xkb/flags/ch.svg share/xfce4/xkb/flags/cu.svg share/xfce4/xkb/flags/cz.svg share/xfce4/xkb/flags/de.svg -share/xfce4/xkb/flags/dev.svg share/xfce4/xkb/flags/dj.svg share/xfce4/xkb/flags/dk.svg share/xfce4/xkb/flags/dvorak.svg @@ -88,6 +88,7 @@ share/xfce4/xkb/flags/hr.svg share/xfce4/xkb/flags/hu.svg share/xfce4/xkb/flags/ie.svg share/xfce4/xkb/flags/il.svg +share/xfce4/xkb/flags/in.svg share/xfce4/xkb/flags/iq.svg share/xfce4/xkb/flags/ir.svg share/xfce4/xkb/flags/is.svg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709181533.v8IFX8MS010424>