Date: Sun, 2 Jun 2013 17:41:00 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319698 - in head/x11: . xfce4-embed-plugin xfce4-embed-plugin/files Message-ID: <201306021741.r52Hf0kH074024@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Sun Jun 2 17:41:00 2013 New Revision: 319698 URL: http://svnweb.freebsd.org/changeset/ports/319698 Log: Xfce4-embed-plugin is a plugin that enables the embedding of arbitrary application window into the Xfce panel. The window is resized into the panel space available, and the associated program can be automatically launched if it is not open. WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin Added: head/x11/xfce4-embed-plugin/ head/x11/xfce4-embed-plugin/Makefile (contents, props changed) head/x11/xfce4-embed-plugin/distinfo (contents, props changed) head/x11/xfce4-embed-plugin/files/ head/x11/xfce4-embed-plugin/files/extra-patch-configure (contents, props changed) head/x11/xfce4-embed-plugin/pkg-descr (contents, props changed) head/x11/xfce4-embed-plugin/pkg-plist (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Sun Jun 2 17:40:26 2013 (r319697) +++ head/x11/Makefile Sun Jun 2 17:41:00 2013 (r319698) @@ -365,6 +365,7 @@ SUBDIR += xf86vidmodeproto SUBDIR += xfce4-clipman-plugin SUBDIR += xfce4-conf + SUBDIR += xfce4-embed-plugin SUBDIR += xfce4-quicklauncher-plugin SUBDIR += xfce4-screenshooter-plugin SUBDIR += xfce4-taskmanager Added: head/x11/xfce4-embed-plugin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-embed-plugin/Makefile Sun Jun 2 17:41:00 2013 (r319698) @@ -0,0 +1,38 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ +# + +PORTNAME= xfce4-embed-plugin +PORTVERSION= 1.4.1 +CATEGORIES= x11 xfce +MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +DIST_SUBDIR= xfce4 + +MAINTAINER= xfce@FreeBSD.org +COMMENT= Embed arbitrary windows into the Xfce panel + +USE_BZIP2= yes +USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +USE_GMAKE= yes +USES= pkgconfig +USE_XORG= x11 +USE_GNOME= glib20 gtk20 intltool intlhack +USE_XFCE= configenv libmenu libutil panel + +OPTIONS_DEFINE= NLS + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} +USES+= gettext +CONFIGURE_ARGS+=--enable-nls +PLIST_SUB+= NLS="" +.else +EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> Added: head/x11/xfce4-embed-plugin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-embed-plugin/distinfo Sun Jun 2 17:41:00 2013 (r319698) @@ -0,0 +1,2 @@ +SHA256 (xfce4/xfce4-embed-plugin-1.4.1.tar.bz2) = b82f6894377fd0ce8273609baf99bd59fa70c2ec70214a54dd58c96dcfa31f68 +SIZE (xfce4/xfce4-embed-plugin-1.4.1.tar.bz2) = 330908 Added: head/x11/xfce4-embed-plugin/files/extra-patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-embed-plugin/files/extra-patch-configure Sun Jun 2 17:41:00 2013 (r319698) @@ -0,0 +1,11 @@ +--- ./configure.orig 2013-06-01 18:40:34.000000000 +0000 ++++ ./configure 2013-06-02 09:32:46.000000000 +0000 +@@ -13340,7 +13340,7 @@ + + fi + fi +- USE_NLS=yes ++# USE_NLS=yes + + + gt_cv_have_gettext=no Added: head/x11/xfce4-embed-plugin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-embed-plugin/pkg-descr Sun Jun 2 17:41:00 2013 (r319698) @@ -0,0 +1,6 @@ +Xfce4-embed-plugin is a plugin that enables the embedding of arbitrary +application window into the Xfce panel. The window is resized into the +panel space available, and the associated program can be automatically +launched if it is not open. + +WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin Added: head/x11/xfce4-embed-plugin/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-embed-plugin/pkg-plist Sun Jun 2 17:41:00 2013 (r319698) @@ -0,0 +1,31 @@ +lib/xfce4/panel/plugins/libembed.a +lib/xfce4/panel/plugins/libembed.la +lib/xfce4/panel/plugins/libembed.so +%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/da/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/de/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/el/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/es/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/id/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/it/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/sl/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-embed-plugin.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-embed-plugin.mo +share/xfce4/panel/plugins/embed.desktop +%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ug
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306021741.r52Hf0kH074024>