mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
uim: Upgrade to 1.9.6
uim 1.9.6 (May 16, 2025) Improvements: Changed the default value of --enable-default-toolkit to automatically detect the default toolkit GTK+ 3: Simplified implementation GTK+ 2: Added support again (after being dropped in 1.9.4) Fixes: sqlite3: Added missing libuim-scm.la dependency uim 1.9.5 (May 6, 2025) Fixes: GTK+ 3: Fixed a build problem uim 1.9.4 (May 6, 2025) Improvements: Suppressed incompatible-pointer-types warnings Updated bundled SigScheme to 0.9.3 Dropped support for GTK+ 2 (later restored in 1.9.6) uim 1.9.3 Improvements: Updated bundled SigScheme 0.9.2 that is C23 ready (to support GCC 15's default C23 mode) uim 1.9.2 Improvements: Qt: Changed to use metadata.json from metadata.desktop because metadata.desktop is deprecated Qt: Specified cmake_minimum_required() explicitly for CMake 4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
dc8cae714d
commit
1685684e33
|
|
@ -8,12 +8,12 @@ SRC_URI = "https://github.com/uim/uim/releases/download/${PV}/uim-${PV}.tar.bz2"
|
|||
SRC_URI:append:class-target = "\
|
||||
file://uim-module-manager.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "271f0ed5f455e5bffa859f01b2d0f7fb966554ebd4822657afb67a0431dd85a8"
|
||||
SRC_URI[sha256sum] = "67f0e5fa4292a533edc6f98b842df60c531a89cf82d0336a4e1ab72202ab8c83"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
|
||||
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool libedit"
|
||||
DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool libedit autoconf-archive-native"
|
||||
DEPENDS:append:class-target = " intltool-native gtk+ gtk+3 uim-native"
|
||||
|
||||
RDEPENDS:uim = "libuim0 libedit"
|
||||
|
|
@ -31,8 +31,6 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
|||
|
||||
GTKIMMODULES_PACKAGES = "uim-gtk2.0 uim-gtk3"
|
||||
|
||||
CFLAGS += "-std=gnu17"
|
||||
|
||||
EXTRA_OECONF += "--disable-emacs \
|
||||
--with-libedit=${STAGING_EXECPREFIXDIR} \
|
||||
--without-scim \
|
||||
|
|
@ -57,7 +55,7 @@ do_configure:prepend () {
|
|||
}
|
||||
|
||||
do_install:append() {
|
||||
rm -rf ${D}/${datadir}/applications
|
||||
rm -rf ${D}${datadir}/applications
|
||||
}
|
||||
|
||||
PACKAGES =+ "uim-xim uim-utils uim-skk uim-gtk2.0 uim-gtk3 uim-fep uim-anthy uim-common libuim0 libuim-dev"
|
||||
Loading…
Reference in New Issue
Block a user