Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/cinnamon/files: cinnamon-1.1.3-xdg-open.patch cinnamon-1.1.3-extensionjs_path.patch cinnamon-1.1.3-automagic-gnome-bluetooth.patch
Date: Tue, 10 Jan 2012 05:49:13
Message-Id: 20120110054903.DF3AF2004B@flycatcher.gentoo.org
1 tetromino 12/01/10 05:49:03
2
3 Added: cinnamon-1.1.3-xdg-open.patch
4 cinnamon-1.1.3-extensionjs_path.patch
5 cinnamon-1.1.3-automagic-gnome-bluetooth.patch
6 Log:
7 New ebuild for Linux Mint's fork of GNOME Shell (bug #397545).
8
9 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.1 gnome-extra/cinnamon/files/cinnamon-1.1.3-xdg-open.patch
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon/files/cinnamon-1.1.3-xdg-open.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon/files/cinnamon-1.1.3-xdg-open.patch?rev=1.1&content-type=text/plain
16
17 Index: cinnamon-1.1.3-xdg-open.patch
18 ===================================================================
19 From 9db2c12d23daaeab0d69bc8b58cec610689cc4dc Mon Sep 17 00:00:00 2001
20 From: "Jasper St. Pierre" <jstpierre@×××××××.net>
21 Date: Thu, 20 Oct 2011 12:48:40 -0400
22 Subject: [PATCH 04/28] gnome-shell-extension-tool: Use xdg-open
23
24 gnome-open is deprecated
25
26 [Alexandre Rostovtsev <tetromino@g.o>: port to cinnamon]
27 ---
28 src/gnome-shell-extension-tool.in | 2 +-
29 1 files changed, 1 insertions(+), 1 deletions(-)
30
31 diff --git a/src/cinnamon-extension-tool.in b/src/cinnamon-extension-tool.in
32 index 8ec24fb..2f942d8 100644
33 --- a/src/cinnamon-extension-tool.in
34 +++ b/src/cinnamon-extension-tool.in
35 @@ -149,5 +149,5 @@ use an extension title clicktofocus@×××××××××××××××.com.'''
36
37 print "Created extension in %r" % (extension_path, )
38 extensionjs_path = os.path.join(extension_path, 'extension.js')
39 - subprocess.Popen(['gnome-open', extensionjs_path])
40 + subprocess.Popen(['xdg-open', extensionjs_path])
41 sys.exit(0)
42 --
43 1.7.8.3
44
45
46
47
48 1.1 gnome-extra/cinnamon/files/cinnamon-1.1.3-extensionjs_path.patch
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon/files/cinnamon-1.1.3-extensionjs_path.patch?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon/files/cinnamon-1.1.3-extensionjs_path.patch?rev=1.1&content-type=text/plain
52
53 Index: cinnamon-1.1.3-extensionjs_path.patch
54 ===================================================================
55 From b64739844de4d84032b69ecd04f0fbe1d452f311 Mon Sep 17 00:00:00 2001
56 From: "Jasper St. Pierre" <jstpierre@×××××××.net>
57 Date: Thu, 13 Oct 2011 00:46:46 -0400
58 Subject: [PATCH 03/28] gnome-shell-extension-tool: Fix error after creating
59 extension
60
61 Commit 7a8a00c7057d56350d4b5509cefd812a67d4b7d7 cleaned up the code to move all
62 files to a dictionary, which accidentally left an undefined "extensionjs_path"
63 error. Fix that error.
64
65 [Alexandre Rostovtsev <tetromino@g.o>: port to cinnamon]
66
67 https://bugzilla.gnome.org/show_bug.cgi?id=661623
68 ---
69 src/cinnamon-extension-tool.in | 1 +
70 1 files changed, 1 insertions(+), 0 deletions(-)
71
72 diff --git a/src/cinnamon-extension-tool.in b/src/cinnamon-extension-tool.in
73 index e610b46..8ec24fb 100644
74 --- a/src/cinnamon-extension-tool.in
75 +++ b/src/cinnamon-extension-tool.in
76 @@ -148,5 +148,6 @@ use an extension title clicktofocus@×××××××××××××××.com.'''
77 f.close()
78
79 print "Created extension in %r" % (extension_path, )
80 + extensionjs_path = os.path.join(extension_path, 'extension.js')
81 subprocess.Popen(['gnome-open', extensionjs_path])
82 sys.exit(0)
83 --
84 1.7.8.3
85
86
87
88
89 1.1 gnome-extra/cinnamon/files/cinnamon-1.1.3-automagic-gnome-bluetooth.patch
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon/files/cinnamon-1.1.3-automagic-gnome-bluetooth.patch?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/cinnamon/files/cinnamon-1.1.3-automagic-gnome-bluetooth.patch?rev=1.1&content-type=text/plain
93
94 Index: cinnamon-1.1.3-automagic-gnome-bluetooth.patch
95 ===================================================================
96 From 84568fa9454f279ff519a2a11174e112786e46db Mon Sep 17 00:00:00 2001
97 From: root <admin@×××××××××.uk>
98 Date: Sun, 8 Jan 2012 13:55:05 +0000
99 Subject: [PATCH] Fix automagic gnome-bluetooth dependency
100
101 https://bugs.gentoo.org/show_bug.cgi?id=398145
102
103 Ed Catmur 2012-01-08 13:46:22 UTC
104 libgnome-bluetooth-applet is a private library so they shouldn't be linking
105 against it anyway. I tried to work out how to tell libtool to add it to rpath
106 but got totally lost.
107
108 I'll see if I can work out how to fix the automagic gnome-bluetooth dependency
109 so I can at least merge USE=-bluetooth.
110 ---
111 configure.ac | 5 +++++
112 1 files changed, 5 insertions(+), 0 deletions(-)
113
114 diff --git a/configure.ac b/configure.ac
115 index 1c64122..a699838 100644
116 --- a/configure.ac
117 +++ b/configure.ac
118 @@ -127,6 +127,8 @@ PKG_CHECK_MODULES(GVC, libpulse libpulse-mainloop-glib gobject-2.0)
119 PKG_CHECK_MODULES(DESKTOP_SCHEMAS, gsettings-desktop-schemas >= 0.1.7)
120
121 AC_MSG_CHECKING([for bluetooth support])
122 +AC_ARG_WITH([bluetooth], AS_HELP_STRING([--without-bluetooth], [Build without gnome-bluetooth library (default: auto)]))
123 +AS_IF([test "x$with_bluetooth" != "xno"], [
124 PKG_CHECK_EXISTS([gnome-bluetooth-1.0 >= 3.1.0],
125 [BLUETOOTH_DIR=`$PKG_CONFIG --variable=applet_libdir gnome-bluetooth-1.0`
126 BLUETOOTH_LIBS=`$PKG_CONFIG --variable=applet_libs gnome-bluetooth-1.0`
127 @@ -138,6 +140,9 @@ PKG_CHECK_EXISTS([gnome-bluetooth-1.0 >= 3.1.0],
128 [AC_DEFINE([HAVE_BLUETOOTH],[0])
129 AC_SUBST([HAVE_BLUETOOTH],[0])
130 AC_MSG_RESULT([no])])
131 +], [AC_DEFINE([HAVE_BLUETOOTH],[0])
132 + AC_SUBST([HAVE_BLUETOOTH],[0])
133 + AC_MSG_RESULT([no])])
134
135 PKG_CHECK_MODULES(CALENDAR_SERVER, libecal-1.2 >= $LIBECAL_MIN_VERSION libedataserver-1.2 >= $LIBEDATASERVER_MIN_VERSION libedataserverui-3.0 >= $LIBEDATASERVERUI_MIN_VERSION gio-2.0)
136 AC_SUBST(CALENDAR_SERVER_CFLAGS)
137 --
138 1.7.8.2