Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/thunderbird/files/icon: thunderbird-unbranded.desktop thunderbird.desktop
Date: Wed, 27 Apr 2011 16:09:19
Message-Id: 20110427160908.DC46820057@flycatcher.gentoo.org
1 ssuominen 11/04/27 16:09:08
2
3 Modified: thunderbird-unbranded.desktop thunderbird.desktop
4 Log:
5 Fix Categories line of .desktop entries to include Network because otherwise Email is not allowed in it. See ChangeLog.
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop?r1=1.2&r2=1.3
15
16 Index: thunderbird-unbranded.desktop
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- thunderbird-unbranded.desktop 26 Apr 2011 18:10:15 -0000 1.2
23 +++ thunderbird-unbranded.desktop 27 Apr 2011 16:09:08 -0000 1.3
24 @@ -5,5 +5,5 @@
25 Icon=thunderbird-icon-unbranded
26 Terminal=false
27 Type=Application
28 -Categories=Office;Email;
29 +Categories=Office;Network;Email;
30 MimeType=x-scheme-handler/mailto;
31
32
33
34 1.3 mail-client/thunderbird/files/icon/thunderbird.desktop
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/files/icon/thunderbird.desktop?rev=1.3&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/files/icon/thunderbird.desktop?rev=1.3&content-type=text/plain
38 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/files/icon/thunderbird.desktop?r1=1.2&r2=1.3
39
40 Index: thunderbird.desktop
41 ===================================================================
42 RCS file: /var/cvsroot/gentoo-x86/mail-client/thunderbird/files/icon/thunderbird.desktop,v
43 retrieving revision 1.2
44 retrieving revision 1.3
45 diff -u -r1.2 -r1.3
46 --- thunderbird.desktop 26 Apr 2011 18:10:15 -0000 1.2
47 +++ thunderbird.desktop 27 Apr 2011 16:09:08 -0000 1.3
48 @@ -5,5 +5,5 @@
49 Icon=thunderbird-icon
50 Terminal=false
51 Type=Application
52 -Categories=Office;Email;
53 +Categories=Office;Network;Email;
54 MimeType=x-scheme-handler/mailto;