Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2018 20:21:28 +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: r475914 - in head/x11-wm: . xfce4-panel-profiles xfce4-panel-profiles/files
Message-ID:  <201807302021.w6UKLS8s062081@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Jul 30 20:21:27 2018
New Revision: 475914
URL: https://svnweb.freebsd.org/changeset/ports/475914

Log:
  With the modular Xfce Panel, a multitude of panel layouts can be
  created. This tool makes it possible to backup, restore, import,
  and export these panel layouts.
  
  WWW: https://git.xfce.org/apps/xfce4-panel-profiles/about/

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

Modified: head/x11-wm/Makefile
==============================================================================
--- head/x11-wm/Makefile	Mon Jul 30 20:17:04 2018	(r475913)
+++ head/x11-wm/Makefile	Mon Jul 30 20:21:27 2018	(r475914)
@@ -138,6 +138,7 @@
     SUBDIR += xfce4
     SUBDIR += xfce4-desktop
     SUBDIR += xfce4-panel
+    SUBDIR += xfce4-panel-profiles
     SUBDIR += xfce4-session
     SUBDIR += xfce4-wm
 

Added: head/x11-wm/xfce4-panel-profiles/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/xfce4-panel-profiles/Makefile	Mon Jul 30 20:21:27 2018	(r475914)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	xfce4-panel-profiles
+PORTVERSION=	1.0.8
+CATEGORIES=	x11-wm xfce
+MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
+DIST_SUBDIR=	xfce4
+
+MAINTAINER=	xfce@FreeBSD.org
+COMMENT=	Xfce's panel multiple layouts manager
+
+LICENSE=	GPLv3
+
+USES=		gettext gmake gnome python:3.3+ shebangfix tar:bz2
+USE_GNOME=	gtk30 intltool
+USE_XFCE=	panel
+NO_ARCH=	yes
+HAS_CONFIGURE=	yes
+SHEBANG_FILES=	xfce4-panel-profiles/xfce4-panel-profiles.py \
+		xfce4-panel-profiles/panelconfig.py
+
+post-install:
+	${RLN} ${STAGEDIR}${PREFIX}/share/locale ${STAGEDIR}${PREFIX}/share/${PORTNAME}/locale
+
+.include <bsd.port.mk>

Added: head/x11-wm/xfce4-panel-profiles/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/xfce4-panel-profiles/distinfo	Mon Jul 30 20:21:27 2018	(r475914)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1532858462
+SHA256 (xfce4/xfce4-panel-profiles-1.0.8.tar.bz2) = a69e20f5e637319e14898b5c13ff7ba31d001a6e38e7516d70dbfd7600ad72db
+SIZE (xfce4/xfce4-panel-profiles-1.0.8.tar.bz2) = 40074

Added: head/x11-wm/xfce4-panel-profiles/files/patch-Makefile.in.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/xfce4-panel-profiles/files/patch-Makefile.in.in	Mon Jul 30 20:21:27 2018	(r475914)
@@ -0,0 +1,11 @@
+--- Makefile.in.in.orig	2018-07-28 10:44:16 UTC
++++ Makefile.in.in
+@@ -56,7 +56,7 @@ install: all
+ 	install data/metainfo/*.xml $(DESTDIR)/$(PREFIX)/share/metainfo
+ 
+ 	cp -rf locale $(DESTDIR)/$(PREFIX)/share
+-	ln -sf $(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale
++#	ln -sf $(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale
+ 
+ uninstall:
+ 	rm -f $(DESTDIR)/$(PREFIX)/share/applications/$(APPNAME).desktop

Added: head/x11-wm/xfce4-panel-profiles/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/xfce4-panel-profiles/pkg-descr	Mon Jul 30 20:21:27 2018	(r475914)
@@ -0,0 +1,5 @@
+With the modular Xfce Panel, a multitude of panel layouts can be
+created. This tool makes it possible to backup, restore, import,
+and export these panel layouts.
+
+WWW: https://git.xfce.org/apps/xfce4-panel-profiles/about/

Added: head/x11-wm/xfce4-panel-profiles/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/xfce4-panel-profiles/pkg-plist	Mon Jul 30 20:21:27 2018	(r475914)
@@ -0,0 +1,47 @@
+bin/xfce4-panel-profiles
+share/applications/xfce4-panel-profiles.desktop
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+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/es/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/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/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/zh_CN/LC_MESSAGES/xfce4-panel-profiles.mo
+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/Redmond.tar.bz2
+%%DATADIR%%/layouts/Xfce 4.12.tar.bz2
+%%DATADIR%%/layouts/Xubuntu Bionic.tar.bz2
+%%DATADIR%%/layouts/Xubuntu Precise.tar.bz2
+%%DATADIR%%/layouts/Xubuntu Trusty.tar.bz2
+%%DATADIR%%/locale
+%%DATADIR%%/xfce4-panel-profiles/panelconfig.py
+%%DATADIR%%/xfce4-panel-profiles/xfce4-panel-profiles.glade
+%%DATADIR%%/xfce4-panel-profiles/xfce4-panel-profiles.py



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