diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-21 10:30:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-21 10:30:33 +0000 |
commit | fa4d4235bb23b10db3f913c86d678320cddf366c (patch) | |
tree | 02269fc18b0150099fb50d1318d9885b5db13c0f /xfce-base | |
parent | Version bump. (diff) | |
download | gentoo-2-fa4d4235bb23b10db3f913c86d678320cddf366c.tar.gz gentoo-2-fa4d4235bb23b10db3f913c86d678320cddf366c.tar.bz2 gentoo-2-fa4d4235bb23b10db3f913c86d678320cddf366c.zip |
Initial commit wrt #288732, thanks to Jeremy Olexa for reporting.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/garcon/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-base/garcon/garcon-0.1.0.ebuild | 29 | ||||
-rw-r--r-- | xfce-base/garcon/metadata.xml | 5 |
3 files changed, 43 insertions, 0 deletions
diff --git a/xfce-base/garcon/ChangeLog b/xfce-base/garcon/ChangeLog new file mode 100644 index 000000000000..fb64945a9887 --- /dev/null +++ b/xfce-base/garcon/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for xfce-base/garcon +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/ChangeLog,v 1.1 2009/10/21 10:30:33 ssuominen Exp $ + +*garcon-0.1.0 (21 Oct 2009) + + 21 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> +garcon-0.1.0.ebuild: + Initial commit wrt #288732, thanks to Jeremy Olexa for reporting. + diff --git a/xfce-base/garcon/garcon-0.1.0.ebuild b/xfce-base/garcon/garcon-0.1.0.ebuild new file mode 100644 index 000000000000..754e630e3743 --- /dev/null +++ b/xfce-base/garcon/garcon-0.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/garcon/garcon-0.1.0.ebuild,v 1.1 2009/10/21 10:30:33 ssuominen Exp $ + +EAPI=2 +inherit xfconf + +DESCRIPTION="a freedesktop.org compliant menu implementation based on GLib and GIO" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="mirror://xfce/src/libs/${PN}/0.1/${P}.tar.bz2" + +LICENSE="LGPL-2 FDL-1.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="debug" + +RDEPEND=">=dev-libs/glib-2.14:2 + >=x11-libs/gtk+-2.12:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool + sys-devel/gettext" + +pkg_setup() { + XFCONF="--disable-dependency-tracking + --disable-static + $(use_enable debug)" + DOCS="AUTHORS ChangeLog HACKING NEWS README STATUS TODO" +} diff --git a/xfce-base/garcon/metadata.xml b/xfce-base/garcon/metadata.xml new file mode 100644 index 000000000000..d56729e92f8e --- /dev/null +++ b/xfce-base/garcon/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>xfce</herd> +</pkgmetadata> |