diff options
author | Ruben Bressler <ruben.bressler@cerpamid.co.cu> | 2010-07-19 18:53:21 -0400 |
---|---|---|
committer | Ruben Bressler <ruben.bressler@cerpamid.co.cu> | 2010-07-19 18:53:21 -0400 |
commit | a19de861c2072c3690ab09c891624c96d5630f3e (patch) | |
tree | 47ea230f617f0518d6f778bee9f4b335bcc8aedd /dev-libs/libpeas/libpeas-0.5.2.ebuild | |
parent | adicionando ultima versión de x11-libs (diff) | |
download | rubenqba-a19de861c2072c3690ab09c891624c96d5630f3e.tar.gz rubenqba-a19de861c2072c3690ab09c891624c96d5630f3e.tar.bz2 rubenqba-a19de861c2072c3690ab09c891624c96d5630f3e.zip |
adicionando ultima versión de gnome-shell
Diffstat (limited to 'dev-libs/libpeas/libpeas-0.5.2.ebuild')
-rw-r--r-- | dev-libs/libpeas/libpeas-0.5.2.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/dev-libs/libpeas/libpeas-0.5.2.ebuild b/dev-libs/libpeas/libpeas-0.5.2.ebuild new file mode 100644 index 0000000..78b065a --- /dev/null +++ b/dev-libs/libpeas/libpeas-0.5.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +PYTHON_DEPEND="python? 2:2.5" +inherit python gnome2 + +DESCRIPTION="A GObject plugins library" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="gtk python" + +RDEPEND=">=dev-libs/glib-2.23.6:2 + >=dev-libs/gobject-introspection-0.9.0 + gtk? ( >=x11-libs/gtk+-2.90:3[introspection] ) + python? ( >=dev-python/pygobject-2.20 )" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40 + sys-devel/gettext + >=sys-devel/libtool-2.2.6 + doc? ( >=dev-util/gtk-doc-1.11 )" + +DOCS="AUTHORS ChangeLog NEWS README" + +pkg_setup() { + G2CONF="${G2CONF} + $(use_enable gtk libpeasui) + $(use_enable python) + --disable-maintainer-mode + --disable-gtk2-test-build + --disable-seed" +} |