diff options
author | Andreas Mueller <schnitzeltony@gmx.de> | 2011-08-01 17:36:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-05 19:49:58 +0200 |
commit | b03f5e0eafac2bf03054258d2f3d93c54d48debc (patch) | |
tree | ad41e9a2775df473a319bb6b987a33d17fd13dbc /meta-xfce/recipes-xfce/xfce4-session | |
parent | 444901da61e3b08406fc048d000276edaa04e665 (diff) | |
download | meta-openembedded-b03f5e0eafac2bf03054258d2f3d93c54d48debc.tar.gz |
xfce4-session: Add initial recipe with version 4.8.1
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-session')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/xfce4-session/relative-symlinks-docs.patch | 11 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.1.bb | 32 |
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 000000000..fb78c57e5 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session/relative-symlinks-docs.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- a/doc/manual/Makefile.am 2010-09-08 18:37:19.000000000 +0200 | ||
2 | +++ b/doc/manual/Makefile.am 2011-07-17 23:17:28.602626999 +0200 | ||
3 | @@ -20,7 +20,7 @@ | ||
4 | done; \ | ||
5 | if test x"$$lang" != x"C" -a ! -d $(srcdir)/images/$$lang; then \ | ||
6 | echo "--- Creating symlink to C images for $$lang"; \ | ||
7 | - ln -sf $(docdir)/html/C/images $(DESTDIR)$(docdir)/html/$$lang/images; \ | ||
8 | + ln -sf ../C/images $(DESTDIR)$(docdir)/html/$$lang/images; \ | ||
9 | fi \ | ||
10 | fi \ | ||
11 | 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 000000000..bedd35fd0 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.1.bb | |||
@@ -0,0 +1,32 @@ | |||
1 | DESCRIPTION = "xfce4-session is a session manager for Xfce 4 Desktop Environment" | ||
2 | SECTION = "x11" | ||
3 | LICENSE = "GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | ||
5 | DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf xfce4-panel gconf gnome-keyring" | ||
6 | RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth" | ||
7 | |||
8 | PR = "r0" | ||
9 | |||
10 | inherit xfce | ||
11 | |||
12 | # SRC_URI must follow inherited one | ||
13 | SRC_URI += " \ | ||
14 | file://relative-symlinks-docs.patch \ | ||
15 | " | ||
16 | |||
17 | # protect from frightening message that xfce might not work correctly | ||
18 | pkg_postinst_${PN} () { | ||
19 | echo 127.0.0.1 ${MACHINE} >> /etc/hosts | ||
20 | } | ||
21 | |||
22 | FILES_${PN} += "${libdir}/xfce4/*/*/*.so \ | ||
23 | ${libdir}/xfce4/session/*-*-* \ | ||
24 | ${datadir}/xfce4/*/* \ | ||
25 | ${datadir}/themes/Default/balou/*" | ||
26 | |||
27 | FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug" | ||
28 | |||
29 | FILES_${PN}-dev += "${libdir}/xfce4/*/*/*.*a" | ||
30 | |||
31 | SRC_URI[md5sum] = "478080ff666fdd36786a243829663efd" | ||
32 | SRC_URI[sha256sum] = "1df52a77d87ed4d27b4f40a2f03a0b6334422d64bdc4e31b9aac22e25e68b829" | ||