From owner-svn-ports-head@freebsd.org Mon Jul 30 20:21:29 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 9B88F106020B; Mon, 30 Jul 2018 20:21:29 +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 50F7E82FB6; Mon, 30 Jul 2018 20:21:29 +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 324A4157E; Mon, 30 Jul 2018 20:21:29 +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 w6UKLTcZ062087; Mon, 30 Jul 2018 20:21:29 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6UKLS8s062081; Mon, 30 Jul 2018 20:21:28 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201807302021.w6UKLS8s062081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 30 Jul 2018 20:21:28 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/x11-wm: . xfce4-panel-profiles xfce4-panel-profiles/files X-SVN-Commit-Revision: 475914 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.27 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: Mon, 30 Jul 2018 20:21:29 -0000 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 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