From: Samuli Suominen Date: Tue, 10 Jan 2012 09:57:35 +0000 (+0000) Subject: Initial commit of upstream prerelease for testing. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9a8b8ebdf02b44be68cc3f87d0481e70ab466d41;p=gentoo.git Initial commit of upstream prerelease for testing. Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64 --- diff --git a/xfce-extra/xfce4-embed-plugin/ChangeLog b/xfce-extra/xfce4-embed-plugin/ChangeLog new file mode 100644 index 000000000000..35a6cd5c1d9f --- /dev/null +++ b/xfce-extra/xfce4-embed-plugin/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for xfce-extra/xfce4-embed-plugin +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v 1.1 2012/01/10 09:57:35 ssuominen Exp $ + +*xfce4-embed-plugin-0.0.2_pre (10 Jan 2012) + + 10 Jan 2012; Samuli Suominen + +xfce4-embed-plugin-0.0.2_pre.ebuild: + Initial commit of upstream prerelease for testing. + diff --git a/xfce-extra/xfce4-embed-plugin/Manifest b/xfce-extra/xfce4-embed-plugin/Manifest new file mode 100644 index 000000000000..86818865062c --- /dev/null +++ b/xfce-extra/xfce4-embed-plugin/Manifest @@ -0,0 +1,18 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST xfce4-embed-plugin-0.0.2git-17b7aa3.tar.bz2 304675 RMD160 2a28b2f3a452852d75a9c3d6f9a6bf65250cff7f SHA1 4e44973c3b8034844fc54d360eb5f8ee20acb677 SHA256 ef16721c959c5d7e78ef062b9f11e71ecd1d9f7b7d196678e0d7aab41c443210 +EBUILD xfce4-embed-plugin-0.0.2_pre.ebuild 962 RMD160 15d2a5681eb574bc50fe5676a881da0d9ffabc82 SHA1 a5ebf35454f6c5a190d19ac2ebc564863d03e70b SHA256 d8d7aa0cc2d3583299f16cd9b7f36ef7dcd6b57433fd5412708fba7003f0894a +MISC ChangeLog 427 RMD160 5795ccfe70b7f1111cb518c9c7302efb24339b7f SHA1 c7af7cb5361862eaa668988a04e1d74adef59cea SHA256 ee851ee66a60ec7f5133f8b908611ddf0659f1f6770bd223498d72ed8dbc77b9 +MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.18 (GNU/Linux) + +iQEcBAEBAgAGBQJPDAs5AAoJEEdUh39IaPFNHzYIAIh3ypQVogY+fDMePyL3dgmO +AZjQO5SUPGbc4GmeD+VDs9ptpxNkYBJKT9gRkhOqJQb7kjfKvnLnR+RE9IH8Gyv2 +8w2LUJ8U2LJbf92z02nPsFuU5E4eON1XbvLUARUCg2EslHAqfeoxgcwBt2YGbKJq +fz1N/UN8E/rORcAtdFXMK/+utmrsREHB2nZfdPVpDQbsBY6LBcXYAms4mKfJ7ZKz +Py6VDOuZKottLAssDDUPvcMpQzi1htQYb95TCYkLL9VlqmfpEvVLHWs5gelzOR4J +Kad6FMkWej6v467gb5q8NGkxnxhnoh5PA9GyE12zQyaDXX2b22+Ijo7ZZtm1jhQ= +=oSO6 +-----END PGP SIGNATURE----- diff --git a/xfce-extra/xfce4-embed-plugin/metadata.xml b/xfce-extra/xfce4-embed-plugin/metadata.xml new file mode 100644 index 000000000000..d56729e92f8e --- /dev/null +++ b/xfce-extra/xfce4-embed-plugin/metadata.xml @@ -0,0 +1,5 @@ + + + + xfce + diff --git a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.0.2_pre.ebuild b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.0.2_pre.ebuild new file mode 100644 index 000000000000..49065edb1f8f --- /dev/null +++ b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.0.2_pre.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.0.2_pre.ebuild,v 1.1 2012/01/10 09:57:35 ssuominen Exp $ + +EAPI=4 +inherit xfconf + +MY_P=${PN}-${PV/_pre/git-17b7aa3} + +DESCRIPTION="A plug-in for embedding arbitrary application windows into the Xfce panel" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin" +SRC_URI="http://goodies.xfce.org/_media/projects/panel-plugins/${MY_P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=">=x11-libs/gtk+-2.20:2 + x11-libs/libX11 + >=xfce-base/libxfce4ui-4.8 + >=xfce-base/libxfce4util-4.8 + >=xfce-base/xfce4-panel-4.8" +DEPEND="${RDEPEND} + dev-util/intltool + dev-util/pkgconfig + sys-devel/gettext" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + XFCONF=( + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog NEWS README THANKS ) +}