From bcfdd1425cbf03b3f5b3a9b8b38139817fd2d9f6 Mon Sep 17 00:00:00 2001 From: Sobhan Mohammadpour Date: Sun, 28 Oct 2012 19:57:24 +0330 Subject: [PATCH] gnome-base/gnome-shell:3.6.0 -> 3.6.1 --- gnome-base/gnome-shell/Manifest | 2 +- .../{gnome-shell-3.6.0.ebuild => gnome-shell-3.6.1.ebuild} | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) rename gnome-base/gnome-shell/{gnome-shell-3.6.0.ebuild => gnome-shell-3.6.1.ebuild} (99%) diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest index 2fa6650..4da7607 100644 --- a/gnome-base/gnome-shell/Manifest +++ b/gnome-base/gnome-shell/Manifest @@ -1 +1 @@ -DIST gnome-shell-3.6.0.tar.xz 1398568 SHA256 032ad32a4fa6c1f92010635e3076031323ac690f78c610184438c085c355e07b SHA512 65fc6c60903780aaf66882ae6ff60929be5018fd570e17404a715334c6b5ae6e17055d6269c51fee63ee3eb458a5cf06cb0bbed3554be108ded89e5b7af75dc3 WHIRLPOOL 7aa6761f6267aaa6aa6310b4ea3122a7925ae411fb3723dc58b00b7fa1bf0e60c2689d53585a35bd88593797151d82d9a61d40aa6c22442781c087c709b8ea15 +DIST gnome-shell-3.6.1.tar.xz 1398784 SHA256 566a9d902f85a89c23dc29f1789f859aa2c5a0de7dffa5235bf5a1885c76a3a7 SHA512 80968025ca36e05fb761730b1ad4d97cd37d259949f73409c6d81df482ce73700e371a8310a2a0537c289f25ec922a3bfb63a418473c8b1125bafa74000dca8c WHIRLPOOL 4716a55af449971875a52f130ccd1b67890c955971db2bd8b59663d12c3150209718cad39a6b11e262a65c053d6ac8439e24e36a13acaf1ed9df0162a332f94c diff --git a/gnome-base/gnome-shell/gnome-shell-3.6.0.ebuild b/gnome-base/gnome-shell/gnome-shell-3.6.1.ebuild similarity index 99% rename from gnome-base/gnome-shell/gnome-shell-3.6.0.ebuild rename to gnome-base/gnome-shell/gnome-shell-3.6.1.ebuild index 60c1640..443da49 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.6.0.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.6.1.ebuild @@ -45,7 +45,7 @@ COMMON_DEPEND=" >=gnome-extra/evolution-data-server-3.5.3 >=media-libs/gst-plugins-base-0.10.16:0.10 >=net-im/telepathy-logger-0.2.4[introspection] - >=net-libs/telepathy-glib-0.19[introspection] + >=net-libs/telepathy-glib-0.17.5[introspection] >=sys-auth/polkit-0.100[introspection] >=x11-libs/libXfixes-5.0 >=x11-wm/mutter-${PV}[introspection] @@ -116,6 +116,11 @@ DEPEND="${COMMON_DEPEND} # https://bugs.gentoo.org/show_bug.cgi?id=360413 pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + +src_prepare() { DOCS="AUTHORS NEWS README" # Don't error out on warnings G2CONF="${G2CONF} @@ -126,11 +131,6 @@ pkg_setup() { $(use_enable networkmanager) $(use_with systemd) BROWSER_PLUGIN_DIR=${EPREFIX}/usr/$(get_libdir)/nsbrowser/plugins" - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { # Fix automagic gnome-bluetooth dep, bug #398145 epatch "${FILESDIR}/${PN}-3.5.x-bluetooth-flag.patch" -- 1.7.12.4