summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/icewm
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2020-04-21 16:52:50 -0700
committerKhem Raj <raj.khem@gmail.com>2020-04-21 19:21:55 -0700
commit0ea2b9992fbe300ea04243fba9de593f3a56f3e0 (patch)
treef6f899bb77a3b586dff0f8754942d5a43e54ff8b /meta-oe/recipes-extended/icewm
parentb5f510e48080b6dc710ff4800feb90ef679c5456 (diff)
downloadmeta-openembedded-0ea2b9992fbe300ea04243fba9de593f3a56f3e0.tar.gz
icewm: upgrade 1.5.5 -> 1.6.5
Add additional DEPENDS on libxcomposite, libxfixes, libxdamage Add update-alternatives similar to xfce-session from meta-xfce For release notes and changes see: https://github.com/ice-wm/icewm/releases/ Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/icewm')
-rw-r--r--meta-oe/recipes-extended/icewm/icewm_1.6.5.bb (renamed from meta-oe/recipes-extended/icewm/icewm_1.5.5.bb)15
1 files changed, 10 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/icewm/icewm_1.5.5.bb b/meta-oe/recipes-extended/icewm/icewm_1.6.5.bb
index 887a32d52..241a2b30f 100644
--- a/meta-oe/recipes-extended/icewm/icewm_1.5.5.bb
+++ b/meta-oe/recipes-extended/icewm/icewm_1.6.5.bb
@@ -2,15 +2,14 @@ DESCRIPTION = "Ice Window Manager (IceWM)"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=4a26952467ef79a7efca4a9cf52d417b" 3LIC_FILES_CHKSUM = "file://COPYING;md5=4a26952467ef79a7efca4a9cf52d417b"
4 4
5SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz \ 5SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.lz \
6 file://0001-configure.ac-skip-running-test-program-when-cross-co.patch \ 6 file://0001-configure.ac-skip-running-test-program-when-cross-co.patch \
7 " 7 "
8SRC_URI[md5sum] = "6eba94a7935a0531d2c14eeb1426aeef" 8SRC_URI[sha256sum] = "d41e6abf842ff3f8705a81d352be7c5b181c587549c183de0641c3820234a7b2"
9SRC_URI[sha256sum] = "f1c1344b20a9e8635143f70ee27930b55f813c15ca61f84d77584d311b6ac027"
10 9
11UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" 10UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases"
12 11
13inherit autotools pkgconfig gettext perlnative features_check qemu 12inherit autotools pkgconfig gettext perlnative features_check qemu update-alternatives
14REQUIRED_DISTRO_FEATURES = "x11" 13REQUIRED_DISTRO_FEATURES = "x11"
15 14
16EXTRA_OECONF += "--with-libdir=${datadir}/icewm \ 15EXTRA_OECONF += "--with-libdir=${datadir}/icewm \
@@ -20,7 +19,9 @@ EXTRA_OECONF += "--with-libdir=${datadir}/icewm \
20 --enable-xinerama \ 19 --enable-xinerama \
21 --enable-shape" 20 --enable-shape"
22 21
23DEPENDS = "asciidoc-native fontconfig gdk-pixbuf libxft libxpm libxrandr libxinerama libice libsm libx11 libxext libxrender" 22DEPENDS = "asciidoc-native fontconfig gdk-pixbuf libxft libxpm libxrandr \
23 libxinerama libice libsm libx11 libxext libxrender libxcomposite libxdamage \
24 libxfixes"
24DEPENDS_append = " qemu-native" 25DEPENDS_append = " qemu-native"
25RDEPENDS_${PN} = "perl fribidi" 26RDEPENDS_${PN} = "perl fribidi"
26 27
@@ -38,4 +39,8 @@ EOF
38 ./qemuwrapper > src/preferences 39 ./qemuwrapper > src/preferences
39} 40}
40 41
42ALTERNATIVE_${PN} = "x-session-manager"
43ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/icewm-session"
44ALTERNATIVE_PRIORITY_${PN} = "100"
45
41FILES_${PN} += "${datadir}/xsessions" 46FILES_${PN} += "${datadir}/xsessions"