public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: gnome-base/dconf/
Date: Wed, 28 Sep 2011 00:43:15 +0000 (UTC)	[thread overview]
Message-ID: <ccf5de697adfdef8d0416f5f58e2ca60a28e9697.tetromino@gentoo> (raw)

commit:     ccf5de697adfdef8d0416f5f58e2ca60a28e9697
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Wed Sep 28 00:36:45 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Sep 28 00:36:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ccf5de69

gnome-base/dconf: 0.9.0 → 0.10.0

Bump. Drops a lot of unsupported API.

---
 .../{dconf-0.9.0.ebuild => dconf-0.10.0.ebuild}    |    2 +-
 gnome-base/dconf/dconf-9999.ebuild                 |   27 +++++++++++---------
 2 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/gnome-base/dconf/dconf-0.9.0.ebuild b/gnome-base/dconf/dconf-0.10.0.ebuild
similarity index 97%
rename from gnome-base/dconf/dconf-0.9.0.ebuild
rename to gnome-base/dconf/dconf-0.10.0.ebuild
index f9a78e7..66809c7 100644
--- a/gnome-base/dconf/dconf-0.9.0.ebuild
+++ b/gnome-base/dconf/dconf-0.10.0.ebuild
@@ -22,7 +22,7 @@ else
 	KEYWORDS="~amd64 ~arm ~sparc ~x86"
 fi
 
-COMMON_DEPEND=">=dev-libs/glib-2.27.2:2
+COMMON_DEPEND=">=dev-libs/glib-2.29.90:2
 	sys-apps/dbus
 	X? (
 		>=dev-libs/libxml2-2.7.7:2

diff --git a/gnome-base/dconf/dconf-9999.ebuild b/gnome-base/dconf/dconf-9999.ebuild
index 013cc37..66809c7 100644
--- a/gnome-base/dconf/dconf-9999.ebuild
+++ b/gnome-base/dconf/dconf-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI="4"
 GCONF_DEBUG="no"
 
-inherit gnome2 bash-completion
+inherit autotools eutils gnome2 bash-completion
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
@@ -15,29 +15,29 @@ HOMEPAGE="http://live.gnome.org/dconf"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE="doc +X"
+IUSE="doc vala +X"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
 	KEYWORDS="~amd64 ~arm ~sparc ~x86"
 fi
 
-COMMON_DEPEND=">=dev-libs/glib-2.27.2:2
+COMMON_DEPEND=">=dev-libs/glib-2.29.90:2
 	sys-apps/dbus
 	X? (
 		>=dev-libs/libxml2-2.7.7:2
 		x11-libs/gtk+:3 )"
 # vala:0.14 due to an automagic version-check #ifdef (commit a15d9621)
 DEPEND="${COMMON_DEPEND}
-	dev-lang/vala:0.14
-	doc? ( >=dev-util/gtk-doc-1.15 )"
+	doc? ( >=dev-util/gtk-doc-1.15 )
+	vala? ( dev-lang/vala:0.14 )"
 
 pkg_setup() {
 	G2CONF="${G2CONF}
 		--disable-schemas-compile
-		VALAC=$(type -p valac-0.14)
-		$(use_enable X editor)"
-		#$(use_enable vala)
+		$(use_enable vala)
+		$(use_enable X editor)
+		VALAC=$(type -p valac-0.14)"
 }
 
 src_prepare() {
@@ -49,9 +49,13 @@ src_prepare() {
 	fi
 
 	# Fix vala automagic support, upstream bug #634171
-	# FIXME: patch doesn't actually work, forcing vala support above
-	#epatch "${FILESDIR}/${PN}-automagic-vala.patch"
+	epatch "${FILESDIR}/${PN}-automagic-vala.patch"
 
+	if [[ ${PV} != 9999 ]]; then
+		mkdir -p m4 || die
+		AT_M4DIR="." eautoreconf
+		eautoreconf
+	fi
 	gnome2_src_prepare
 }
 
@@ -63,11 +67,10 @@ src_install() {
 	# must have it enabled over gconf if both are installed
 	echo 'CONFIG_PROTECT_MASK="/etc/dconf"' >> 51dconf
 	echo 'GSETTINGS_BACKEND="dconf"' >> 51dconf
-	doenvd 51dconf || die "doenvd failed"
+	doenvd 51dconf
 
 	# Remove bash-completion file installed by build system
 	rm -rv "${ED}/etc/bash_completion.d/" || die
-
 	use bash-completion && \
 		dobashcompletion "${S}/bin/dconf-bash-completion.sh" ${PN}
 }



             reply	other threads:[~2011-09-28  0:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-28  0:43 Alexandre Restovtsev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-28  1:49 [gentoo-commits] proj/gnome:gnome-next commit in: gnome-base/dconf/ Alexandre Restovtsev
2011-07-26 18:47 Alexandre Restovtsev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ccf5de697adfdef8d0416f5f58e2ca60a28e9697.tetromino@gentoo \
    --to=tetromino@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox