Github messages for voidlinux
 help / color / mirror / Atom feed
From: oreo639 <oreo639@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] ibus: update to 1.5.26
Date: Sat, 25 Jun 2022 03:50:40 +0200	[thread overview]
Message-ID: <20220625015040.DwsbA8PzN8Jezv2gxgZTOaQWftkc6-83BPS4u9o1br0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37626@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1587 bytes --]

There is an updated 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/37626

ibus: update to 1.5.26
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

I also enabled gtk4 support. Just to address the criticisms from a previous PR. Most distros enable it, it is required on X11. On Wayland with GNOME 42, it will not be required since the wayland backend will be preferred there. I did test it on X11 and with gtk4 support enabled, it does work with gtk4 applications for me (and without it, it does not).

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37626.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ibus-37626.patch --]
[-- Type: text/x-diff, Size: 2248 bytes --]

From 458736863d756041aaa3e1bd9da5e5bcbdaacf3f Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Mon, 20 Jun 2022 13:13:33 -0700
Subject: [PATCH] ibus: update to 1.5.26

---
 srcpkgs/ibus/template | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template
index f12d7ec92ed0..750470cea083 100644
--- a/srcpkgs/ibus/template
+++ b/srcpkgs/ibus/template
@@ -1,19 +1,20 @@
 # Template file for 'ibus'
 pkgname=ibus
-version=1.5.23
-revision=4
+version=1.5.26
+revision=1
 build_style=gnu-configure
 build_helper="gir"
-configure_args="--enable-ui --enable-gtk3 --disable-tests
- --disable-schemas-compile --enable-memconf --enable-dconf
- --enable-wayland --with-python=/usr/bin/python3
+configure_args="--enable-ui --enable-gtk3 --enable-gtk4
+ --disable-tests --disable-schemas-compile --disable-systemd-services
+ --enable-memconf --enable-dconf --enable-wayland
+ --with-python=/usr/bin/python3
  $(vopt_enable dicts emoji-dict) $(vopt_enable dicts unicode-dict)
  --enable-introspection --enable-vala $(vopt_enable ibus_setup setup)"
 hostmakedepends="automake gettext-devel libtool pkg-config intltool dconf
  python3 glib-devel $(vopt_if vala vala)
  $(vopt_if dicts 'cldr-emoji-annotation unicode-character-database unicode-emoji')"
-makedepends="dconf-devel gtk+-devel hicolor-icon-theme iso-codes
- json-glib-devel libnotify-devel librsvg-devel python3-xdg
+makedepends="dconf-devel gtk+-devel gtk4-devel hicolor-icon-theme
+ iso-codes json-glib-devel libnotify-devel librsvg-devel python3-xdg
  $(vopt_if vala vala) libXtst-devel"
 depends="hicolor-icon-theme iso-codes dbus-x11 python3-xdg
  $(vopt_if ibus_setup 'python3-gobject>=3.12.1_3')"
@@ -22,7 +23,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 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=b7e8d5bdb7d71a5ba4ee43cdf374675f77121a71c1679c9b9e7e02875bd0e150
+checksum=5c2fd118e7bfd4e9a42c3a20e6175a263426c90b6256f94989ed3d0384f4c9fc
 
 build_options="ibus_setup dicts"
 desc_option_ibus_setup="Enable support for building the ibus setup UI"

  parent reply	other threads:[~2022-06-25  1:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-20 22:53 [PR PATCH] " oreo639
2022-06-20 22:57 ` [PR PATCH] [Updated] " oreo639
2022-06-20 22:58 ` oreo639
2022-06-24 23:34 ` [PR REVIEW] " classabbyamp
2022-06-25  1:37 ` oreo639
2022-06-25  1:42 ` oreo639
2022-06-25  1:44 ` oreo639
2022-06-25  1:46 ` classabbyamp
2022-06-25  1:46 ` [PR PATCH] [Updated] " oreo639
2022-06-25  1:50 ` oreo639 [this message]
2022-06-25  1:53 ` oreo639
2022-06-25  1:53 ` oreo639
2022-06-25  1:53 ` oreo639
2022-06-25  1:55 ` classabbyamp
2022-06-28 22:26 ` [PR PATCH] [Merged]: " Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220625015040.DwsbA8PzN8Jezv2gxgZTOaQWftkc6-83BPS4u9o1br0@z \
    --to=oreo639@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).