public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos (pacho)" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: gnome-bluetooth-2.32.0.ebuild ChangeLog
Date: Sun, 19 Dec 2010 11:51:36 +0000 (UTC)	[thread overview]
Message-ID: <20101219115136.48D5920054@flycatcher.gentoo.org> (raw)

pacho       10/12/19 11:51:36

  Modified:             gnome-bluetooth-2.32.0.ebuild ChangeLog
  Log:
  Fix build with gobject-introspection 0.9, bug #344227 by Mike Auty.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild?r1=1.3&r2=1.4

Index: gnome-bluetooth-2.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-bluetooth-2.32.0.ebuild	16 Dec 2010 23:23:47 -0000	1.3
+++ gnome-bluetooth-2.32.0.ebuild	19 Dec 2010 11:51:36 -0000	1.4
@@ -1,10 +1,11 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild,v 1.3 2010/12/16 23:23:47 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild,v 1.4 2010/12/19 11:51:36 pacho Exp $
 
 EAPI="3"
+GCONF_DEBUG="yes"
 
-inherit eutils gnome2 multilib
+inherit eutils gnome2 multilib autotools
 
 DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME"
 HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
@@ -23,7 +24,8 @@
 RDEPEND="${COMMON_DEPEND}
 	>=net-wireless/bluez-4.34
 	app-mobilephone/obexd
-	sys-fs/udev"
+	sys-fs/udev
+	introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
 DEPEND="${COMMON_DEPEND}
 	!!net-wireless/bluez-gnome
 	app-text/gnome-doc-utils
@@ -35,7 +37,9 @@
 	x11-libs/libX11
 	x11-libs/libXi
 	x11-proto/xproto
-	doc? ( >=dev-util/gtk-doc-1.9 )"
+	doc? ( >=dev-util/gtk-doc-1.9 )
+	gnome-base/gnome-common
+	dev-util/gtk-doc-am"
 # eautoreconf needs:
 #	gnome-base/gnome-common
 #	dev-util/gtk-doc-am
@@ -52,6 +56,16 @@
 	enewgroup plugdev
 }
 
+src_prepare() {
+	gnome2_src_prepare
+
+	# Fix build with gobject-introspection 0.9, bug #344227
+	epatch "${FILESDIR}/${P}-introspection-build.patch"
+
+	intltoolize --force --copy --automake || die "intltoolize failed"
+	eautoreconf
+}
+
 src_install() {
 	gnome2_src_install
 	find "${ED}"/usr/$(get_libdir)/${PN}/plugins -name "*.la" -delete \



1.84                 net-wireless/gnome-bluetooth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	16 Dec 2010 23:23:47 -0000	1.83
+++ ChangeLog	19 Dec 2010 11:51:36 -0000	1.84
@@ -1,6 +1,10 @@
 # ChangeLog for net-wireless/gnome-bluetooth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.83 2010/12/16 23:23:47 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.84 2010/12/19 11:51:36 pacho Exp $
+
+  19 Dec 2010; Pacho Ramos <pacho@gentoo.org> gnome-bluetooth-2.32.0.ebuild,
+  +files/gnome-bluetooth-2.32.0-introspection-build.patch:
+  Fix build with gobject-introspection 0.9, bug #344227 by Mike Auty.
 
   16 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> +files/80-rfkill.rules,
   gnome-bluetooth-2.32.0.ebuild:






             reply	other threads:[~2010-12-19 11:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-19 11:51 Pacho Ramos (pacho) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-14 16:29 [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth: gnome-bluetooth-2.32.0.ebuild ChangeLog Gilles Dartiguelongue (eva)
2011-03-22 19:45 Brent Baude (ranger)
2011-02-27 15:13 Gilles Dartiguelongue (eva)
2011-02-25 21:48 Gilles Dartiguelongue (eva)
2011-02-24 20:41 Thomas Kahle (tomka)
2011-02-23 23:12 Markos Chandras (hwoarang)
2011-02-08 18:52 Samuli Suominen (ssuominen)
2011-01-17 18:01 Pacho Ramos (pacho)
2011-01-07 20:52 Pacho Ramos (pacho)
2010-12-31 19:20 Pacho Ramos (pacho)
2010-12-16 23:23 Gilles Dartiguelongue (eva)
2010-10-22 21:34 Gilles Dartiguelongue (eva)

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=20101219115136.48D5920054@flycatcher.gentoo.org \
    --to=pacho@gentoo.org \
    --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