Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] New package: ibus-bamboo-0.4.6
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11368@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2019-05-03 15:36 ` voidlinux-github
@ 2019-05-03 15:36 ` voidlinux-github
  5 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-05-03 15:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndgnuh/void-packages master
https://github.com/void-linux/void-packages/pull/11368

New package: ibus-bamboo-0.4.6
A new Vietnamese input method for ibus.

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

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

From 5184efcd8ee73d9ee312461e2bab3fbc8efb7260 Mon Sep 17 00:00:00 2001
From: ndgnuh <ndgnuh99@gmail.com>
Date: Sun, 28 Apr 2019 21:40:09 +0700
Subject: [PATCH] New package: ibus-bamboo-0.4.6

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

diff --git a/srcpkgs/ibus-bamboo/template b/srcpkgs/ibus-bamboo/template
new file mode 100644
index 00000000000..e26667c0ff3
--- /dev/null
+++ b/srcpkgs/ibus-bamboo/template
@@ -0,0 +1,28 @@
+# Template file for 'ibus-bamboo'
+pkgname=ibus-bamboo
+version=0.4.6
+revision=1
+build_style=go
+go_import_path="github.com/BambooEngine/ibus-bamboo"
+go_package="github.com/BambooEngine/ibus-bamboo/src/ibus-bamboo"
+hostmakedepends="git"
+makedepends="libXtst-devel libX11-devel"
+depends="ibus"
+short_desc="Vietnamese input method for ibus"
+maintainer="ndgnuh <ndgnuh99@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/BambooEngine/ibus-bamboo"
+distfiles="https://${go_import_path}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum="2345394fd1fd8de5a9f620f3775ab34c3233c16eb6a9ffe166e3ed6f1a31f1bb"
+_engine_dir="usr/share/ibus-bamboo/"
+_ibus_dir="usr/share/ibus"
+
+post_install() {
+	mkdir -p ${PKGDESTDIR}/${_engine_dir}
+	mkdir -p ${PKGDESTDIR}/usr/lib/
+	mkdir -p ${PKGDESTDIR}/${_ibus_dir}/component
+	mv ${PKGDESTDIR}/usr/bin/ibus-bamboo ${PKGDESTDIR}/usr/lib/ibus-engine-bamboo
+	cp -R -f viet-on.png data ${PKGDESTDIR}/${_engine_dir}
+	cp -f  bamboo.xml ${PKGDESTDIR}/${_ibus_dir}/component/
+	rm ${PKGDESTDIR}/usr/bin -d
+}

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

* Re: [PR PATCH] [Updated] New package: ibus-bamboo-0.4.6
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11368@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2019-05-03  7:40 ` voidlinux-github
@ 2019-05-03 15:36 ` voidlinux-github
  2019-05-03 15:36 ` voidlinux-github
  5 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-05-03 15:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndgnuh/void-packages master
https://github.com/void-linux/void-packages/pull/11368

New package: ibus-bamboo-0.4.6
A new Vietnamese input method for ibus.

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

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

From 5184efcd8ee73d9ee312461e2bab3fbc8efb7260 Mon Sep 17 00:00:00 2001
From: ndgnuh <ndgnuh99@gmail.com>
Date: Sun, 28 Apr 2019 21:40:09 +0700
Subject: [PATCH] New package: ibus-bamboo-0.4.6

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

diff --git a/srcpkgs/ibus-bamboo/template b/srcpkgs/ibus-bamboo/template
new file mode 100644
index 00000000000..e26667c0ff3
--- /dev/null
+++ b/srcpkgs/ibus-bamboo/template
@@ -0,0 +1,28 @@
+# Template file for 'ibus-bamboo'
+pkgname=ibus-bamboo
+version=0.4.6
+revision=1
+build_style=go
+go_import_path="github.com/BambooEngine/ibus-bamboo"
+go_package="github.com/BambooEngine/ibus-bamboo/src/ibus-bamboo"
+hostmakedepends="git"
+makedepends="libXtst-devel libX11-devel"
+depends="ibus"
+short_desc="Vietnamese input method for ibus"
+maintainer="ndgnuh <ndgnuh99@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/BambooEngine/ibus-bamboo"
+distfiles="https://${go_import_path}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum="2345394fd1fd8de5a9f620f3775ab34c3233c16eb6a9ffe166e3ed6f1a31f1bb"
+_engine_dir="usr/share/ibus-bamboo/"
+_ibus_dir="usr/share/ibus"
+
+post_install() {
+	mkdir -p ${PKGDESTDIR}/${_engine_dir}
+	mkdir -p ${PKGDESTDIR}/usr/lib/
+	mkdir -p ${PKGDESTDIR}/${_ibus_dir}/component
+	mv ${PKGDESTDIR}/usr/bin/ibus-bamboo ${PKGDESTDIR}/usr/lib/ibus-engine-bamboo
+	cp -R -f viet-on.png data ${PKGDESTDIR}/${_engine_dir}
+	cp -f  bamboo.xml ${PKGDESTDIR}/${_ibus_dir}/component/
+	rm ${PKGDESTDIR}/usr/bin -d
+}

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

* Re: [PR PATCH] [Updated] New package: ibus-bamboo-0.4.6
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11368@inbox.vuxu.org>
  2019-05-03  7:36 ` [PR PATCH] [Updated] New package: ibus-bamboo-0.4.6 voidlinux-github
  2019-05-03  7:36 ` voidlinux-github
@ 2019-05-03  7:40 ` voidlinux-github
  2019-05-03  7:40 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-05-03  7:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndgnuh/void-packages master
https://github.com/void-linux/void-packages/pull/11368

New package: ibus-bamboo-0.4.6
A new Vietnamese input method for ibus.

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

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

From 366a8b853d87d049aaf10ac47293b0276bc48faa Mon Sep 17 00:00:00 2001
From: ndgnuh <ndgnuh99@gmail.com>
Date: Sun, 28 Apr 2019 21:40:09 +0700
Subject: [PATCH] New package: ibus-bamboo-0.4.6

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

diff --git a/srcpkgs/ibus-bamboo/template b/srcpkgs/ibus-bamboo/template
new file mode 100644
index 00000000000..93fb2ac85d2
--- /dev/null
+++ b/srcpkgs/ibus-bamboo/template
@@ -0,0 +1,14 @@
+# Template file for 'ibus-bamboo'
+pkgname=ibus-bamboo
+version=0.4.6
+revision=1
+build_style=gnu-makefile
+hostmakedepends="go"
+makedepends="libXtst-devel libX11-devel"
+depends="ibus"
+short_desc="Vietnamese input method for ibus"
+maintainer="ndgnuh <ndgnuh99@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/BambooEngine/ibus-bamboo"
+distfiles="https://github.com/BambooEngine/ibus-bamboo/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum="2345394fd1fd8de5a9f620f3775ab34c3233c16eb6a9ffe166e3ed6f1a31f1bb"

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

* Re: [PR PATCH] [Updated] New package: ibus-bamboo-0.4.6
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11368@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2019-05-03  7:40 ` voidlinux-github
@ 2019-05-03  7:40 ` voidlinux-github
  2019-05-03 15:36 ` voidlinux-github
  2019-05-03 15:36 ` voidlinux-github
  5 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-05-03  7:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndgnuh/void-packages master
https://github.com/void-linux/void-packages/pull/11368

New package: ibus-bamboo-0.4.6
A new Vietnamese input method for ibus.

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

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

From 366a8b853d87d049aaf10ac47293b0276bc48faa Mon Sep 17 00:00:00 2001
From: ndgnuh <ndgnuh99@gmail.com>
Date: Sun, 28 Apr 2019 21:40:09 +0700
Subject: [PATCH] New package: ibus-bamboo-0.4.6

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

diff --git a/srcpkgs/ibus-bamboo/template b/srcpkgs/ibus-bamboo/template
new file mode 100644
index 00000000000..93fb2ac85d2
--- /dev/null
+++ b/srcpkgs/ibus-bamboo/template
@@ -0,0 +1,14 @@
+# Template file for 'ibus-bamboo'
+pkgname=ibus-bamboo
+version=0.4.6
+revision=1
+build_style=gnu-makefile
+hostmakedepends="go"
+makedepends="libXtst-devel libX11-devel"
+depends="ibus"
+short_desc="Vietnamese input method for ibus"
+maintainer="ndgnuh <ndgnuh99@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/BambooEngine/ibus-bamboo"
+distfiles="https://github.com/BambooEngine/ibus-bamboo/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum="2345394fd1fd8de5a9f620f3775ab34c3233c16eb6a9ffe166e3ed6f1a31f1bb"

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

* Re: [PR PATCH] [Updated] New package: ibus-bamboo-0.4.6
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11368@inbox.vuxu.org>
  2019-05-03  7:36 ` [PR PATCH] [Updated] New package: ibus-bamboo-0.4.6 voidlinux-github
@ 2019-05-03  7:36 ` voidlinux-github
  2019-05-03  7:40 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-05-03  7:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndgnuh/void-packages master
https://github.com/void-linux/void-packages/pull/11368

New package: ibus-bamboo-0.4.6
A new Vietnamese input method for ibus.

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

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

From a27010620926149a5c9c6dbfbc25b563bd151684 Mon Sep 17 00:00:00 2001
From: ndgnuh <ndgnuh99@gmail.com>
Date: Sun, 28 Apr 2019 21:40:09 +0700
Subject: [PATCH] New package: ibus-bamboo-0.4.6

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

diff --git a/srcpkgs/ibus-bamboo/template b/srcpkgs/ibus-bamboo/template
new file mode 100644
index 00000000000..7120c6f72e9
--- /dev/null
+++ b/srcpkgs/ibus-bamboo/template
@@ -0,0 +1,15 @@
+# Template file for 'ibus-bamboo'
+pkgname=ibus-bamboo
+version=0.4.6
+revision=1
+build_style=gnu-makefile
+short_desc="Vietnamese input method for ibus."
+maintainer="luongthanhlam"
+license="GPL-3"
+homepage="https://github.com/BambooEngine/ibus-bamboo"
+distfiles="https://github.com/BambooEngine/ibus-bamboo/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum="2345394fd1fd8de5a9f620f3775ab34c3233c16eb6a9ffe166e3ed6f1a31f1bb"
+hostmakedepends="make go libXtst-devel libX11-devel"
+archs=noarch
+depends="ibus"
+

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

* Re: [PR PATCH] [Updated] New package: ibus-bamboo-0.4.6
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11368@inbox.vuxu.org>
@ 2019-05-03  7:36 ` voidlinux-github
  2019-05-03  7:36 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-05-03  7:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndgnuh/void-packages master
https://github.com/void-linux/void-packages/pull/11368

New package: ibus-bamboo-0.4.6
A new Vietnamese input method for ibus.

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

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

From a27010620926149a5c9c6dbfbc25b563bd151684 Mon Sep 17 00:00:00 2001
From: ndgnuh <ndgnuh99@gmail.com>
Date: Sun, 28 Apr 2019 21:40:09 +0700
Subject: [PATCH] New package: ibus-bamboo-0.4.6

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

diff --git a/srcpkgs/ibus-bamboo/template b/srcpkgs/ibus-bamboo/template
new file mode 100644
index 00000000000..7120c6f72e9
--- /dev/null
+++ b/srcpkgs/ibus-bamboo/template
@@ -0,0 +1,15 @@
+# Template file for 'ibus-bamboo'
+pkgname=ibus-bamboo
+version=0.4.6
+revision=1
+build_style=gnu-makefile
+short_desc="Vietnamese input method for ibus."
+maintainer="luongthanhlam"
+license="GPL-3"
+homepage="https://github.com/BambooEngine/ibus-bamboo"
+distfiles="https://github.com/BambooEngine/ibus-bamboo/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum="2345394fd1fd8de5a9f620f3775ab34c3233c16eb6a9ffe166e3ed6f1a31f1bb"
+hostmakedepends="make go libXtst-devel libX11-devel"
+archs=noarch
+depends="ibus"
+

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

end of thread, other threads:[~2019-05-03 15:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-11368@inbox.vuxu.org>
2019-05-03  7:36 ` [PR PATCH] [Updated] New package: ibus-bamboo-0.4.6 voidlinux-github
2019-05-03  7:36 ` voidlinux-github
2019-05-03  7:40 ` voidlinux-github
2019-05-03  7:40 ` voidlinux-github
2019-05-03 15:36 ` voidlinux-github
2019-05-03 15:36 ` 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).