diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-07-25 17:06:12 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-25 17:09:25 -0700 |
| commit | 1685684e334698b11651c286aa3c224bc4c4e587 (patch) | |
| tree | 56c5f561fc73dc92b8c792fe885f94c40c378fdb /meta-oe/recipes-support/uim | |
| parent | dc8cae714dc7bd54c495f473438c3fb330fc5ce7 (diff) | |
| download | meta-openembedded-1685684e334698b11651c286aa3c224bc4c4e587.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-support/uim')
| -rw-r--r-- | meta-oe/recipes-support/uim/uim_1.9.6.bb (renamed from meta-oe/recipes-support/uim/uim_1.9.0.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/uim/uim_1.9.0.bb b/meta-oe/recipes-support/uim/uim_1.9.6.bb index cb3aee3f0d..6e6ed522d8 100644 --- a/meta-oe/recipes-support/uim/uim_1.9.0.bb +++ b/meta-oe/recipes-support/uim/uim_1.9.6.bb | |||
| @@ -8,12 +8,12 @@ SRC_URI = "https://github.com/uim/uim/releases/download/${PV}/uim-${PV}.tar.bz2" | |||
| 8 | SRC_URI:append:class-target = "\ | 8 | SRC_URI:append:class-target = "\ |
| 9 | file://uim-module-manager.patch \ | 9 | file://uim-module-manager.patch \ |
| 10 | " | 10 | " |
| 11 | SRC_URI[sha256sum] = "271f0ed5f455e5bffa859f01b2d0f7fb966554ebd4822657afb67a0431dd85a8" | 11 | SRC_URI[sha256sum] = "67f0e5fa4292a533edc6f98b842df60c531a89cf82d0336a4e1ab72202ab8c83" |
| 12 | 12 | ||
| 13 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | 13 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
| 14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |
| 15 | 15 | ||
| 16 | DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool libedit" | 16 | DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool libedit autoconf-archive-native" |
| 17 | DEPENDS:append:class-target = " intltool-native gtk+ gtk+3 uim-native" | 17 | DEPENDS:append:class-target = " intltool-native gtk+ gtk+3 uim-native" |
| 18 | 18 | ||
| 19 | RDEPENDS:uim = "libuim0 libedit" | 19 | RDEPENDS:uim = "libuim0 libedit" |
| @@ -31,8 +31,6 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
| 31 | 31 | ||
| 32 | GTKIMMODULES_PACKAGES = "uim-gtk2.0 uim-gtk3" | 32 | GTKIMMODULES_PACKAGES = "uim-gtk2.0 uim-gtk3" |
| 33 | 33 | ||
| 34 | CFLAGS += "-std=gnu17" | ||
| 35 | |||
| 36 | EXTRA_OECONF += "--disable-emacs \ | 34 | EXTRA_OECONF += "--disable-emacs \ |
| 37 | --with-libedit=${STAGING_EXECPREFIXDIR} \ | 35 | --with-libedit=${STAGING_EXECPREFIXDIR} \ |
| 38 | --without-scim \ | 36 | --without-scim \ |
| @@ -57,7 +55,7 @@ do_configure:prepend () { | |||
| 57 | } | 55 | } |
| 58 | 56 | ||
| 59 | do_install:append() { | 57 | do_install:append() { |
| 60 | rm -rf ${D}/${datadir}/applications | 58 | rm -rf ${D}${datadir}/applications |
| 61 | } | 59 | } |
| 62 | 60 | ||
| 63 | PACKAGES =+ "uim-xim uim-utils uim-skk uim-gtk2.0 uim-gtk3 uim-fep uim-anthy uim-common libuim0 libuim-dev" | 61 | PACKAGES =+ "uim-xim uim-utils uim-skk uim-gtk2.0 uim-gtk3 uim-fep uim-anthy uim-common libuim0 libuim-dev" |
