linux-kexecboot_git: update Zaurus defconfigs for 2.6.38-rc2
[openembedded.git] / recipes / openbox / openbox_3.4.7.2.bb
blob5887da88a1bdd086ff069330d9a6a6b650532d7b
1 DESCRIPTION = "openbox Window Manager"
2 SECTION = "x11/wm"
3 DEPENDS = ""
5 SRC_URI = "http://icculus.org/openbox/releases/openbox-${PV}.tar.gz"
7 inherit autotools update-alternatives
9 EXTRA_OECONF += "--with-plugins=none"
11 PACKAGES += "lxde-icon-theme"
12 FILES_${PN} += "${datadir}/lxde/ ${datadir}/lxpanel ${datadir}/xsessions"
13 FILES_lxde-icon-theme = "${datadir}/icons"
15 PACKAGES_DYNAMIC += "${PN}-theme-*"
17 python populate_packages_prepend() {
18 theme_dir = bb.data.expand('${datadir}/themes/', d)
19 theme_name = bb.data.expand('${PN}-theme-%s', d)
20 do_split_packages(d, theme_dir, '(.*)', theme_name, '${PN} theme for %s', extra_depends='', allow_dirs=True)
23 ALTERNATIVE_PATH = "${bindir}/openbox"
24 ALTERNATIVE_NAME = "x-window-manager"
25 ALTERNATIVE_LINK = "${bindir}/x-window-manager"
26 ALTERNATIVE_PRIORITY = "10"
28 SRC_URI[md5sum] = "9e7589e90519bc6ac2f4656ea6869439"
29 SRC_URI[sha256sum] = "d11f2137a0fe1de6c36c999d29523ad68c05f22c5935ce8628a8cab7a2e4b000"