Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 226229 Details for
Bug 311347
[gnome-overlay] gnome-base/gnome-shell bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for gnome-overlay
0001-gnome-base-gnome-shell-2.29.1-version-bump.patch (text/plain), 4.23 KB, created by
Michael Weber (RETIRED)
on 2010-04-02 06:52:42 UTC
(
hide
)
Description:
patch for gnome-overlay
Filename:
MIME Type:
Creator:
Michael Weber (RETIRED)
Created:
2010-04-02 06:52:42 UTC
Size:
4.23 KB
patch
obsolete
>From 67647a5b213874a8715175752e3aba57b000d929 Mon Sep 17 00:00:00 2001 >From: root <root@pandora.(none)> >Date: Fri, 2 Apr 2010 08:49:32 +0200 >Subject: [PATCH] gnome-base/gnome-shell-2.29.1: version bump > >needs mutter-2.29.1, which leads to cluter-1.2, ... >see http://bugs.gentoo.org/show_bug.cgi?id=311347 for details > >Michael Weber gentoo at xmw dot de >--- > gnome-base/gnome-shell/Manifest | 4 +- > gnome-base/gnome-shell/gnome-shell-2.28.0.ebuild | 46 --------------------- > gnome-base/gnome-shell/gnome-shell-2.29.1.ebuild | 47 ++++++++++++++++++++++ > 3 files changed, 49 insertions(+), 48 deletions(-) > delete mode 100644 gnome-base/gnome-shell/gnome-shell-2.28.0.ebuild > create mode 100644 gnome-base/gnome-shell/gnome-shell-2.29.1.ebuild > >diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest >index f61fe31..9457129 100644 >--- a/gnome-base/gnome-shell/Manifest >+++ b/gnome-base/gnome-shell/Manifest >@@ -1,2 +1,2 @@ >-DIST gnome-shell-2.28.0.tar.bz2 591376 RMD160 7b97fd4d7fcb98d3f826777c1b170e69666df615 SHA1 53a741b87149ec5fcb44579d367e4d2366635198 SHA256 64d30bd2692af2047a3056545b8f549c713ee91877cee8742d4b02d606ef6bd4 >-EBUILD gnome-shell-2.28.0.ebuild 976 RMD160 ab6751f810c3e5cfbb3e3be74d66a3bfccd82638 SHA1 b095c07eaee16134d81ad2cf5034e89bb34dced1 SHA256 ee8ee99c532a2b5bf32dcc742e7a53d4af100a51c1446fa0d32989f2385c3890 >+DIST gnome-shell-2.29.1.tar.bz2 669050 RMD160 4045a4bbc54dd2a49880e5de7e60b5230bed9596 SHA1 4420e050d284bd565ef5f573318b03361db472c8 SHA256 710b863c0beea45543f8057d31b028ec85e19efeedda2b964d784d6fc1729c0b >+EBUILD gnome-shell-2.29.1.ebuild 972 RMD160 6670d77854bb0d3549429d957b1e13ddfc66fb0f SHA1 95bb5725ce4ec39d045a85ff0f5512e27f708915 SHA256 a9292416e5050a72baaeb7f77731016033661e135d75f5b6bf29cc04c521ebde >diff --git a/gnome-base/gnome-shell/gnome-shell-2.28.0.ebuild b/gnome-base/gnome-shell/gnome-shell-2.28.0.ebuild >deleted file mode 100644 >index 3ab8d84..0000000 >--- a/gnome-base/gnome-shell/gnome-shell-2.28.0.ebuild >+++ /dev/null >@@ -1,46 +0,0 @@ >-# Copyright 1999-2009 Gentoo Foundation >-# Distributed under the terms of the GNU General Public License v2 >-# $Header: $ >- >-EAPI="2" >-GCONF_DEBUG="no" >- >-inherit gnome2 >- >-DESCRIPTION="Provides core UI functions for the GNOME 3 desktop" >-HOMEPAGE="http://live.gnome.org/GnomeShell" >- >-LICENSE="GPL-2" >-SLOT="0" >-KEYWORDS="~amd64 ~x86" >-IUSE="" >- >-RDEPEND=">=dev-libs/glib-2.20 >- >=x11-libs/gtk+-2.16 >- >=media-libs/gstreamer-0.10.16 >- >=media-libs/gst-plugins-base-0.10.16 >- >=gnome-base/gnome-desktop-2.26 >- >=dev-libs/gobject-introspection-0.6.5 >- >- dev-libs/dbus-glib >- dev-libs/gjs >- media-libs/clutter:1.0[opengl,introspection] >- dev-libs/libcroco:0.6 >- >- gnome-base/gconf >- gnome-base/gnome-menus >- gnome-base/librsvg >- >- x11-libs/startup-notification >- x11-libs/libXfixes >- x11-wm/mutter[introspection] >- x11-apps/mesa-progs >-" >-DEPEND="${RDEPEND} >- >=dev-lang/python-2.5 >- sys-devel/gettext >- >=dev-util/pkgconfig-0.9 >- >=dev-util/intltool-0.26 >- gnome-base/gnome-common >-" >-DOCS="AUTHORS ChangeLog NEWS README" >diff --git a/gnome-base/gnome-shell/gnome-shell-2.29.1.ebuild b/gnome-base/gnome-shell/gnome-shell-2.29.1.ebuild >new file mode 100644 >index 0000000..084ad0d >--- /dev/null >+++ b/gnome-base/gnome-shell/gnome-shell-2.29.1.ebuild >@@ -0,0 +1,47 @@ >+# Copyright 1999-2010 Gentoo Foundation >+# Distributed under the terms of the GNU General Public License v2 >+# $Header: $ >+ >+EAPI="2" >+GCONF_DEBUG="no" >+ >+inherit gnome2 >+ >+DESCRIPTION="Provides core UI functions for the GNOME 3 desktop" >+HOMEPAGE="http://live.gnome.org/GnomeShell" >+ >+LICENSE="GPL-2" >+SLOT="0" >+KEYWORDS="~amd64 ~x86" >+IUSE="" >+ >+RDEPEND=">=dev-libs/glib-2.20 >+ >=x11-libs/gtk+-2.16 >+ >=media-libs/gstreamer-0.10.16 >+ >=media-libs/gst-plugins-base-0.10.16 >+ >=gnome-base/gnome-desktop-2.26 >+ >+ dev-libs/dbus-glib >+ dev-libs/gjs >+ >=media-libs/clutter-1.2[opengl,introspection] >+ dev-libs/libcroco:0.6 >+ >+ gnome-base/gconf >+ gnome-base/gnome-menus >+ gnome-base/librsvg >+ >+ x11-libs/startup-notification >+ x11-libs/libXfixes >+ >=x11-wm/mutter-2.29 >+ x11-apps/mesa-progs >+" >+# >=dev-libs/gobject-introspection-0.6.5 >+ >+DEPEND="${RDEPEND} >+ >=dev-lang/python-2.5 >+ sys-devel/gettext >+ >=dev-util/pkgconfig-0.9 >+ >=dev-util/intltool-0.26 >+ gnome-base/gnome-common >+" >+DOCS="AUTHORS ChangeLog NEWS README" >-- >1.6.4.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 311347
: 226229