From 9f58352706cb1917cc80ba2a7d6c8bcf8581b4c6 Mon Sep 17 00:00:00 2001 From: Christoph Mende Date: Sun, 13 Mar 2011 21:28:45 +0000 Subject: Initial import (Portage version: 2.2.0_alpha26/cvs/Linux x86_64) --- x11-libs/libdesktop-agnostic/ChangeLog | 10 +++++ .../libdesktop-agnostic-0.3.92.ebuild | 52 ++++++++++++++++++++++ x11-libs/libdesktop-agnostic/metadata.xml | 15 +++++++ 3 files changed, 77 insertions(+) create mode 100644 x11-libs/libdesktop-agnostic/ChangeLog create mode 100644 x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild create mode 100644 x11-libs/libdesktop-agnostic/metadata.xml (limited to 'x11-libs') diff --git a/x11-libs/libdesktop-agnostic/ChangeLog b/x11-libs/libdesktop-agnostic/ChangeLog new file mode 100644 index 000000000000..ca4f77a30772 --- /dev/null +++ b/x11-libs/libdesktop-agnostic/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-libs/libdesktop-agnostic +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.1 2011/03/13 21:28:45 angelos Exp $ + +*libdesktop-agnostic-0.3.92 (13 Mar 2011) + + 13 Mar 2011; +libdesktop-agnostic-0.3.92.ebuild, + +metadata.xml: + Initial import + diff --git a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild new file mode 100644 index 000000000000..c0a5247693e1 --- /dev/null +++ b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.1 2011/03/13 21:28:45 angelos Exp $ + +EAPI=3 +PYTHON_DEPEND="2" +inherit python waf-utils + +DESCRIPTION="A desktop-agnostic library for GLib-based projects" +HOMEPAGE="https://launchpad.net/libdesktop-agnostic" +SRC_URI="http://launchpad.net/${PN}/0.4/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug +gconf glade gnome gnome-vfs introspection" + +RDEPEND="dev-libs/glib:2 + dev-python/pygobject:2 + dev-python/pygtk:2 + x11-libs/gtk+:2 + gconf? ( gnome-base/gconf:2 ) + glade? ( gnome-base/libglade:2.0 ) + gnome-vfs? ( gnome-base/gnome-vfs:2 ) + gnome? ( gnome-base/gnome-desktop:2 )" +DEPEND="${RDEPEND} + dev-lang/vala:0.10[vapigen] + introspection? ( dev-libs/gobject-introspection + x11-libs/gtk+:2[introspection] )" + +pkg_setup() { + python_set_active_version 2 +} + +src_configure() { + local cfg="keyfile" fdo="glib" vfs="gio" myconf="" + + use gconf && cfg="gconf,${cfg}" + use gnome && fdo="${fdo},gnome" + use gnome-vfs && vfs="${vfs},gnome-vfs" + use debug && myconf="${myconf} --enable-debug" + use glade && myconf="${myconf} --enable-glade" + use introspection || myconf="${myconf} --disable-gi" + + VALAC=$(type -p valac-0.10) \ + waf-utils_src_configure \ + --sysconfdir="${EPREFIX}"/etc \ + --config-backends=${cfg} \ + --desktop-entry-backends=${fdo} \ + --vfs-backends=${vfs} \ + ${myconf} +} diff --git a/x11-libs/libdesktop-agnostic/metadata.xml b/x11-libs/libdesktop-agnostic/metadata.xml new file mode 100644 index 000000000000..9c8d258ee1bb --- /dev/null +++ b/x11-libs/libdesktop-agnostic/metadata.xml @@ -0,0 +1,15 @@ + + + + no-herd + + angelos@gentoo.org + Christoph Mende + + + Enable GConf as configuration backend + Install the Glade catalog for the desktop-agnotstic GTK widgets. + Enable gnome-vfs as VFS backend + Use dev-libs/gobject-introspection for introspection + + -- cgit v1.2.3-65-gdbad