commit:     da6a0f6d248eac6a99fbddb15cbe09f39f64cefe
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  1 21:19:16 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 16:28:51 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=da6a0f6d

sys-apps/baobab: 3.10.1 → 3.12.0

Requires glib-2.40, upstream #727677
Requires popover stuff from gtk+-3.12. Does not fail hard but still...

---
 sys-apps/baobab/baobab-3.12.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++
 sys-apps/baobab/baobab-9999.ebuild   |  4 ++--
 2 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/sys-apps/baobab/baobab-3.12.0.ebuild 
b/sys-apps/baobab/baobab-3.12.0.ebuild
new file mode 100644
index 0000000..0118c34
--- /dev/null
+++ b/sys-apps/baobab/baobab-3.12.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome2
+
+DESCRIPTION="Disk usage browser for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Baobab";
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+       >=dev-libs/glib-2.40:2
+       >=x11-libs/gtk+-3.12:3
+"
+RDEPEND="${COMMON_DEPEND}
+       gnome-base/gsettings-desktop-schemas
+       x11-themes/gnome-icon-theme-extras
+       !<gnome-extra/gnome-utils-3.4
+"
+# ${PN} was part of gnome-utils before 3.4
+DEPEND="${COMMON_DEPEND}
+       >=dev-util/intltool-0.40
+       >=sys-devel/gettext-0.17
+       virtual/pkgconfig
+"
+
+src_configure() {
+       gnome2_src_configure   \
+               ITSTOOL=$(type -P true) \
+               XMLLINT=$(type -P true) \
+               VALAC=$(type -P true)  \
+               VAPIGEN=$(type -P true)
+}

diff --git a/sys-apps/baobab/baobab-9999.ebuild 
b/sys-apps/baobab/baobab-9999.ebuild
index 72100ab..3c5fd3d 100644
--- a/sys-apps/baobab/baobab-9999.ebuild
+++ b/sys-apps/baobab/baobab-9999.ebuild
@@ -25,8 +25,8 @@ else
 fi
 
 COMMON_DEPEND="
-       >=dev-libs/glib-2.37.5:2
-       >=x11-libs/gtk+-3.9.10:3
+       >=dev-libs/glib-2.40:2
+       >=x11-libs/gtk+-3.12:3
 "
 RDEPEND="${COMMON_DEPEND}
        gnome-base/gsettings-desktop-schemas

Reply via email to