eva 14/12/23 23:55:19
Added: gnome-shell-3.14.0-defaults.patch
gnome-shell-3.14.0-bluetooth-gold.patch
Removed: gnome-shell-3.10.4-broken-crosshairs.patch
gnome-shell-3.10-networkmanager-flag.patch
gnome-shell-3.10.4-fix-background-manager.patch
gnome-shell-3.10.4-activate-workspace.patch
gnome-shell-3.10.4-wired-network.patch
gnome-shell-3.10.4-scale-factor.patch
gnome-shell-3.10.4-restore-pref.patch
Log:
Version bump for Gnome 3.14. Dropped keywords, bug #526914. Clean up old
revision.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
C6085806)
Revision Changes Path
1.1
gnome-base/gnome-shell/files/gnome-shell-3.14.0-defaults.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/files/gnome-shell-3.14.0-defaults.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/files/gnome-shell-3.14.0-defaults.patch?rev=1.1&content-type=text/plain
Index: gnome-shell-3.14.0-defaults.patch
===================================================================
>From 6b658660e822a550da55c735c826ec75b6c0efee Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue <[email protected]>
Date: Tue, 10 Dec 2013 23:33:51 +0100
Subject: [PATCH 1/3] Alter list of default applications
---
data/org.gnome.shell.gschema.xml.in.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/org.gnome.shell.gschema.xml.in.in
b/data/org.gnome.shell.gschema.xml.in.in
index 92cef3f..9e783bb 100644
--- a/data/org.gnome.shell.gschema.xml.in.in
+++ b/data/org.gnome.shell.gschema.xml.in.in
@@ -31,7 +31,7 @@
</_description>
</key>
<key name="favorite-apps" type="as">
- <default>[ 'epiphany.desktop', 'evolution.desktop', 'rhythmbox.desktop',
'shotwell.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop'
]</default>
+ <default>[ 'chromium-browser-chromium.desktop', 'firefox.desktop',
'firefox-bin.desktop', 'evolution.desktop', 'rhythmbox.desktop',
'shotwell.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop'
]</default>
<_summary>List of desktop file IDs for favorite applications</_summary>
<_description>
The applications corresponding to these identifiers
--
2.1.2
1.1
gnome-base/gnome-shell/files/gnome-shell-3.14.0-bluetooth-gold.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/files/gnome-shell-3.14.0-bluetooth-gold.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/files/gnome-shell-3.14.0-bluetooth-gold.patch?rev=1.1&content-type=text/plain
Index: gnome-shell-3.14.0-bluetooth-gold.patch
===================================================================
>From 6b43368c9b10ba112e4272f66c507a0da9cf7e13 Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev <[email protected]>
Date: Sat, 15 Mar 2014 17:48:41 -0400
Subject: [PATCH 3/3] build: Add BLUETOOTH_LIBS to libgnome-shell's libadd for
ld.gold
For ld.gold, adding BLUETOOTH_LIBS to gnome_shell_LDADD has no effect:
the libgnome-bluetooth-applet must be linked to the binary that actually
uses a function from libgnome-bluetooth-applet, i.e. to libgnome-shell.
https://bugzilla.gnome.org/show_bug.cgi?id=726435
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index a73eaae..c8fd46f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -315,7 +315,7 @@ libgnome_shell_base_la_LIBADD = $(libgnome_shell_libadd)
libgnome_shell_base_la_CPPFLAGS = $(gnome_shell_cflags)
libgnome_shell_la_LDFLAGS = $(libgnome_shell_ldflags)
-libgnome_shell_la_LIBADD = $(GNOME_SHELL_LIBS) $(MUTTER_LIBS)
libgnome-shell-base.la
+libgnome_shell_la_LIBADD = $(GNOME_SHELL_LIBS) $(MUTTER_LIBS)
$(BLUETOOTH_LIBS) libgnome-shell-base.la
libgnome_shell_la_CPPFLAGS = $(MUTTER_CFLAGS) $(gnome_shell_cflags)
ShellMenu-0.1.gir: libgnome-shell-menu.la
--
2.1.2