Github messages for voidlinux
 help / color / mirror / Atom feed
From: funk443 <funk443@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: ibus-chewing, ibus-array: add runtime dep.
Date: Wed, 23 Nov 2022 16:31:29 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40710@inbox.vuxu.org> (raw)

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

There is a new pull request by funk443 against master on the void-packages repository

https://github.com/funk443/void-packages master
https://github.com/void-linux/void-packages/pull/40710

New package: ibus-chewing, ibus-array: add runtime dep.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- 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, x86_64-glibc



A patch file from https://github.com/void-linux/void-packages/pull/40710.patch is attached

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

From f5a648ad2c3e53a0df0cc29376987d3d4e22616b Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Wed, 23 Nov 2022 23:23:43 +0800
Subject: [PATCH 1/4] New package: ibus-chewing-1.5.1

---
 srcpkgs/ibus-chewing/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/ibus-chewing/template

diff --git a/srcpkgs/ibus-chewing/template b/srcpkgs/ibus-chewing/template
new file mode 100644
index 000000000000..ee8f5d6717de
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,30 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.5.1
+revision=1
+archs="x86_64"
+build_style=gnu-makefile
+hostmakedepends="git cmake pkg-config"
+makedepends="gettext-devel libchewing-devel ibus-devel gob2 libX11-devel gtk+3-devel glib-devel findutils"
+depends="ibus libchewing"
+short_desc="Chewing input method for ibus"
+maintainer="ctoid <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/definite/ibus-chewing"
+
+do_fetch() {
+	git clone https://github.com/definite/ibus-chewing.git $wrksrc
+}
+
+pre_configure() {
+	rm -rf cmake-fedora
+	git clone https://pagure.io/cmake-fedora.git
+}
+
+do_configure() {
+	cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DLIBEXEC_DIR='/usr/libexec'
+}
+
+post_install() {
+	glib-compile-schemas /usr/share/glib-2.0/schemas
+}

From c3b3d25a8e0f681f2aff8c2bfbdf1ef6a6918699 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Wed, 23 Nov 2022 23:25:46 +0800
Subject: [PATCH 2/4] ibus-array: Add a runtime dep.

---
 srcpkgs/ibus-array/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/ibus-array/template b/srcpkgs/ibus-array/template
index 14462250e789..f5392e3bd92c 100644
--- a/srcpkgs/ibus-array/template
+++ b/srcpkgs/ibus-array/template
@@ -1,10 +1,11 @@
 # Template file for 'ibus-array'
 pkgname=ibus-array
 version=0.2.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config python3 gettext-devel libtool"
 makedepends="ibus-devel gettext-devel sqlite-devel"
+depends="ibus"
 short_desc="Array 30 engine for iBus"
 maintainer="CToID <funk443@yandex.com>"
 license="GPL-2.0-or-later"

From a39a93103ae28c1d6460554e62742118d924ec20 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Wed, 23 Nov 2022 23:23:43 +0800
Subject: [PATCH 3/4] New package: ibus-chewing-1.5.1

---
 srcpkgs/ibus-chewing/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/ibus-chewing/template

diff --git a/srcpkgs/ibus-chewing/template b/srcpkgs/ibus-chewing/template
new file mode 100644
index 000000000000..ee8f5d6717de
--- /dev/null
+++ b/srcpkgs/ibus-chewing/template
@@ -0,0 +1,30 @@
+# Template file for 'ibus-chewing'
+pkgname=ibus-chewing
+version=1.5.1
+revision=1
+archs="x86_64"
+build_style=gnu-makefile
+hostmakedepends="git cmake pkg-config"
+makedepends="gettext-devel libchewing-devel ibus-devel gob2 libX11-devel gtk+3-devel glib-devel findutils"
+depends="ibus libchewing"
+short_desc="Chewing input method for ibus"
+maintainer="ctoid <funk443@yandex.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/definite/ibus-chewing"
+
+do_fetch() {
+	git clone https://github.com/definite/ibus-chewing.git $wrksrc
+}
+
+pre_configure() {
+	rm -rf cmake-fedora
+	git clone https://pagure.io/cmake-fedora.git
+}
+
+do_configure() {
+	cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DLIBEXEC_DIR='/usr/libexec'
+}
+
+post_install() {
+	glib-compile-schemas /usr/share/glib-2.0/schemas
+}

From aee3fae4b43d1a35a02ef107851422347274c865 Mon Sep 17 00:00:00 2001
From: ctoid <funk443@yandex.com>
Date: Wed, 23 Nov 2022 23:25:46 +0800
Subject: [PATCH 4/4] ibus-array: Add a runtime dep.

---
 srcpkgs/ibus-array/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/ibus-array/template b/srcpkgs/ibus-array/template
index 14462250e789..f5392e3bd92c 100644
--- a/srcpkgs/ibus-array/template
+++ b/srcpkgs/ibus-array/template
@@ -1,10 +1,11 @@
 # Template file for 'ibus-array'
 pkgname=ibus-array
 version=0.2.2
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake pkg-config python3 gettext-devel libtool"
 makedepends="ibus-devel gettext-devel sqlite-devel"
+depends="ibus"
 short_desc="Array 30 engine for iBus"
 maintainer="CToID <funk443@yandex.com>"
 license="GPL-2.0-or-later"

             reply	other threads:[~2022-11-23 15:31 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-23 15:31 funk443 [this message]
2022-11-23 17:26 ` [PR REVIEW] " oreo639
2022-11-23 17:26 ` oreo639
2022-11-23 17:26 ` oreo639
2022-11-23 17:26 ` oreo639
2022-11-23 17:26 ` oreo639
2022-11-23 17:27 ` oreo639
2022-11-23 17:28 ` oreo639
2022-11-23 17:32 ` oreo639
2022-11-23 17:33 ` oreo639
2022-11-23 17:34 ` oreo639
2022-11-24  0:10 ` classabbyamp
2022-11-24  3:24 ` sgn
2022-11-24  4:08 ` [PR PATCH] [Updated] " funk443
2022-11-24  4:14 ` funk443
2022-11-24 11:12 ` funk443
2022-11-24 11:13 ` [PR REVIEW] " classabbyamp
2022-11-24 11:18 ` [PR PATCH] [Updated] " funk443
2022-11-24 11:18 ` funk443
2022-11-24 11:20 ` [PR PATCH] [Updated] New package: ibus-chewing funk443
2022-11-24 11:21 ` [PR REVIEW] " funk443
2022-11-24 12:00 ` [PR PATCH] [Updated] " funk443
2022-11-24 12:10 ` [PR REVIEW] " Duncaen
2022-11-24 12:34 ` funk443
2022-11-24 12:42 ` [PR PATCH] [Updated] " funk443
2022-11-24 20:02 ` [PR REVIEW] " oreo639
2022-11-24 20:09 ` oreo639
2022-11-25  5:08 ` funk443
2022-11-25  5:11 ` funk443
2022-11-25  5:12 ` funk443
2022-11-27 15:33 ` [PR PATCH] [Updated] " funk443
2022-11-27 16:02 ` [PR REVIEW] " paper42
2022-11-27 16:04 ` paper42
2022-11-27 16:30 ` funk443
2022-11-27 16:40 ` paper42
2022-11-27 16:51 ` funk443
2022-11-27 16:55 ` paper42
2022-11-27 16:56 ` classabbyamp
2022-11-27 16:57 ` funk443
2022-11-27 16:57 ` [PR PATCH] [Closed]: " funk443

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40710@inbox.vuxu.org \
    --to=funk443@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).