diff options
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.bb | 35 |
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 @@ | |||
| 1 | DESCRIPTION="Xfce4 Window Manager" | ||
| 2 | SECTION = "x11/wm" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" | ||
| 5 | DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification" | ||
| 6 | |||
| 7 | inherit xfce update-alternatives | ||
| 8 | |||
| 9 | # SRC_URI must follow inherited one | ||
| 10 | SRC_URI += " \ | ||
| 11 | file://relative-symlinks-docs.patch \ | ||
| 12 | " | ||
| 13 | SRC_URI[md5sum] = "41b730d5abf39a69fc3b221728ddaa75" | ||
| 14 | SRC_URI[sha256sum] = "6db2a6148d63d45699dbf6403fb227f8cbd529dcec7ee0827342940c442b0747" | ||
| 15 | |||
| 16 | EXTRA_OECONF += " --enable-startup-notification" | ||
| 17 | |||
| 18 | python 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 | |||
| 23 | PACKAGES_DYNAMIC += "xfwm4-theme-*" | ||
| 24 | |||
| 25 | ALTERNATIVE_NAME = "x-window-manager" | ||
| 26 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" | ||
| 27 | ALTERNATIVE_PATH = "${bindir}/xfce4-session" | ||
| 28 | ALTERNATIVE_PRIORITY = "30" | ||
| 29 | |||
| 30 | RDEPENDS_${PN} = "xfwm4-theme-default" | ||
| 31 | FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \ | ||
| 32 | ${datadir}/xfwm4/defaults \ | ||
| 33 | " | ||
| 34 | FILES_${PN}-dbg += "${libexecdir}/xfce4/xfwm4/.debug/*" | ||
| 35 | |||
