summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.2.bb')
-rw-r--r--meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.2.bb35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.2.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.2.bb
new file mode 100644
index 0000000000..c1ad221d5f
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.2.bb
@@ -0,0 +1,35 @@
1DESCRIPTION="Xfce4 Window Manager"
2SECTION = "x11/wm"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
5DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification"
6
7inherit xfce update-alternatives
8
9# SRC_URI must follow inherited one
10SRC_URI += " \
11 file://relative-symlinks-docs.patch \
12"
13SRC_URI[md5sum] = "41b730d5abf39a69fc3b221728ddaa75"
14SRC_URI[sha256sum] = "6db2a6148d63d45699dbf6403fb227f8cbd529dcec7ee0827342940c442b0747"
15
16EXTRA_OECONF += " --enable-startup-notification"
17
18python populate_packages_prepend () {
19 themedir = bb.data.expand('${datadir}/themes', d)
20 do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True)
21}
22
23PACKAGES_DYNAMIC += "xfwm4-theme-*"
24
25ALTERNATIVE_NAME = "x-window-manager"
26ALTERNATIVE_LINK = "${bindir}/x-window-manager"
27ALTERNATIVE_PATH = "${bindir}/xfce4-session"
28ALTERNATIVE_PRIORITY = "30"
29
30RDEPENDS_${PN} = "xfwm4-theme-default"
31FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \
32 ${datadir}/xfwm4/defaults \
33 "
34FILES_${PN}-dbg += "${libexecdir}/xfce4/xfwm4/.debug/*"
35