aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Mueller <schnitzeltony@gmx.de>2011-08-01 17:36:47 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-05 19:49:58 +0200
commitb03f5e0eafac2bf03054258d2f3d93c54d48debc (patch)
treead41e9a2775df473a319bb6b987a33d17fd13dbc /meta-xfce
parent444901da61e3b08406fc048d000276edaa04e665 (diff)
downloadmeta-openembedded-contrib-b03f5e0eafac2bf03054258d2f3d93c54d48debc.tar.gz
xfce4-session: Add initial recipe with version 4.8.1
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-session/xfce4-session/relative-symlinks-docs.patch11
-rw-r--r--meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.1.bb32
2 files changed, 43 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session/relative-symlinks-docs.patch b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session/relative-symlinks-docs.patch
new file mode 100644
index 0000000000..fb78c57e54
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session/relative-symlinks-docs.patch
@@ -0,0 +1,11 @@
+--- a/doc/manual/Makefile.am 2010-09-08 18:37:19.000000000 +0200
++++ b/doc/manual/Makefile.am 2011-07-17 23:17:28.602626999 +0200
+@@ -20,7 +20,7 @@
+ done; \
+ if test x"$$lang" != x"C" -a ! -d $(srcdir)/images/$$lang; then \
+ echo "--- Creating symlink to C images for $$lang"; \
+- ln -sf $(docdir)/html/C/images $(DESTDIR)$(docdir)/html/$$lang/images; \
++ ln -sf ../C/images $(DESTDIR)$(docdir)/html/$$lang/images; \
+ fi \
+ fi \
+ done;
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.1.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.1.bb
new file mode 100644
index 0000000000..bedd35fd07
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.1.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "xfce4-session is a session manager for Xfce 4 Desktop Environment"
+SECTION = "x11"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
+DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf xfce4-panel gconf gnome-keyring"
+RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth"
+
+PR = "r0"
+
+inherit xfce
+
+# SRC_URI must follow inherited one
+SRC_URI += " \
+ file://relative-symlinks-docs.patch \
+"
+
+# protect from frightening message that xfce might not work correctly
+pkg_postinst_${PN} () {
+ echo 127.0.0.1 ${MACHINE} >> /etc/hosts
+}
+
+FILES_${PN} += "${libdir}/xfce4/*/*/*.so \
+ ${libdir}/xfce4/session/*-*-* \
+ ${datadir}/xfce4/*/* \
+ ${datadir}/themes/Default/balou/*"
+
+FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug"
+
+FILES_${PN}-dev += "${libdir}/xfce4/*/*/*.*a"
+
+SRC_URI[md5sum] = "478080ff666fdd36786a243829663efd"
+SRC_URI[sha256sum] = "1df52a77d87ed4d27b4f40a2f03a0b6334422d64bdc4e31b9aac22e25e68b829"
n value='paule/devtool-selftest-fix'>paule/devtool-selftest-fix OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev.xml
blob: c43330a31e70dfa610bfb4bd4af66214948ced94 (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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185