diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-07-07 17:06:27 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-08 23:40:28 -0700 |
| commit | be2ceaad0da0bc2d17707e6f2cece1d3a43ef0f0 (patch) | |
| tree | b6eeb9d682014c2a241b5df6a1768a7e107e69a2 /meta-oe/recipes-extended/icewm/icewm_3.7.5.bb | |
| parent | 549de13f86fb6e3f282f118e59f4de9226ae183c (diff) | |
| download | meta-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.bb | 47 |
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 @@ | |||
| 1 | DESCRIPTION = "Ice Window Manager (IceWM)" | ||
| 2 | LICENSE = "GPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4a26952467ef79a7efca4a9cf52d417b" | ||
| 4 | |||
| 5 | SRC_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 | " | ||
| 8 | SRC_URI[sha256sum] = "7457ec08fa74a101b077f391d60f901a77919dcc83a2940992f1f88cd7ec840a" | ||
| 9 | |||
| 10 | UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" | ||
| 11 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig gettext perlnative features_check qemu update-alternatives | ||
| 14 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 15 | |||
| 16 | EXTRA_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 | |||
| 23 | DEPENDS = "asciidoc-native fontconfig fribidi gdk-pixbuf imlib2 libxft libxpm libxrandr \ | ||
| 24 | libxinerama libice libsm libx11 libxext libxrender libxcomposite libxdamage \ | ||
| 25 | libxfixes" | ||
| 26 | DEPENDS:append = " qemu-native" | ||
| 27 | RDEPENDS:${PN} = "perl fribidi imlib2 imlib2-loaders" | ||
| 28 | |||
| 29 | do_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 "\$@" | ||
| 38 | EOF | ||
| 39 | chmod +x qemuwrapper | ||
| 40 | ./qemuwrapper > src/preferences | ||
| 41 | } | ||
| 42 | |||
| 43 | ALTERNATIVE:${PN} = "x-session-manager" | ||
| 44 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/icewm-session" | ||
| 45 | ALTERNATIVE_PRIORITY_${PN} = "100" | ||
| 46 | |||
| 47 | FILES:${PN} += "${datadir}/xsessions" | ||
