Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2020 11:33:17 +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: r523102 - in head/x11-wm/xfce4-panel-profiles: . files
Message-ID:  <202001151133.00FBXHPF008925@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Jan 15 11:33:17 2020
New Revision: 523102
URL: https://svnweb.freebsd.org/changeset/ports/523102

Log:
  - Update xfce4-panel-profiles to 1.0.10
  - Add NLS option

Modified:
  head/x11-wm/xfce4-panel-profiles/Makefile
  head/x11-wm/xfce4-panel-profiles/distinfo
  head/x11-wm/xfce4-panel-profiles/files/patch-Makefile.in.in   (contents, props changed)
  head/x11-wm/xfce4-panel-profiles/pkg-plist

Modified: head/x11-wm/xfce4-panel-profiles/Makefile
==============================================================================
--- head/x11-wm/xfce4-panel-profiles/Makefile	Wed Jan 15 11:04:11 2020	(r523101)
+++ head/x11-wm/xfce4-panel-profiles/Makefile	Wed Jan 15 11:33:17 2020	(r523102)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xfce4-panel-profiles
-PORTVERSION=	1.0.9
+PORTVERSION=	1.0.10
 CATEGORIES=	x11-wm xfce
 MASTER_SITES=	XFCE/apps
 DIST_SUBDIR=	xfce4
@@ -11,7 +11,7 @@ COMMENT=	Xfce's panel multiple layouts manager
 
 LICENSE=	GPLv3
 
-USES=		gettext gmake gnome python:3.3+ shebangfix tar:bz2 xfce
+USES=		gettext-tools gmake gnome python:3.3+ shebangfix tar:bz2 xfce
 USE_GNOME=	gtk30 intltool
 USE_XFCE=	panel
 
@@ -20,7 +20,11 @@ HAS_CONFIGURE=	yes
 SHEBANG_FILES=	xfce4-panel-profiles/xfce4-panel-profiles.py \
 		xfce4-panel-profiles/panelconfig.py
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOCS NLS
+OPTIONS_SUB=	yes
+
+NLS_INSTALL_TARGET=	install-locale
+NLS_USES=	gettext-runtime
 
 post-install:
 	${RLN} ${STAGEDIR}${PREFIX}/share/locale ${STAGEDIR}${PREFIX}/share/${PORTNAME}/locale

Modified: head/x11-wm/xfce4-panel-profiles/distinfo
==============================================================================
--- head/x11-wm/xfce4-panel-profiles/distinfo	Wed Jan 15 11:04:11 2020	(r523101)
+++ head/x11-wm/xfce4-panel-profiles/distinfo	Wed Jan 15 11:33:17 2020	(r523102)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564436640
-SHA256 (xfce4/xfce4-panel-profiles-1.0.9.tar.bz2) = a8c00af838e85d00600dbf442c8741aa21a332fbceba849e0820560630a6e0ce
-SIZE (xfce4/xfce4-panel-profiles-1.0.9.tar.bz2) = 58886
+TIMESTAMP = 1579078278
+SHA256 (xfce4/xfce4-panel-profiles-1.0.10.tar.bz2) = a84d5e748d53bc5da269954cc3ad7f5ac0c4f5813acfd3892ea6f9064f17fb68
+SIZE (xfce4/xfce4-panel-profiles-1.0.10.tar.bz2) = 62196

Modified: head/x11-wm/xfce4-panel-profiles/files/patch-Makefile.in.in
==============================================================================
--- head/x11-wm/xfce4-panel-profiles/files/patch-Makefile.in.in	Wed Jan 15 11:04:11 2020	(r523101)
+++ head/x11-wm/xfce4-panel-profiles/files/patch-Makefile.in.in	Wed Jan 15 11:33:17 2020	(r523102)
@@ -1,10 +1,18 @@
---- Makefile.in.in.orig	2018-07-28 10:44:16 UTC
+--- Makefile.in.in.orig	2020-01-15 03:06:15 UTC
 +++ Makefile.in.in
-@@ -56,7 +56,7 @@ install: all
+@@ -60,11 +60,12 @@ install: all xfce4-panel-profiles.1.gz
+ 	install -d $(DESTDIR)/$(PREFIX)/share/metainfo
  	install data/metainfo/*.xml $(DESTDIR)/$(PREFIX)/share/metainfo
  
- 	cp -rf locale $(DESTDIR)/$(PREFIX)/share
+-	cp -rf locale $(DESTDIR)/$(PREFIX)/share
 -	ln -sf $(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale
++	install -d $(DESTDIR)/$(PREFIX)/man/man1
++	install xfce4-panel-profiles.1.gz $(DESTDIR)/$(PREFIX)/man/man1
+ 
+-	install -d $(DESTDIR)/$(PREFIX)/share/man/man1
+-	install xfce4-panel-profiles.1.gz $(DESTDIR)/$(PREFIX)/share/man/man1
++install-locale: install
++	cp -rf locale $(DESTDIR)/$(PREFIX)/share
 +#	ln -sf $(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale
  
  uninstall:

Modified: head/x11-wm/xfce4-panel-profiles/pkg-plist
==============================================================================
--- head/x11-wm/xfce4-panel-profiles/pkg-plist	Wed Jan 15 11:04:11 2020	(r523101)
+++ head/x11-wm/xfce4-panel-profiles/pkg-plist	Wed Jan 15 11:33:17 2020	(r523102)
@@ -1,51 +1,56 @@
 bin/xfce4-panel-profiles
+man/man1/xfce4-panel-profiles.1.gz
 share/applications/xfce4-panel-profiles.desktop
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
 %%PORTDOCS%%%%DOCSDIR%%/INSTALL
 %%PORTDOCS%%%%DOCSDIR%%/NEWS
 %%PORTDOCS%%%%DOCSDIR%%/README
-share/locale/be/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/bg/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/ca/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/cs/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/da/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/de/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/el/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/en_AU/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/es/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/eu/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/fi/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/fr/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/gl/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/he/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/hr/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/hu/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/hy_AM/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/ie/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/is/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/it/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/ja/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/kk/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/ko/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/lt/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/ms/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/nb/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/nl/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/pl/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/pt/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/pt_BR/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/ru/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/sl/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/sq/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/sr/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/sv/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/tr/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/uk/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/zh_CN/LC_MESSAGES/xfce4-panel-profiles.mo
-share/locale/zh_TW/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/be/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/da/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/de/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/el/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/es/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/he/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/hy_AM/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/ie/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/is/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/it/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/ms/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/th/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-panel-profiles.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-panel-profiles.mo
 share/metainfo/org.xfce.PanelProfiles.appdata.xml
 %%DATADIR%%/layouts/GNOME 2.tar.bz2
+%%DATADIR%%/layouts/openSUSE 15.1.tar.bz2
 %%DATADIR%%/layouts/Redmond.tar.bz2
 %%DATADIR%%/layouts/Xfce 4.12.tar.bz2
 %%DATADIR%%/layouts/Xfce 4.14.tar.bz2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001151133.00FBXHPF008925>