Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-control-center/files: gnome-control-center-2.22.2.1-extra-programs.patch
Date: Sun, 29 Jun 2008 22:04:36
Message-Id: E1KD50X-0006hk-9Z@stork.gentoo.org
1 eva 08/06/29 22:04:29
2
3 Added: gnome-control-center-2.22.2.1-extra-programs.patch
4 Log:
5 Add more programs for preferred applications capplet, bug #215313. Remove alsa from RDEPEND because it's not needed anymore.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
7
8 Revision Changes Path
9 1.1 gnome-base/gnome-control-center/files/gnome-control-center-2.22.2.1-extra-programs.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-control-center/files/gnome-control-center-2.22.2.1-extra-programs.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-control-center/files/gnome-control-center-2.22.2.1-extra-programs.patch?rev=1.1&content-type=text/plain
13
14 Index: gnome-control-center-2.22.2.1-extra-programs.patch
15 ===================================================================
16 --- capplets/default-applications/gnome-default-applications.xml.in~ 2008-03-29 21:53:04.000000000 +0100
17 +++ capplets/default-applications/gnome-default-applications.xml.in 2008-03-29 21:53:04.000000000 +0100
18 @@ -62,24 +62,45 @@
19 <win-command>mozilla-firebird -remote "openurl(%s,new-window)"</win-command>
20 </web-browser>
21 <web-browser>
22 - <_name>Firefox</_name>
23 + <_name>Mozilla Firefox</_name>
24 <executable>firefox</executable>
25 <command>firefox %s</command>
26 - <icon-name>firefox</icon-name>
27 + <icon-name>firefox-icon</icon-name>
28 <run-in-terminal>false</run-in-terminal>
29 <netscape-remote>true</netscape-remote>
30 <tab-command>firefox -new-tab "%s"</tab-command>
31 <win-command>firefox -new-window "%s"</win-command>
32 </web-browser>
33 +<!-- Commenting because gentoo uses "firefox" executable for all of them causing them to be always shown
34 <web-browser>
35 <_name>Iceweasel</_name>
36 - <executable>iceweasel</executable>
37 - <command>iceweasel %s</command>
38 - <icon-name>iceweasel</icon-name>
39 + <executable>firefox</executable>
40 + <command>firefox %s</command>
41 + <icon-name>iceweasel-icon</icon-name>
42 <run-in-terminal>false</run-in-terminal>
43 <netscape-remote>true</netscape-remote>
44 - <tab-command>iceweasel -new-tab "%s"</tab-command>
45 - <win-command>iceweasel -new-window "%s"</win-command>
46 + <tab-command>firefox -new-tab "%s"</tab-command>
47 + <win-command>firefox -new-window "%s"</win-command>
48 + </web-browser>
49 + <web-browser>
50 + <_name>Bon Echo</_name>
51 + <executable>firefox</executable>
52 + <command>firefox %s</command>
53 + <icon-name>firefox-icon-unbranded</icon-name>
54 + <run-in-terminal>false</run-in-terminal>
55 + <netscape-remote>true</netscape-remote>
56 + <tab-command>firefox -new-tab "%s"</tab-command>
57 + <win-command>firefox -new-window "%s"</win-command>
58 + </web-browser> -->
59 + <web-browser>
60 + <_name>Mozilla Firefox (bin)</_name>
61 + <executable>firefox-bin</executable>
62 + <command>firefox-bin %s</command>
63 + <icon-name>mozilla-firefox-bin-icon</icon-name>
64 + <run-in-terminal>false</run-in-terminal>
65 + <netscape-remote>true</netscape-remote>
66 + <tab-command>firefox-bin -new-tab "%s"</tab-command>
67 + <win-command>firefox-bin -new-window "%s"</win-command>
68 </web-browser>
69 <web-browser>
70 <_name>Mozilla 1.6</_name>
71 @@ -112,6 +133,16 @@
72 <win-command>seamonkey -remote "openurl(%s,new-window)"</win-command>
73 </web-browser>
74 <web-browser>
75 + <_name>SeaMonkey (bin)</_name>
76 + <executable>seamonkey-bin</executable>
77 + <command>seamonkey-bin %s</command>
78 + <icon-name>seamonkey-bin</icon-name>
79 + <run-in-terminal>false</run-in-terminal>
80 + <netscape-remote>true</netscape-remote>
81 + <tab-command>seamonkey-bin -remote "openurl(%s,new-tab)"</tab-command>
82 + <win-command>seamonkey-bin -remote "openurl(%s,new-window)"</win-command>
83 + </web-browser>
84 + <web-browser>
85 <_name>Iceape</_name>
86 <executable>iceape</executable>
87 <command>iceape %s</command>
88 @@ -179,17 +210,24 @@
89 <run-in-terminal>false</run-in-terminal>
90 </mail-reader>
91 <mail-reader>
92 - <_name>Thunderbird</_name>
93 + <_name>Mozilla Thunderbird</_name>
94 <executable>thunderbird</executable>
95 <command>thunderbird %s</command>
96 - <icon-name>thunderbird</icon-name>
97 + <icon-name>thunderbird-icon</icon-name>
98 <run-in-terminal>false</run-in-terminal>
99 </mail-reader>
100 <mail-reader>
101 - <_name>Mozilla Thunderbird</_name>
102 - <executable>mozilla-thunderbird</executable>
103 - <command>mozilla-thunderbird %s</command>
104 - <icon-name>thunderbird</icon-name>
105 + <_name>Mozilla Thunderbird (bin)</_name>
106 + <executable>thunderbird-bin</executable>
107 + <command>thunderbird-bin %s</command>
108 + <icon-name>mozilla-thunderbird-bin-icon</icon-name>
109 + <run-in-terminal>false</run-in-terminal>
110 + </mail-reader>
111 + <mail-reader>
112 + <_name>SeaMonkey Mail (bin)</_name>
113 + <executable>seamonkey-bin</executable>
114 + <command>seamonkey-bin -mail %s</command>
115 + <icon-name>seamonkey-bin</icon-name>
116 <run-in-terminal>false</run-in-terminal>
117 </mail-reader>
118 <mail-reader>
119 @@ -301,7 +339,7 @@
120 <exec-flag>-e</exec-flag>
121 </terminal>
122 <terminal>
123 - <_name>Konsole</_name>
124 + <_name>KDE Konsole</_name>
125 <executable>konsole</executable>
126 <command>konsole</command>
127 <icon-name>konsole</icon-name>
128 @@ -338,6 +376,55 @@
129 <icon-name>totem</icon-name>
130 <run-in-terminal>false</run-in-terminal>
131 </media-player>
132 + <media-player>
133 + <_name>Banshee Music Player 1 (prerelease)</_name>
134 + <executable>banshee-1</executable>
135 + <command>banshee</command>
136 + <icon-name>media-player-banshee</icon-name>
137 + <run-in-terminal>false</run-in-terminal>
138 + </media-player>
139 + <media-player>
140 + <_name>Audacious Music Player</_name>
141 + <executable>audacious</executable>
142 + <command>audacious</command>
143 + <icon-name>audacious</icon-name>
144 + <run-in-terminal>false</run-in-terminal>
145 + </media-player>
146 + <media-player>
147 + <_name>Gxine Movie Player</_name>
148 + <executable>gxine</executable>
149 + <command>gxine</command>
150 + <icon-name>gxine</icon-name>
151 + <run-in-terminal>false</run-in-terminal>
152 + </media-player>
153 + <media-player>
154 + <_name>Kaffeine Movie Player</_name>
155 + <executable>kaffeine</executable>
156 + <command>kaffeine</command>
157 + <icon-name>kaffeine</icon-name>
158 + <run-in-terminal>false</run-in-terminal>
159 + </media-player>
160 + <media-player>
161 + <_name>Mplayer Movie Player</_name>
162 + <executable>gmplayer</executable>
163 + <command>gmplayer</command>
164 + <icon-name>mplayer</icon-name>
165 + <run-in-terminal>false</run-in-terminal>
166 + </media-player>
167 + <media-player>
168 + <_name>RealPlayer Movie Player</_name>
169 + <executable>realplay</executable>
170 + <command>realplay</command>
171 + <icon-name>realplay</icon-name>
172 + <run-in-terminal>false</run-in-terminal>
173 + </media-player>
174 + <media-player>
175 + <_name>Xine Movie Player</_name>
176 + <executable>xine</executable>
177 + <command>xine</command>
178 + <icon-name>xine</icon-name>
179 + <run-in-terminal>false</run-in-terminal>
180 + </media-player>
181 </media-players>
182
183 <a11y-visual>
184
185
186
187 --
188 gentoo-commits@l.g.o mailing list