From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RH4dB-0001ny-QV for garchives@archives.gentoo.org; Fri, 21 Oct 2011 02:14:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDAC6E06EC; Fri, 21 Oct 2011 02:14:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E415E06F3 for ; Fri, 21 Oct 2011 02:14:36 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 001131B4013 for ; Fri, 21 Oct 2011 02:14:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 11A4D80042 for ; Fri, 21 Oct 2011 02:14:35 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <282e3048e98d3f07c3636ece8ba5365b2caa67cf.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-shell/gnome-shell-3.2.1.ebuild gnome-base/gnome-shell/gnome-shell-9999.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 282e3048e98d3f07c3636ece8ba5365b2caa67cf Date: Fri, 21 Oct 2011 02:14:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d0bf4f155e28989b4a909d72ea5246a1 commit: 282e3048e98d3f07c3636ece8ba5365b2caa67cf Author: Alexandre Rostovtsev gentoo org> AuthorDate: Fri Oct 21 02:11:55 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Fri Oct 21 02:11:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D282e3048 gnome-base/gnome-shell: drop -DG_DISABLE_DEPRECATED flag Needed for sanity on glib upgrades. Fixes bug #384765, thanks to Oschtan gmail.com> for reporting. --- gnome-base/gnome-shell/gnome-shell-3.2.1.ebuild | 8 ++++++++ gnome-base/gnome-shell/gnome-shell-9999.ebuild | 8 ++++++++ 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/gnome-base/gnome-shell/gnome-shell-3.2.1.ebuild b/gnome-base= /gnome-shell/gnome-shell-3.2.1.ebuild index 1fe076b..d264034 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.2.1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.2.1.ebuild @@ -113,6 +113,14 @@ pkg_setup() { BROWSER_PLUGIN_DIR=3D${EPREFIX}/usr/$(get_libdir)/nsbrowser/plugins" } =20 +src_prepare() { + gnome2_src_prepare + # Drop G_DISABLE_DEPRECATED for sanity on glib upgrades; bug #384765 + # Note: sed Makefile.in because it is generated from several Makefile.a= ms + sed -e 's/-DG_DISABLE_DEPRECATED//g' \ + -i src/Makefile.in browser-plugin/Makefile.in || die "sed failed" +} + src_install() { gnome2_src_install python_convert_shebangs 2 "${D}"/usr/bin/gnome-shell-extension-tool diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/= gnome-shell/gnome-shell-9999.ebuild index 1fe076b..d264034 100644 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild @@ -113,6 +113,14 @@ pkg_setup() { BROWSER_PLUGIN_DIR=3D${EPREFIX}/usr/$(get_libdir)/nsbrowser/plugins" } =20 +src_prepare() { + gnome2_src_prepare + # Drop G_DISABLE_DEPRECATED for sanity on glib upgrades; bug #384765 + # Note: sed Makefile.in because it is generated from several Makefile.a= ms + sed -e 's/-DG_DISABLE_DEPRECATED//g' \ + -i src/Makefile.in browser-plugin/Makefile.in || die "sed failed" +} + src_install() { gnome2_src_install python_convert_shebangs 2 "${D}"/usr/bin/gnome-shell-extension-tool