* [PR PATCH] ibus: update to 1.5.32.
@ 2025-04-18 9:50 oreo639
2025-05-03 4:40 ` [PR PATCH] [Merged]: " oreo639
0 siblings, 1 reply; 2+ messages in thread
From: oreo639 @ 2025-04-18 9:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1236 bytes --]
There is a new pull request by oreo639 against master on the void-packages repository
https://github.com/oreo639/void-packages ibus
https://github.com/void-linux/void-packages/pull/55109
ibus: update to 1.5.32.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/55109.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ibus-55109.patch --]
[-- Type: text/x-diff, Size: 2065 bytes --]
From 9780cb86e604fc38b540e3a0ec10b7d7b240405f Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Fri, 18 Apr 2025 02:47:31 -0700
Subject: [PATCH] ibus: update to 1.5.32.
---
srcpkgs/ibus/template | 31 ++++++++++++-------------------
1 file changed, 12 insertions(+), 19 deletions(-)
diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index 7a1ae6ec8de7da..db38a95e675fa3 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,7 +1,7 @@
# Template file for 'ibus'
pkgname=ibus
-version=1.5.30
-revision=2
+version=1.5.32
+revision=1
build_style=gnu-configure
build_helper="gir"
configure_args="--enable-ui --enable-gtk3 --enable-gtk4
@@ -23,32 +23,25 @@ maintainer="oreo639 <oreo6391@gmail.com>"
license="LGPL-2.1-or-later"
homepage="https://github.com/ibus/ibus"
distfiles="https://github.com/ibus/ibus/releases/download/${version}/ibus-${version}.tar.gz"
-checksum=05b84d4a45139face161596e5ade8e6c5da55cfaf6f194861da66516190f5b96
+checksum=b24f41ae38b236b254c09f1a8f53c2354b69b0789e89cea888d0494b09d15d67
build_options="ibus_setup dicts"
desc_option_ibus_setup="Enable support for building the ibus setup UI"
build_options_default="ibus_setup dicts"
-post_configure() {
- # Force re-generate valac files for gcc 14
- make -C ui/gtk3 maintainer-clean-generic
+pre_configure() {
+ autoreconf -fi
+
+ # Regenerate sources with new vala
+ find -name '*.vala' -exec touch {} \;
}
pre_build() {
- [ -n "${CROSS_BUILD}" ] || return 0
-
- # TODO: fix this hack!
- #
- # GIR_EXTRA_LIBS_PATH in g-ir-scanner-qemuwrapper is not being honored,
- # and the linker cannot find libibus-1.0.so.5 when scanning. Linking
- # the missing library alongside the scanner targets is sufficient.
- local s d
+ export GIR_EXTRA_LIBS_PATH="${wrksrc}/src/.libs"
+}
- s="${wrksrc}/src/.libs/libibus-1.0.so.5"
- for d in tools bindings/vala client/wayland; do
- mkdir -p "${d}/.libs"
- ln -Tsf "${s}" "${d}/.libs/libibus-1.0.so.5"
- done
+pre_install() {
+ export GIR_EXTRA_LIBS_PATH="${wrksrc}/src/.libs"
}
post_install() {
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PR PATCH] [Merged]: ibus: update to 1.5.32.
2025-04-18 9:50 [PR PATCH] ibus: update to 1.5.32 oreo639
@ 2025-05-03 4:40 ` oreo639
0 siblings, 0 replies; 2+ messages in thread
From: oreo639 @ 2025-05-03 4:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]
There's a merged pull request on the void-packages repository
ibus: update to 1.5.32.
https://github.com/void-linux/void-packages/pull/55109
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-03 4:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-18 9:50 [PR PATCH] ibus: update to 1.5.32 oreo639
2025-05-03 4:40 ` [PR PATCH] [Merged]: " oreo639
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).