summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/icewm/icewm_3.7.5.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-07-07 17:06:27 +0800
committerKhem Raj <raj.khem@gmail.com>2025-07-08 23:40:28 -0700
commitbe2ceaad0da0bc2d17707e6f2cece1d3a43ef0f0 (patch)
treeb6eeb9d682014c2a241b5df6a1768a7e107e69a2 /meta-oe/recipes-extended/icewm/icewm_3.7.5.bb
parent549de13f86fb6e3f282f118e59f4de9226ae183c (diff)
downloadmeta-openembedded-be2ceaad0da0bc2d17707e6f2cece1d3a43ef0f0.tar.gz
icewm: upgrade 3.7.5 -> 3.8.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/icewm/icewm_3.7.5.bb')
-rw-r--r--meta-oe/recipes-extended/icewm/icewm_3.7.5.bb47
1 files changed, 0 insertions, 47 deletions
diff --git a/meta-oe/recipes-extended/icewm/icewm_3.7.5.bb b/meta-oe/recipes-extended/icewm/icewm_3.7.5.bb
deleted file mode 100644
index cb792dad4b..0000000000
--- a/meta-oe/recipes-extended/icewm/icewm_3.7.5.bb
+++ /dev/null
@@ -1,47 +0,0 @@
1DESCRIPTION = "Ice Window Manager (IceWM)"
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=4a26952467ef79a7efca4a9cf52d417b"
4
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 \
7 "
8SRC_URI[sha256sum] = "7457ec08fa74a101b077f391d60f901a77919dcc83a2940992f1f88cd7ec840a"
9
10UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases"
11UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
12
13inherit autotools pkgconfig gettext perlnative features_check qemu update-alternatives
14REQUIRED_DISTRO_FEATURES = "x11"
15
16EXTRA_OECONF += "--with-libdir=${datadir}/icewm \
17 --with-cfgdir=${sysconfdir}/icewm \
18 --with-docdir=${docdir}/icewm \
19 --enable-fribidi \
20 --enable-xinerama \
21 --enable-shape"
22
23DEPENDS = "asciidoc-native fontconfig fribidi gdk-pixbuf imlib2 libxft libxpm libxrandr \
24 libxinerama libice libsm libx11 libxext libxrender libxcomposite libxdamage \
25 libxfixes"
26DEPENDS:append = " qemu-native"
27RDEPENDS:${PN} = "perl fribidi imlib2 imlib2-loaders"
28
29do_compile:prepend:class-target() {
30
31 cd ${B}
32 oe_runmake -C src genpref
33
34 qemu_binary="${@qemu_wrapper_cmdline(d, '${STAGING_DIR_TARGET}',['${B}/src/.libs','${STAGING_DIR_TARGET}/${libdir}','${STAGING_DIR_TARGET}/${base_libdir}'])}"
35 cat >qemuwrapper <<EOF
36#!/bin/sh
37${qemu_binary} src/genpref "\$@"
38EOF
39 chmod +x qemuwrapper
40 ./qemuwrapper > src/preferences
41}
42
43ALTERNATIVE:${PN} = "x-session-manager"
44ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/icewm-session"
45ALTERNATIVE_PRIORITY_${PN} = "100"
46
47FILES:${PN} += "${datadir}/xsessions"