mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
b5f510e480
commit
0ea2b9992f
|
|
@ -2,15 +2,14 @@ DESCRIPTION = "Ice Window Manager (IceWM)"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4a26952467ef79a7efca4a9cf52d417b"
|
||||
|
||||
SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz \
|
||||
SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.lz \
|
||||
file://0001-configure.ac-skip-running-test-program-when-cross-co.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "6eba94a7935a0531d2c14eeb1426aeef"
|
||||
SRC_URI[sha256sum] = "f1c1344b20a9e8635143f70ee27930b55f813c15ca61f84d77584d311b6ac027"
|
||||
SRC_URI[sha256sum] = "d41e6abf842ff3f8705a81d352be7c5b181c587549c183de0641c3820234a7b2"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases"
|
||||
|
||||
inherit autotools pkgconfig gettext perlnative features_check qemu
|
||||
inherit autotools pkgconfig gettext perlnative features_check qemu update-alternatives
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
EXTRA_OECONF += "--with-libdir=${datadir}/icewm \
|
||||
|
|
@ -20,7 +19,9 @@ EXTRA_OECONF += "--with-libdir=${datadir}/icewm \
|
|||
--enable-xinerama \
|
||||
--enable-shape"
|
||||
|
||||
DEPENDS = "asciidoc-native fontconfig gdk-pixbuf libxft libxpm libxrandr libxinerama libice libsm libx11 libxext libxrender"
|
||||
DEPENDS = "asciidoc-native fontconfig gdk-pixbuf libxft libxpm libxrandr \
|
||||
libxinerama libice libsm libx11 libxext libxrender libxcomposite libxdamage \
|
||||
libxfixes"
|
||||
DEPENDS_append = " qemu-native"
|
||||
RDEPENDS_${PN} = "perl fribidi"
|
||||
|
||||
|
|
@ -38,4 +39,8 @@ EOF
|
|||
./qemuwrapper > src/preferences
|
||||
}
|
||||
|
||||
ALTERNATIVE_${PN} = "x-session-manager"
|
||||
ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/icewm-session"
|
||||
ALTERNATIVE_PRIORITY_${PN} = "100"
|
||||
|
||||
FILES_${PN} += "${datadir}/xsessions"
|
||||
Loading…
Reference in New Issue
Block a user