diff options
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.0.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.0.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.0.bb new file mode 100644 index 0000000000..4df9894951 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 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 gnome-keyring" | ||
| 6 | RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth consolekit upower" | ||
| 7 | |||
| 8 | inherit xfce | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "4768e1a41a0287af6aad18b329a0f230" | ||
| 11 | SRC_URI[sha256sum] = "bb8aa9a74c3d382840596fb4875144d66c7f3f47c8e9ee81d31e3428a72c46ce" | ||
| 12 | SRC_URI += "file://0001-Handle-multiple-interactive-session-save-bug-5379.patch" | ||
| 13 | |||
| 14 | # protect from frightening message that xfce might not work correctly | ||
| 15 | pkg_postinst_${PN} () { | ||
| 16 | echo 127.0.0.1 ${MACHINE} >> /etc/hosts | ||
| 17 | } | ||
| 18 | |||
| 19 | FILES_${PN} += "${libdir}/xfce4/*/*/*.so \ | ||
| 20 | ${libdir}/xfce4/session/*-*-* \ | ||
| 21 | ${datadir}/xsessions \ | ||
| 22 | ${datadir}/themes/Default/balou/*" | ||
| 23 | |||
| 24 | FILES_${PN}-dbg += "${libdir}/xfce4/*/*/.debug" | ||
| 25 | |||
| 26 | FILES_${PN}-staticdev += "${libdir}/xfce4/*/*/*.*a" | ||
