diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-01-17 18:01:20 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-01-17 18:01:20 +0000 |
commit | 155f6e376a20c338d6440e7eecfe1bbe42545c5d (patch) | |
tree | 8f83c25dcba5d4ccd6ec475e7685c31e1a3ff1d3 /net-wireless/gnome-bluetooth | |
parent | Version bump. Fixed test failures with Python 2.7 (bug #293913). (diff) | |
download | gentoo-2-155f6e376a20c338d6440e7eecfe1bbe42545c5d.tar.gz gentoo-2-155f6e376a20c338d6440e7eecfe1bbe42545c5d.tar.bz2 gentoo-2-155f6e376a20c338d6440e7eecfe1bbe42545c5d.zip |
Fix nautilus-sendto automagic support, upstream bug #639130; RDEPEND on a fixed glib version to prevent installation problems like bug #350020.
(Portage version: 2.1.9.31/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/gnome-bluetooth')
-rw-r--r-- | net-wireless/gnome-bluetooth/ChangeLog | 6 | ||||
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/net-wireless/gnome-bluetooth/ChangeLog b/net-wireless/gnome-bluetooth/ChangeLog index 77a230c51a93..0fba7ee2acd7 100644 --- a/net-wireless/gnome-bluetooth/ChangeLog +++ b/net-wireless/gnome-bluetooth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-wireless/gnome-bluetooth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.86 2011/01/07 20:52:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.87 2011/01/17 18:01:20 pacho Exp $ + + 17 Jan 2011; Pacho Ramos <pacho@gentoo.org> gnome-bluetooth-2.32.0.ebuild: + Fix nautilus-sendto automagic support, upstream bug #639130; RDEPEND on a + fixed glib version to prevent installation problems like bug #350020. 07 Jan 2011; Pacho Ramos <pacho@gentoo.org> gnome-bluetooth-2.32.0.ebuild: Pass --disable-schemas-compile since we already compile them at postinst diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild index 4c51c3494882..a64c8c311e94 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.6 2011/01/07 20:52:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild,v 1.7 2011/01/17 18:01:20 pacho Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -16,7 +16,7 @@ SLOT="2" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc +introspection nautilus" -COMMON_DEPEND=">=dev-libs/glib-2.25.7:2 +COMMON_DEPEND=">=dev-libs/glib-2.26.1-r1:2 >=x11-libs/gtk+-2.19.1:2 >=x11-libs/libnotify-0.4.3 >=dev-libs/dbus-glib-0.74 @@ -64,6 +64,9 @@ src_prepare() { # Fix build with gobject-introspection 0.9, bug #344227 epatch "${FILESDIR}/${P}-introspection-build.patch" + # Fix nautilus-sendto automagic support, upstream bug #639130 + epatch "${FILESDIR}/${P}-nsd-automagic.patch" + cp "${WORKDIR}"/introspection.m4 . || die intltoolize --force --copy --automake || die "intltoolize failed" AT_M4DIR="." eautoreconf |