summaryrefslogtreecommitdiffstats
path: root/json/desktop.json
blob: 4265edb0d15f20f034a819181defdd65c81a1e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{ "desktop": [
	   { "base": [
			{ "packages": [
				"desktop-file-utils",
				"consolekit ",
				"gtk-engines",
				"gtk-murrine-engine",
				"hicolor-icon-theme",
				"sudo",
				"ttf-dejavu",
				"ttf-droid",
				"ttf-freefont",
				"ttf-inconsolata",
				"ttf-liberation",
				"ttf-linux-libertine",
				"ttf-ubuntu-font-family"
				]
			},
			{ "services": [
				"dbus",
				"udev",
				"lxdm"
				]
			}
			]
	   },
	   { "drivers": [
			{ "packages": [
				 "xf86-video-fbdev",
				 "xf86-video-r128",
				 "xf86-video-savage",
				 "xf86-video-modesetting",
				 "xf86-video-xgixp",
				 "xf86-video-rendition",
				 "xf86-video-qxl",
				 "xf86-video-i128",
				 "xf86-video-dummy",
				 "xf86-video-nouveau",
				 "xf86-video-tdfx",
				 "xf86-video-vmware",
				 "xf86-video-openchrome",
				 "xf86-video-nv",
				 "xf86-video-sis",
				 "xf86-video-s3",
				 "xf86-video-intel",
				 "xf86-video-s3virge",
				 "xf86-video-vesa",
				 "xf86-video-apm",
				 "xf86-video-ark",
				 "xf86-video-ast",
				 "xf86-video-ati",
				 "xf86-video-glint",
				 "xf86-video-sunleo",
				 "xf86-video-i740",
				 "xf86-video-siliconmotion",
				 "xf86-video-chips"
				]
			},
			{ "services": [
				""
				]
			}
		]
	   },
	   { "mate": [
			{ "packages": [
				"caja",
				"caja-extensions",
				"marco",
				"libmatekbd",
				"libmatemixer",
				"libmateweather",
				"mate-backgrounds",
				"mate-common",
				"mate-control-center",
				"mate-desktop",
				"mate-icon-theme",
				"mate-menus",
				"mate-notification-daemon",
				"mate-panel",
				"mate-polkit",
				"mate-power-manager",
				"mate-screensaver",
				"mate-session-manager",
				"mate-settings-daemon",
				"mate-terminal",
				"mate-themes"
				 ]
			},
			{ "services": [
				""
				]
			}
		  ]
	   },
	   {"xfce": [
			{ "packages": [
				 "xfce4",
				 "xfce4-notifyd",
				 "xfce4-settings",
				 "xfce4-terminal"
				 ]
			},
			{ "services": [
				""
				]
			}
		  ]
	   }
   ]
}