Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ibus-m17n-1.4.1
@ 2019-10-13 18:25 voidlinux-github
  2019-10-13 18:39 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-13 18:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages ibus-m17n-branch
https://github.com/void-linux/void-packages/pull/15436

New package: ibus-m17n-1.4.1
[ibus-m17n](https://github.com/ibus/ibus-m17n) is a package for adding keyboard layouts
 for [Indic](https://fedoraproject.org/wiki/I18N/Indic) and other languages. Without this package those languages don't appear on `ibus-setup` or on GNOME Control Center. Other [distros](https://packages.debian.org/sid/ibus-m17n) [have](https://aur.archlinux.org/packages/ibus-m17n-git/) it [too](https://fedoraproject.org/wiki/I18N/IBus#IBus_Packages). So I hope it would be a wonderful addition to Void Linux. :)

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

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

From d03d5852817b47db02d95921494c5f388c862c84 Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Mon, 14 Oct 2019 00:14:03 +0600
Subject: [PATCH] New package: ibus-m17n-1.4.1

---
 srcpkgs/ibus-m17n/INSTALL     |  5 +++++
 srcpkgs/ibus-m17n/INSTALL.msg |  2 ++
 srcpkgs/ibus-m17n/template    | 19 +++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/ibus-m17n/INSTALL
 create mode 100644 srcpkgs/ibus-m17n/INSTALL.msg
 create mode 100644 srcpkgs/ibus-m17n/template

diff --git a/srcpkgs/ibus-m17n/INSTALL b/srcpkgs/ibus-m17n/INSTALL
new file mode 100644
index 00000000000..6911d04723c
--- /dev/null
+++ b/srcpkgs/ibus-m17n/INSTALL
@@ -0,0 +1,5 @@
+case "$ACTION" in
+post)
+	ibus-daemon -xdr
+	;;
+esac
diff --git a/srcpkgs/ibus-m17n/INSTALL.msg b/srcpkgs/ibus-m17n/INSTALL.msg
new file mode 100644
index 00000000000..fbc9da6e6d1
--- /dev/null
+++ b/srcpkgs/ibus-m17n/INSTALL.msg
@@ -0,0 +1,2 @@
+If the M17N languages don't appear in ibus-setup or GNOME Control Center
+run `ibus-daemon -xdr` or simply reboot.
diff --git a/srcpkgs/ibus-m17n/template b/srcpkgs/ibus-m17n/template
new file mode 100644
index 00000000000..f40a88f4c40
--- /dev/null
+++ b/srcpkgs/ibus-m17n/template
@@ -0,0 +1,19 @@
+# Template file for 'ibus-m17n'
+pkgname=ibus-m17n
+version=1.4.1
+revision=1
+build_style=gnu-configure
+configure_args="--prefix=/usr --libexecdir=/usr/lib/ibus"
+hostmakedepends="ibus m17n-db m17n-lib gnome-common xz pkg-config automake libtool"
+makedepends="gettext-devel ibus-devel m17n-lib-devel"
+depends="ibus m17n-db"
+short_desc="M17N engine for IBus"
+maintainer="reback00 <reback00@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/ibus/ibus-m17n"
+distfiles="https://github.com/ibus/ibus-m17n/releases/download/${version}/ibus-m17n-${version}.tar.gz"
+checksum=5207f0b99bd17cae05251f96649dd26ec09f2feedb47dbe92a5128c7eeea4762
+
+pre_configure() {
+	autoreconf -fi
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] New package: ibus-m17n-1.4.1
  2019-10-13 18:25 [PR PATCH] New package: ibus-m17n-1.4.1 voidlinux-github
@ 2019-10-13 18:39 ` voidlinux-github
  2019-10-13 18:39 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-13 18:39 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by reback00 against master on the void-packages repository

https://github.com/reback00/void-packages ibus-m17n-branch
https://github.com/void-linux/void-packages/pull/15436

New package: ibus-m17n-1.4.1
[ibus-m17n](https://github.com/ibus/ibus-m17n) is a package for adding keyboard layouts
 for [Indic](https://fedoraproject.org/wiki/I18N/Indic) and other languages. Without this package those languages don't appear on `ibus-setup` or on GNOME Control Center. Other [distros](https://packages.debian.org/sid/ibus-m17n) [have](https://aur.archlinux.org/packages/ibus-m17n-git/) it [too](https://fedoraproject.org/wiki/I18N/IBus#IBus_Packages). So I hope it would be a wonderful addition to Void Linux. :)

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

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

From a04e2471ed24e94aa88d3e5b47820e690bcfcb61 Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Mon, 14 Oct 2019 00:14:03 +0600
Subject: [PATCH] New package: ibus-m17n-1.4.1

---
 srcpkgs/ibus-m17n/INSTALL     |  5 +++++
 srcpkgs/ibus-m17n/INSTALL.msg |  2 ++
 srcpkgs/ibus-m17n/template    | 19 +++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/ibus-m17n/INSTALL
 create mode 100644 srcpkgs/ibus-m17n/INSTALL.msg
 create mode 100644 srcpkgs/ibus-m17n/template

diff --git a/srcpkgs/ibus-m17n/INSTALL b/srcpkgs/ibus-m17n/INSTALL
new file mode 100644
index 00000000000..6911d04723c
--- /dev/null
+++ b/srcpkgs/ibus-m17n/INSTALL
@@ -0,0 +1,5 @@
+case "$ACTION" in
+post)
+	ibus-daemon -xdr
+	;;
+esac
diff --git a/srcpkgs/ibus-m17n/INSTALL.msg b/srcpkgs/ibus-m17n/INSTALL.msg
new file mode 100644
index 00000000000..fbc9da6e6d1
--- /dev/null
+++ b/srcpkgs/ibus-m17n/INSTALL.msg
@@ -0,0 +1,2 @@
+If the M17N languages don't appear in ibus-setup or GNOME Control Center
+run `ibus-daemon -xdr` or simply reboot.
diff --git a/srcpkgs/ibus-m17n/template b/srcpkgs/ibus-m17n/template
new file mode 100644
index 00000000000..db0ab6ea93a
--- /dev/null
+++ b/srcpkgs/ibus-m17n/template
@@ -0,0 +1,19 @@
+# Template file for 'ibus-m17n'
+pkgname=ibus-m17n
+version=1.4.1
+revision=1
+build_style=gnu-configure
+configure_args="--prefix=/usr --libexecdir=/usr/lib/ibus"
+hostmakedepends="ibus m17n-db m17n-lib gnome-common xz pkg-config automake libtool gettext-devel"
+makedepends="ibus-devel m17n-lib-devel"
+depends="ibus m17n-db"
+short_desc="M17N engine for IBus"
+maintainer="reback00 <reback00@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/ibus/ibus-m17n"
+distfiles="https://github.com/ibus/ibus-m17n/releases/download/${version}/ibus-m17n-${version}.tar.gz"
+checksum=5207f0b99bd17cae05251f96649dd26ec09f2feedb47dbe92a5128c7eeea4762
+
+pre_configure() {
+	autoreconf -fi
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] New package: ibus-m17n-1.4.1
  2019-10-13 18:25 [PR PATCH] New package: ibus-m17n-1.4.1 voidlinux-github
  2019-10-13 18:39 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-13 18:39 ` voidlinux-github
  2019-10-15 15:31 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-13 18:39 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by reback00 against master on the void-packages repository

https://github.com/reback00/void-packages ibus-m17n-branch
https://github.com/void-linux/void-packages/pull/15436

New package: ibus-m17n-1.4.1
[ibus-m17n](https://github.com/ibus/ibus-m17n) is a package for adding keyboard layouts
 for [Indic](https://fedoraproject.org/wiki/I18N/Indic) and other languages. Without this package those languages don't appear on `ibus-setup` or on GNOME Control Center. Other [distros](https://packages.debian.org/sid/ibus-m17n) [have](https://aur.archlinux.org/packages/ibus-m17n-git/) it [too](https://fedoraproject.org/wiki/I18N/IBus#IBus_Packages). So I hope it would be a wonderful addition to Void Linux. :)

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

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

From a04e2471ed24e94aa88d3e5b47820e690bcfcb61 Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Mon, 14 Oct 2019 00:14:03 +0600
Subject: [PATCH] New package: ibus-m17n-1.4.1

---
 srcpkgs/ibus-m17n/INSTALL     |  5 +++++
 srcpkgs/ibus-m17n/INSTALL.msg |  2 ++
 srcpkgs/ibus-m17n/template    | 19 +++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/ibus-m17n/INSTALL
 create mode 100644 srcpkgs/ibus-m17n/INSTALL.msg
 create mode 100644 srcpkgs/ibus-m17n/template

diff --git a/srcpkgs/ibus-m17n/INSTALL b/srcpkgs/ibus-m17n/INSTALL
new file mode 100644
index 00000000000..6911d04723c
--- /dev/null
+++ b/srcpkgs/ibus-m17n/INSTALL
@@ -0,0 +1,5 @@
+case "$ACTION" in
+post)
+	ibus-daemon -xdr
+	;;
+esac
diff --git a/srcpkgs/ibus-m17n/INSTALL.msg b/srcpkgs/ibus-m17n/INSTALL.msg
new file mode 100644
index 00000000000..fbc9da6e6d1
--- /dev/null
+++ b/srcpkgs/ibus-m17n/INSTALL.msg
@@ -0,0 +1,2 @@
+If the M17N languages don't appear in ibus-setup or GNOME Control Center
+run `ibus-daemon -xdr` or simply reboot.
diff --git a/srcpkgs/ibus-m17n/template b/srcpkgs/ibus-m17n/template
new file mode 100644
index 00000000000..db0ab6ea93a
--- /dev/null
+++ b/srcpkgs/ibus-m17n/template
@@ -0,0 +1,19 @@
+# Template file for 'ibus-m17n'
+pkgname=ibus-m17n
+version=1.4.1
+revision=1
+build_style=gnu-configure
+configure_args="--prefix=/usr --libexecdir=/usr/lib/ibus"
+hostmakedepends="ibus m17n-db m17n-lib gnome-common xz pkg-config automake libtool gettext-devel"
+makedepends="ibus-devel m17n-lib-devel"
+depends="ibus m17n-db"
+short_desc="M17N engine for IBus"
+maintainer="reback00 <reback00@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/ibus/ibus-m17n"
+distfiles="https://github.com/ibus/ibus-m17n/releases/download/${version}/ibus-m17n-${version}.tar.gz"
+checksum=5207f0b99bd17cae05251f96649dd26ec09f2feedb47dbe92a5128c7eeea4762
+
+pre_configure() {
+	autoreconf -fi
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] New package: ibus-m17n-1.4.1
  2019-10-13 18:25 [PR PATCH] New package: ibus-m17n-1.4.1 voidlinux-github
  2019-10-13 18:39 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-13 18:39 ` voidlinux-github
@ 2019-10-15 15:31 ` voidlinux-github
  2019-10-15 15:31 ` voidlinux-github
  2019-10-15 19:27 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-15 15:31 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by reback00 against master on the void-packages repository

https://github.com/reback00/void-packages ibus-m17n-branch
https://github.com/void-linux/void-packages/pull/15436

New package: ibus-m17n-1.4.1
[ibus-m17n](https://github.com/ibus/ibus-m17n) is a package for adding keyboard layouts
 for [Indic](https://fedoraproject.org/wiki/I18N/Indic) and other languages. Without this package those languages don't appear on `ibus-setup` or on GNOME Control Center. Other [distros](https://packages.debian.org/sid/ibus-m17n) [have](https://aur.archlinux.org/packages/ibus-m17n-git/) it [too](https://fedoraproject.org/wiki/I18N/IBus#IBus_Packages). So I hope it would be a wonderful addition to Void Linux. :)

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

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

From 27592238c53fce635753bab0f9690803a47e681e Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Mon, 14 Oct 2019 00:14:03 +0600
Subject: [PATCH] New package: ibus-m17n-1.4.1

---
 srcpkgs/ibus-m17n/INSTALL.msg |  2 ++
 srcpkgs/ibus-m17n/template    | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/ibus-m17n/INSTALL.msg
 create mode 100644 srcpkgs/ibus-m17n/template

diff --git a/srcpkgs/ibus-m17n/INSTALL.msg b/srcpkgs/ibus-m17n/INSTALL.msg
new file mode 100644
index 00000000000..fbc9da6e6d1
--- /dev/null
+++ b/srcpkgs/ibus-m17n/INSTALL.msg
@@ -0,0 +1,2 @@
+If the M17N languages don't appear in ibus-setup or GNOME Control Center
+run `ibus-daemon -xdr` or simply reboot.
diff --git a/srcpkgs/ibus-m17n/template b/srcpkgs/ibus-m17n/template
new file mode 100644
index 00000000000..db0ab6ea93a
--- /dev/null
+++ b/srcpkgs/ibus-m17n/template
@@ -0,0 +1,19 @@
+# Template file for 'ibus-m17n'
+pkgname=ibus-m17n
+version=1.4.1
+revision=1
+build_style=gnu-configure
+configure_args="--prefix=/usr --libexecdir=/usr/lib/ibus"
+hostmakedepends="ibus m17n-db m17n-lib gnome-common xz pkg-config automake libtool gettext-devel"
+makedepends="ibus-devel m17n-lib-devel"
+depends="ibus m17n-db"
+short_desc="M17N engine for IBus"
+maintainer="reback00 <reback00@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/ibus/ibus-m17n"
+distfiles="https://github.com/ibus/ibus-m17n/releases/download/${version}/ibus-m17n-${version}.tar.gz"
+checksum=5207f0b99bd17cae05251f96649dd26ec09f2feedb47dbe92a5128c7eeea4762
+
+pre_configure() {
+	autoreconf -fi
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] New package: ibus-m17n-1.4.1
  2019-10-13 18:25 [PR PATCH] New package: ibus-m17n-1.4.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-15 15:31 ` voidlinux-github
@ 2019-10-15 15:31 ` voidlinux-github
  2019-10-15 19:27 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-15 15:31 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by reback00 against master on the void-packages repository

https://github.com/reback00/void-packages ibus-m17n-branch
https://github.com/void-linux/void-packages/pull/15436

New package: ibus-m17n-1.4.1
[ibus-m17n](https://github.com/ibus/ibus-m17n) is a package for adding keyboard layouts
 for [Indic](https://fedoraproject.org/wiki/I18N/Indic) and other languages. Without this package those languages don't appear on `ibus-setup` or on GNOME Control Center. Other [distros](https://packages.debian.org/sid/ibus-m17n) [have](https://aur.archlinux.org/packages/ibus-m17n-git/) it [too](https://fedoraproject.org/wiki/I18N/IBus#IBus_Packages). So I hope it would be a wonderful addition to Void Linux. :)

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

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

From 27592238c53fce635753bab0f9690803a47e681e Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Mon, 14 Oct 2019 00:14:03 +0600
Subject: [PATCH] New package: ibus-m17n-1.4.1

---
 srcpkgs/ibus-m17n/INSTALL.msg |  2 ++
 srcpkgs/ibus-m17n/template    | 19 +++++++++++++++++++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/ibus-m17n/INSTALL.msg
 create mode 100644 srcpkgs/ibus-m17n/template

diff --git a/srcpkgs/ibus-m17n/INSTALL.msg b/srcpkgs/ibus-m17n/INSTALL.msg
new file mode 100644
index 00000000000..fbc9da6e6d1
--- /dev/null
+++ b/srcpkgs/ibus-m17n/INSTALL.msg
@@ -0,0 +1,2 @@
+If the M17N languages don't appear in ibus-setup or GNOME Control Center
+run `ibus-daemon -xdr` or simply reboot.
diff --git a/srcpkgs/ibus-m17n/template b/srcpkgs/ibus-m17n/template
new file mode 100644
index 00000000000..db0ab6ea93a
--- /dev/null
+++ b/srcpkgs/ibus-m17n/template
@@ -0,0 +1,19 @@
+# Template file for 'ibus-m17n'
+pkgname=ibus-m17n
+version=1.4.1
+revision=1
+build_style=gnu-configure
+configure_args="--prefix=/usr --libexecdir=/usr/lib/ibus"
+hostmakedepends="ibus m17n-db m17n-lib gnome-common xz pkg-config automake libtool gettext-devel"
+makedepends="ibus-devel m17n-lib-devel"
+depends="ibus m17n-db"
+short_desc="M17N engine for IBus"
+maintainer="reback00 <reback00@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/ibus/ibus-m17n"
+distfiles="https://github.com/ibus/ibus-m17n/releases/download/${version}/ibus-m17n-${version}.tar.gz"
+checksum=5207f0b99bd17cae05251f96649dd26ec09f2feedb47dbe92a5128c7eeea4762
+
+pre_configure() {
+	autoreconf -fi
+}

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: New package: ibus-m17n-1.4.1
  2019-10-13 18:25 [PR PATCH] New package: ibus-m17n-1.4.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-15 15:31 ` voidlinux-github
@ 2019-10-15 19:27 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-15 19:27 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: ibus-m17n-1.4.1
https://github.com/void-linux/void-packages/pull/15436

Description:
[ibus-m17n](https://github.com/ibus/ibus-m17n) is a package for adding keyboard layouts
 for [Indic](https://fedoraproject.org/wiki/I18N/Indic) and other languages. Without this package those languages don't appear on `ibus-setup` or on GNOME Control Center. Other [distros](https://packages.debian.org/sid/ibus-m17n) [have](https://aur.archlinux.org/packages/ibus-m17n-git/) it [too](https://fedoraproject.org/wiki/I18N/IBus#IBus_Packages). So I hope it would be a wonderful addition to Void Linux. :)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-10-15 19:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-13 18:25 [PR PATCH] New package: ibus-m17n-1.4.1 voidlinux-github
2019-10-13 18:39 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-13 18:39 ` voidlinux-github
2019-10-15 15:31 ` voidlinux-github
2019-10-15 15:31 ` voidlinux-github
2019-10-15 19:27 ` [PR PATCH] [Merged]: " voidlinux-github

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).