diff options
author | Alastair Tse <liquidx@gentoo.org> | 2005-07-06 10:46:12 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2005-07-06 10:46:12 +0000 |
commit | ecdf7c4e29797a2f338241f812f365072cffcc07 (patch) | |
tree | a3380c36524f98a0cf6b4512cde9e20ae2f1f9c9 /net-wireless | |
parent | version bump (diff) | |
download | gentoo-2-ecdf7c4e29797a2f338241f812f365072cffcc07.tar.gz gentoo-2-ecdf7c4e29797a2f338241f812f365072cffcc07.tar.bz2 gentoo-2-ecdf7c4e29797a2f338241f812f365072cffcc07.zip |
added gnome python patch (#97632)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-wireless')
5 files changed, 83 insertions, 3 deletions
diff --git a/net-wireless/gnome-bluetooth/ChangeLog b/net-wireless/gnome-bluetooth/ChangeLog index 96ef4821bafb..2e11ba53714d 100644 --- a/net-wireless/gnome-bluetooth/ChangeLog +++ b/net-wireless/gnome-bluetooth/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-wireless/gnome-bluetooth # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.17 2005/05/12 19:22:42 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.18 2005/07/06 10:46:12 liquidx Exp $ + +*gnome-bluetooth-0.5.1-r2 (06 Jul 2005) + + 06 Jul 2005; Alastair Tse <liquidx@gentoo.org> + +files/gnome-bluetooth-0.5.1-gnome.patch, + +gnome-bluetooth-0.5.1-r2.ebuild: + added gnome python patch (#97632) 12 May 2005; Tobias Scherbaum <dertobi123@gentoo.org> gnome-bluetooth-0.5.1-r1.ebuild: diff --git a/net-wireless/gnome-bluetooth/Manifest b/net-wireless/gnome-bluetooth/Manifest index 503afe64b2a3..43b53b72d9a2 100644 --- a/net-wireless/gnome-bluetooth/Manifest +++ b/net-wireless/gnome-bluetooth/Manifest @@ -1,11 +1,14 @@ MD5 8c6e2f154a49504779c8c9661be15c8f ChangeLog 2672 MD5 b8d74ef95f6d4ed18c27eb91772ca760 gnome-bluetooth-0.4.1.ebuild 1258 -MD5 0abfbaaad5770f268091bab168724d98 gnome-bluetooth-0.5.1-r1.ebuild 1348 MD5 16e582416bafabc76f1f541ec6716c0a gnome-bluetooth-0.5.1.ebuild 1288 MD5 7a66fef4deb08f29b7cf0de1c2e3a4de metadata.xml 254 +MD5 0abfbaaad5770f268091bab168724d98 gnome-bluetooth-0.5.1-r1.ebuild 1348 +MD5 894b02a1a2f7edb84f683a758313b6f1 gnome-bluetooth-0.5.1-r2.ebuild 1385 MD5 ff63b2b07eb50db8962f544a45028bee files/digest-gnome-bluetooth-0.4.1 73 MD5 6da6c9018b79e0077f1a3bb071a01cef files/digest-gnome-bluetooth-0.5.1 73 -MD5 6da6c9018b79e0077f1a3bb071a01cef files/digest-gnome-bluetooth-0.5.1-r1 73 MD5 9c859b033ee9e338893bc5bc3ea21d5a files/gnome-bluetooth-0.4.1-gtk24.patch 2340 MD5 1b075164be0f7aab81714a3efd302a65 files/gnome-bluetooth-0.5.1-gobcrash.patch 1099 +MD5 6da6c9018b79e0077f1a3bb071a01cef files/digest-gnome-bluetooth-0.5.1-r1 73 MD5 a254aa9cdd6ad1e9e5f2e7a78c636b25 files/gnome-bluetooth-0.5.1-obex_xfer_rate.patch 2108 +MD5 c9cdf6988fe751bbd26baf8b6eba1a34 files/gnome-bluetooth-0.5.1-gnome.patch 602 +MD5 6da6c9018b79e0077f1a3bb071a01cef files/digest-gnome-bluetooth-0.5.1-r2 73 diff --git a/net-wireless/gnome-bluetooth/files/digest-gnome-bluetooth-0.5.1-r2 b/net-wireless/gnome-bluetooth/files/digest-gnome-bluetooth-0.5.1-r2 new file mode 100644 index 000000000000..0cf8c37a3873 --- /dev/null +++ b/net-wireless/gnome-bluetooth/files/digest-gnome-bluetooth-0.5.1-r2 @@ -0,0 +1 @@ +MD5 60dfef22c0cc075ac1e3d84c249b8ca3 gnome-bluetooth-0.5.1.tar.gz 821273 diff --git a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.5.1-gnome.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.5.1-gnome.patch new file mode 100644 index 000000000000..afc44b2d02c5 --- /dev/null +++ b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.5.1-gnome.patch @@ -0,0 +1,12 @@ +--- gnome-bluetooth-0.5.1/python/manager.py.gnome 2005-02-21 14:56:23.000000000 +0100 ++++ gnome-bluetooth-0.5.1/python/manager.py 2005-02-21 14:56:26.000000000 +0100 +@@ -139,8 +139,7 @@ + menu.add (gtk.ImageMenuItem ('gnome-stock-about'), self.on_about) + menuitem.set_submenu (menu) + +- self.statusbar = gnome.ui.AppBar (gtk.TRUE, gtk.TRUE, +- gnome.ui.PREFERENCES_NEVER) ++ self.statusbar = gnome.ui.AppBar (gtk.TRUE, gtk.TRUE) + self.window.set_statusbar (self.statusbar) + self.window.set_menus (menubar) + menubar.show_all () diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.5.1-r2.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.5.1-r2.ebuild new file mode 100644 index 000000000000..d0cbc2de97fa --- /dev/null +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.5.1-r2.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.5.1-r2.ebuild,v 1.1 2005/07/06 10:46:12 liquidx Exp $ + +inherit distutils gnome2 eutils + +DESCRIPTION="Gnome2 Bluetooth integration suite." +HOMEPAGE="http://usefulinc.com/software/gnome-bluetooth/" +SRC_URI="http://downloads.usefulinc.com/gnome-bluetooth/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~amd64 ~ppc" +IUSE="" + +RDEPEND=">=gnome-base/libgnomeui-2 + >=gnome-base/gnome-vfs-2.1.3 + >=x11-libs/gtk+-2 + >=gnome-base/librsvg-2 + >=gnome-base/libglade-2 + >=gnome-base/libgnome-2 + >=gnome-base/libbonobo-2 + >=gnome-base/libbonoboui-2 + >=gnome-base/gconf-2 + >=gnome-base/orbit-2 + >=dev-util/gob-2 + >=dev-libs/openobex-1 + >=net-wireless/bluez-libs-2.7 + >=net-wireless/libbtctl-0.4.1 + >=dev-python/pygtk-2.0 + >=dev-python/gnome-python-2" + +DEPEND="${RDEPEND} + dev-util/intltool + dev-util/pkgconfig" + +DOCS="README NEWS AUTHORS COPYING ChangeLog" +MAKEOPTS="${MAKEOPTS} -j1" +PYTHON_MODNAME="gnomebt" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-gobcrash.patch + epatch ${FILESDIR}/${P}-obex_xfer_rate.patch + epatch ${FILESDIR}/${P}-gnome.patch +} + +pkg_postinst() { + distutils_pkg_postinst + gnome2_pkg_postinst +} + +pkg_postrm() { + distutils_pkg_postrm + gnome2_pkg_postrm +} |