Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/matchbox-common/files: no-utilities-category.patch add-media-category.patch
Date: Sat, 10 Jan 2009 02:23:37
Message-Id: E1LLTVf-0001bu-PH@stork.gentoo.org
1 solar 09/01/10 02:23:35
2
3 Added: no-utilities-category.patch
4 add-media-category.patch
5 Log:
6 - make pda support optional and sync patchsets with OE
7 (Portage version: 2.1.4.5)
8
9 Revision Changes Path
10 1.1 x11-wm/matchbox-common/files/no-utilities-category.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/files/no-utilities-category.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/files/no-utilities-category.patch?rev=1.1&content-type=text/plain
14
15 Index: no-utilities-category.patch
16 ===================================================================
17 --- matchbox-common-0.9.1.orig/data/vfolders-pda/Root.order 2006-02-03 22:26:55.000000000 +0100
18 +++ matchbox-common-0.9.1/data/vfolders-pda/Root.order 2006-02-03 22:32:08.000000000 +0100
19 @@ -1,4 +1,3 @@
20 -Utilities
21 Games
22 Settings
23 Other
24
25
26
27 1.1 x11-wm/matchbox-common/files/add-media-category.patch
28
29 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/files/add-media-category.patch?rev=1.1&view=markup
30 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/matchbox-common/files/add-media-category.patch?rev=1.1&content-type=text/plain
31
32 Index: add-media-category.patch
33 ===================================================================
34 diff -urN matchbox-common-0.9.1/data/vfolders-pda.orig/Makefile.am matchbox-common-0.9.1/data/vfolders-pda/Makefile.am
35 --- matchbox-common-0.9.1/data/vfolders-pda.orig/Makefile.am 2004-12-01 12:22:30.000000000 +0100
36 +++ matchbox-common-0.9.1/data/vfolders-pda/Makefile.am 2006-02-16 21:32:57.000000000 +0100
37 @@ -1,5 +1,6 @@
38 desktop_files = Applications.directory \
39 Games.directory \
40 + Media.directory \
41 Other.directory \
42 Root.directory \
43 Settings.directory \
44 @@ -11,4 +12,4 @@
45 vfolders_DATA = $(desktop_files)
46 endif
47
48 -EXTRA_DIST = $(desktop_files)
49 \ No newline at end of file
50 +EXTRA_DIST = $(desktop_files)
51 diff -urN matchbox-common-0.9.1/data/vfolders-pda.orig/Media.directory matchbox-common-0.9.1/data/vfolders-pda/Media.directory
52 --- matchbox-common-0.9.1/data/vfolders-pda.orig/Media.directory 1970-01-01 01:00:00.000000000 +0100
53 +++ matchbox-common-0.9.1/data/vfolders-pda/Media.directory 2006-02-16 21:16:29.000000000 +0100
54 @@ -0,0 +1,8 @@
55 +[Desktop Entry]
56 +Name=Media
57 +Name[de]=Medien
58 +Comment=View media files
59 +Comment[de]=Programme zur Wiedergabe von audiovisuellen Medien
60 +Icon=mbfolder.png
61 +Type=Directory
62 +Match=AudioVideo;Graphics;Media;Viewer;
63 diff -urN matchbox-common-0.9.1/data/vfolders-pda.orig/Root.order matchbox-common-0.9.1/data/vfolders-pda/Root.order
64 --- matchbox-common-0.9.1/data/vfolders-pda.orig/Root.order 2006-02-16 20:51:36.000000000 +0100
65 +++ matchbox-common-0.9.1/data/vfolders-pda/Root.order 2006-02-16 20:53:23.000000000 +0100
66 @@ -1,3 +1,4 @@
67 +Media
68 Games
69 Settings
70 Other