summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.1.bb')
-rw-r--r--meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.1.bb37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.1.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.1.bb
new file mode 100644
index 0000000000..e31471d69a
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.1.bb
@@ -0,0 +1,37 @@
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"
6RDEPENDS_${PN} = "xfwm4-theme-default"
7
8PR = "r0"
9
10inherit xfce update-alternatives
11
12# SRC_URI must follow inherited one
13SRC_URI += " \
14 file://relative-symlinks-docs.patch \
15"
16
17EXTRA_OECONF += " --enable-startup-notification"
18
19python populate_packages_prepend () {
20 themedir = bb.data.expand('${datadir}/themes', d)
21 do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True)
22}
23
24PACKAGES_DYNAMIC += "xfwm4-theme-*"
25
26ALTERNATIVE_NAME = "x-window-manager"
27ALTERNATIVE_LINK = "${bindir}/x-window-manager"
28ALTERNATIVE_PATH = "${bindir}/xfce4-session"
29ALTERNATIVE_PRIORITY = "30"
30
31FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \
32 ${datadir}/xfwm4/defaults \
33 "
34FILES_${PN}-dbg += "${libexecdir}/xfce4/xfwm4/.debug/*"
35
36SRC_URI[md5sum] = "447433dca613180ebd6cfed4beb1c1c9"
37SRC_URI[sha256sum] = "6a3cbf6c92a0cc3bcaf7cf2565c35beae6354768ec26b4d616a3c2544a8f8499"