diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-10-27 09:51:12 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-10-27 09:51:12 +0000 |
commit | 983a027661d1e0ce8b0693829a586aef0ba3f907 (patch) | |
tree | 0f24c367fd993cc7c770d6f8bbd30c5296339209 /gnome-base | |
parent | Fix linking failure with ld.gold and glib-2.32. (diff) | |
download | gentoo-2-983a027661d1e0ce8b0693829a586aef0ba3f907.tar.gz gentoo-2-983a027661d1e0ce8b0693829a586aef0ba3f907.tar.bz2 gentoo-2-983a027661d1e0ce8b0693829a586aef0ba3f907.zip |
configure is broken and hiddenly disables cpufreq always, bug #439768 by Juha Aatrokoski.
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-applets/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/gnome-applets/gnome-applets-2.32.1.1-r2.ebuild | 137 |
2 files changed, 144 insertions, 1 deletions
diff --git a/gnome-base/gnome-applets/ChangeLog b/gnome-base/gnome-applets/ChangeLog index 540444335cd9..648fd27ccc46 100644 --- a/gnome-base/gnome-applets/ChangeLog +++ b/gnome-base/gnome-applets/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/gnome-applets # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.359 2012/10/16 04:29:33 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/ChangeLog,v 1.360 2012/10/27 09:51:12 pacho Exp $ + +*gnome-applets-2.32.1.1-r2 (27 Oct 2012) + + 27 Oct 2012; Pacho Ramos <pacho@gentoo.org> +gnome-applets-2.32.1.1-r2.ebuild: + configure is broken and hiddenly disables cpufreq always, bug #439768 by Juha + Aatrokoski. 16 Oct 2012; Anthony G. Basile <blueness@gentoo.org> gnome-applets-2.32.1.1-r1.ebuild: diff --git a/gnome-base/gnome-applets/gnome-applets-2.32.1.1-r2.ebuild b/gnome-base/gnome-applets/gnome-applets-2.32.1.1-r2.ebuild new file mode 100644 index 000000000000..178b77102193 --- /dev/null +++ b/gnome-base/gnome-applets/gnome-applets-2.32.1.1-r2.ebuild @@ -0,0 +1,137 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-2.32.1.1-r2.ebuild,v 1.1 2012/10/27 09:51:12 pacho Exp $ + +EAPI="4" +GCONF_DEBUG="no" +GNOME_TARBALL_SUFFIX="bz2" +PYTHON_DEPEND="2:2.5" + +inherit eutils gnome2 python autotools + +DESCRIPTION="Applets for the GNOME Desktop and Panel" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2 FDL-1.1 LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +IUSE="+cpufreq gstreamer ipv6 networkmanager policykit" + +# TODO: configure says python stuff is optional +# null applet still needs bonobo support for gnome-panel +RDEPEND=">=x11-libs/gtk+-2.20:2 + >=dev-libs/glib-2.22:2 + >=gnome-base/gconf-2.8:2 + >=gnome-base/gnome-panel-2.31.2[bonobo] + >=x11-libs/libxklavier-4.0 + >=x11-libs/libwnck-2.9.3:1 + >=gnome-base/gnome-desktop-2.11.1:2 + >=x11-libs/libnotify-0.3.2 + >=sys-apps/dbus-1.1.2 + >=dev-libs/dbus-glib-0.74 + >=dev-libs/libxml2-2.5.0:2 + >=x11-themes/gnome-icon-theme-2.15.91 + >=dev-libs/libgweather-2.22.1:2 + <dev-libs/libgweather-2.91:2 + x11-libs/libX11 + + gnome-base/gnome-settings-daemon + gnome-base/libgnome + >=gnome-extra/gucharmap-2.23:0 + >=gnome-base/libgtop-2.11.92:2 + >=dev-python/pygobject-2.6:2 + >=dev-python/pygtk-2.6:2 + >=dev-python/gconf-python-2.10:2 + >=dev-python/gnome-applets-python-2.10 + + cpufreq? ( sys-power/cpufrequtils ) + gstreamer? ( + >=media-libs/gstreamer-0.10.2:0.10 + >=media-libs/gst-plugins-base-0.10.14:0.10 + || ( + >=media-plugins/gst-plugins-alsa-0.10.14:0.10 + >=media-plugins/gst-plugins-oss-0.10.14:0.10 ) ) + networkmanager? ( >=net-misc/networkmanager-0.7.0 ) + policykit? ( >=sys-auth/polkit-0.92 )" + +DEPEND="${RDEPEND} + >=app-text/scrollkeeper-0.1.4 + >=app-text/gnome-doc-utils-0.3.2 + virtual/pkgconfig + >=dev-util/intltool-0.35 + dev-libs/libxslt + ~app-text/docbook-xml-dtd-4.3 + gnome-base/gnome-common" +# gnome-base/gnome-common for eautoreconf + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + +src_prepare() { + DOCS="AUTHORS ChangeLog NEWS README" + G2CONF="${G2CONF} + --without-hal + --disable-battstat + --disable-schemas-install + $(use_enable gstreamer mixer-applet) + $(use_enable ipv6) + $(use_enable networkmanager) + $(use_enable policykit polkit)" + # configure is broken and hiddenly disables cpufreq always, bug #439768 + ! use cpufreq && G2CONF+=" --disable-cpufreq" + + epatch \ + "${FILESDIR}"/${P}-libnotify-0.7.patch \ + "${FILESDIR}"/${P}-underlinking.patch + + # gweather: fix NetworkManager support to compile, see upstream bug 636217 and bug 358043 + epatch "${FILESDIR}"/${P}-dbus-fix.patch + + # Invest applet tests need gconf/proxy/... + sed 's/^TESTS.*/TESTS=/g' -i invest-applet/invest/Makefile.am \ + invest-applet/invest/Makefile.in || die "disabling invest tests failed" + + python_clean_py-compile_files + python_convert_shebangs -r 2 . + + eautoreconf + gnome2_src_prepare +} + +src_test() { + unset DBUS_SESSION_BUS_ADDRESS + emake check +} + +src_install() { + gnome2_src_install + + local APPLETS="accessx-status charpick drivemount geyes + gkb-new gswitchit gweather invest-applet mini-commander + mixer modemlights multiload null_applet stickynotes trashapplet" + use cpufreq && APPLETS="${APPLETS} cpufreq" + + # modemlights is out because it needs system-tools-backends-1 + + for applet in ${APPLETS} ; do + docinto ${applet} + + for d in AUTHORS ChangeLog NEWS README README.themes TODO ; do + [ -s ${applet}/${d} ] && dodoc ${applet}/${d} + done + done +} + +pkg_postinst() { + gnome2_pkg_postinst + + # check for new python modules on bumps + python_mod_optimize invest +} + +pkg_postrm() { + gnome2_pkg_postrm + python_mod_cleanup invest +} |