Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH]  New package: nheko-0.6.4
@ 2019-06-16 15:28 voidlinux-github
  2019-06-16 15:40 ` voidlinux-github
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-16 15:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages nheko
https://github.com/void-linux/void-packages/pull/12490

 New package: nheko-0.6.4 
[ci skip]   

closes #[12086](https://github.com/void-linux/void-packages/issues/12086)

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

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

From d400c8dd920af995b9b90435d47a1408439e0523 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:03:07 +0530
Subject: [PATCH 1/4] New package: lmdb++-0.9.14.0+20160229

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

diff --git a/srcpkgs/lmdb++/template b/srcpkgs/lmdb++/template
new file mode 100644
index 00000000000..dce0b5f1f9d
--- /dev/null
+++ b/srcpkgs/lmdb++/template
@@ -0,0 +1,14 @@
+# Template file for 'lmdb++'
+pkgname=lmdb++
+version=0.9.14.0+20160229
+revision=1
+_commit=0b43ca87d8cfabba392dfe884eb1edb83874de02
+wrksrc="lmdbxx-${_commit}"
+build_style=gnu-makefile
+depends="lmdb-devel"
+short_desc="C++11 wrapper for the LMDB database library"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/drycpp/lmdbxx/"
+distfiles="https://github.com/drycpp/lmdbxx/archive/${_commit}.tar.gz"
+checksum=93721132bbf5045d38ad62de2997655e9984c48ea5c9886746d42128f4b26fbd

From 54f54b7fcbc1f9068d80ff9e3f1710a14fc8327a Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:07:13 +0530
Subject: [PATCH 2/4] New package: mtxclient-0.2.1

---
 common/shlibs              |  1 +
 srcpkgs/mtxclient-devel    |  1 +
 srcpkgs/mtxclient/template | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/mtxclient-devel
 create mode 100644 srcpkgs/mtxclient/template

diff --git a/common/shlibs b/common/shlibs
index 524b52be71c..d5b35703fe4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -425,6 +425,7 @@ libFLAC.so.8 libflac-1.2.1_1
 libFLAC++.so.6 libflac-1.2.1_1
 libmad.so.0 libmad-0.15.1b_1
 libmatroska.so.6 libmatroska-1.4.1_5
+libmatrix_client.so.0.2.1 mtxclient-0.2.1_1
 libebml.so.4 libebml-1.3.0_5
 libdvdread.so.4 libdvdread-4.1.3_1
 libdvdnav.so.4 libdvdnav-4.1.3_1
diff --git a/srcpkgs/mtxclient-devel b/srcpkgs/mtxclient-devel
new file mode 120000
index 00000000000..d810425a433
--- /dev/null
+++ b/srcpkgs/mtxclient-devel
@@ -0,0 +1 @@
+mtxclient
\ No newline at end of file
diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template
new file mode 100644
index 00000000000..011a3043cb4
--- /dev/null
+++ b/srcpkgs/mtxclient/template
@@ -0,0 +1,28 @@
+# Template file for 'mtxclient'
+pkgname=mtxclient
+version=0.2.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF -DBUILD_SHARED_LIBS=ON"
+hostmakedepends="pkg-config"
+makedepends="boost-devel json-c++ zlib-devel olm-devel libressl-devel libsodium-devel"
+short_desc="Client API library for the Matrix protocol"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Nheko-Reborn/mtxclient"
+distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz"
+checksum=859217f3ed8fbe5479a6cf77dc15f164c76e593f588990c2acce3fe13c9f845a
+
+post_install() {
+	vlicense LICENSE
+}
+
+mtxclient-devel_package() {
+	depends="mtxclient-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+ 	}
+}

From 2929a304b0b8be3dad470bdb78eebab745c1690c Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:09:19 +0530
Subject: [PATCH 3/4] New package: tweeny-3

---
 srcpkgs/tweeny/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tweeny/template

diff --git a/srcpkgs/tweeny/template b/srcpkgs/tweeny/template
new file mode 100644
index 00000000000..8db56ec6f90
--- /dev/null
+++ b/srcpkgs/tweeny/template
@@ -0,0 +1,16 @@
+# Template file for 'tweeny'
+pkgname=tweeny
+version=3
+revision=1
+build_style=cmake
+makedepends="SDL2-devel"
+short_desc="Modern C++ tweening library"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/mobius3/tweeny"
+distfiles="https://github.com/mobius3/tweeny/archive/v${version}.tar.gz"
+checksum=699633578f958cbb1363f80164ac063dc40ce08dfc26b0591752ca412e64c941
+
+post_install() {
+	vlicense LICENSE
+}

From dbdd92d99878d1347c1e00b3988ed6bdbe68254c Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:10:43 +0530
Subject: [PATCH 4/4] New package: nheko-0.6.4

---
 srcpkgs/nheko/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/nheko/template

diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template
new file mode 100644
index 00000000000..74e8a433721
--- /dev/null
+++ b/srcpkgs/nheko/template
@@ -0,0 +1,16 @@
+# Template file for 'nheko'
+pkgname=nheko
+version=0.6.4
+revision=1
+build_style=cmake
+hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
+makedepends="qt5-multimedia-devel qt5-svg-devel qt5-tools-devel
+ tweeny spdlog mtxclient-devel boost-devel cmark-devel olm-devel json-c++
+ libsodium-devel lmdb++ lmdb-devel"
+depends="hicolor-icon-theme"
+short_desc="Desktop client for Matrix using Qt and C++14"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Nheko-Reborn/nheko"
+distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz"
+checksum=5dbe32cb8760cfae6f05644568cabf422a368eec62918839a92e182d508f751e

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

* Re:  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
@ 2019-06-16 15:40 ` voidlinux-github
  2019-06-16 15:40 ` voidlinux-github
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-16 15:40 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/12490#issuecomment-502462896
Comment:
Whoops!, guess I should have put `[ci skip]` in commit message itself? .

Tested to compile for aarch64, armv7l and x86-glibc on x86-glibc host. 

Seems to run fine on my machine, travis will probably fail due to 40min time limit so need testers for other archs.

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

* Re:  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
  2019-06-16 15:40 ` voidlinux-github
@ 2019-06-16 15:40 ` voidlinux-github
  2019-06-16 16:10 ` voidlinux-github
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-16 15:40 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/12490#issuecomment-502462896
Comment:
Whoops!, guess I should have put `[ci skip]` in commit message itself? .

Tested to compile for aarch64, armv7l and x86-glibc on x86-glibc host. 

Seems to run fine on my machine, travis will probably fail due to 40min time limit so need testers for other archs.

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

* Re:  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
  2019-06-16 15:40 ` voidlinux-github
  2019-06-16 15:40 ` voidlinux-github
@ 2019-06-16 16:10 ` voidlinux-github
  2019-06-16 16:10 ` voidlinux-github
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-16 16:10 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/12490#issuecomment-502465230
Comment:
It only needs ~30 minutes on Travis, so no need for `[ci skip]`

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

* Re:  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-16 16:10 ` voidlinux-github
@ 2019-06-16 16:10 ` voidlinux-github
  2019-06-16 23:28 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-16 16:10 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/12490#issuecomment-502465230
Comment:
It only needs ~30 minutes on Travis, so no need for `[ci skip]`

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

* Re: [PR PATCH] [Updated]  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-16 16:10 ` voidlinux-github
@ 2019-06-16 23:28 ` voidlinux-github
  2019-06-16 23:28 ` voidlinux-github
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-16 23:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages nheko
https://github.com/void-linux/void-packages/pull/12490

 New package: nheko-0.6.4 
[ci skip]   

closes #12086

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

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

From f168bf09b4a113d54691e6d580baf6f7c205e394 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:03:07 +0530
Subject: [PATCH 1/4] New package: lmdb++-0.9.14.0+20160229

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

diff --git a/srcpkgs/lmdb++/template b/srcpkgs/lmdb++/template
new file mode 100644
index 00000000000..1dfa1d024a1
--- /dev/null
+++ b/srcpkgs/lmdb++/template
@@ -0,0 +1,14 @@
+# Template file for 'lmdb++'
+pkgname=lmdb++
+version=0.9.14.0+20160229
+revision=2
+_commit=0b43ca87d8cfabba392dfe884eb1edb83874de02
+wrksrc="lmdbxx-${_commit}"
+build_style=gnu-makefile
+depends="lmdb-devel"
+short_desc="C++11 wrapper for the LMDB database library"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/drycpp/lmdbxx/"
+distfiles="https://github.com/drycpp/lmdbxx/archive/${_commit}.tar.gz"
+checksum=93721132bbf5045d38ad62de2997655e9984c48ea5c9886746d42128f4b26fbd

From 8fa7f8a6eb406a86b176b9697af862af505bc339 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:07:13 +0530
Subject: [PATCH 2/4] New package: mtxclient-0.2.1

---
 common/shlibs              |  1 +
 srcpkgs/mtxclient-devel    |  1 +
 srcpkgs/mtxclient/template | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/mtxclient-devel
 create mode 100644 srcpkgs/mtxclient/template

diff --git a/common/shlibs b/common/shlibs
index 524b52be71c..d5b35703fe4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -425,6 +425,7 @@ libFLAC.so.8 libflac-1.2.1_1
 libFLAC++.so.6 libflac-1.2.1_1
 libmad.so.0 libmad-0.15.1b_1
 libmatroska.so.6 libmatroska-1.4.1_5
+libmatrix_client.so.0.2.1 mtxclient-0.2.1_1
 libebml.so.4 libebml-1.3.0_5
 libdvdread.so.4 libdvdread-4.1.3_1
 libdvdnav.so.4 libdvdnav-4.1.3_1
diff --git a/srcpkgs/mtxclient-devel b/srcpkgs/mtxclient-devel
new file mode 120000
index 00000000000..d810425a433
--- /dev/null
+++ b/srcpkgs/mtxclient-devel
@@ -0,0 +1 @@
+mtxclient
\ No newline at end of file
diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template
new file mode 100644
index 00000000000..011a3043cb4
--- /dev/null
+++ b/srcpkgs/mtxclient/template
@@ -0,0 +1,28 @@
+# Template file for 'mtxclient'
+pkgname=mtxclient
+version=0.2.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF -DBUILD_SHARED_LIBS=ON"
+hostmakedepends="pkg-config"
+makedepends="boost-devel json-c++ zlib-devel olm-devel libressl-devel libsodium-devel"
+short_desc="Client API library for the Matrix protocol"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Nheko-Reborn/mtxclient"
+distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz"
+checksum=859217f3ed8fbe5479a6cf77dc15f164c76e593f588990c2acce3fe13c9f845a
+
+post_install() {
+	vlicense LICENSE
+}
+
+mtxclient-devel_package() {
+	depends="mtxclient-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+ 	}
+}

From f3784fd3f6c25b2cd11af51ca8f8129e834622bb Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:09:19 +0530
Subject: [PATCH 3/4] New package: tweeny-3

---
 srcpkgs/tweeny/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tweeny/template

diff --git a/srcpkgs/tweeny/template b/srcpkgs/tweeny/template
new file mode 100644
index 00000000000..8db56ec6f90
--- /dev/null
+++ b/srcpkgs/tweeny/template
@@ -0,0 +1,16 @@
+# Template file for 'tweeny'
+pkgname=tweeny
+version=3
+revision=1
+build_style=cmake
+makedepends="SDL2-devel"
+short_desc="Modern C++ tweening library"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/mobius3/tweeny"
+distfiles="https://github.com/mobius3/tweeny/archive/v${version}.tar.gz"
+checksum=699633578f958cbb1363f80164ac063dc40ce08dfc26b0591752ca412e64c941
+
+post_install() {
+	vlicense LICENSE
+}

From 5a95e295810020207ef05563c9798218981135dc Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:10:43 +0530
Subject: [PATCH 4/4] New package: nheko-0.6.4

---
 srcpkgs/nheko/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/nheko/template

diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template
new file mode 100644
index 00000000000..74e8a433721
--- /dev/null
+++ b/srcpkgs/nheko/template
@@ -0,0 +1,16 @@
+# Template file for 'nheko'
+pkgname=nheko
+version=0.6.4
+revision=1
+build_style=cmake
+hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
+makedepends="qt5-multimedia-devel qt5-svg-devel qt5-tools-devel
+ tweeny spdlog mtxclient-devel boost-devel cmark-devel olm-devel json-c++
+ libsodium-devel lmdb++ lmdb-devel"
+depends="hicolor-icon-theme"
+short_desc="Desktop client for Matrix using Qt and C++14"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Nheko-Reborn/nheko"
+distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz"
+checksum=5dbe32cb8760cfae6f05644568cabf422a368eec62918839a92e182d508f751e

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

* Re: [PR PATCH] [Updated]  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-16 23:28 ` voidlinux-github
@ 2019-06-16 23:28 ` voidlinux-github
  2019-06-17 11:03 ` voidlinux-github
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-16 23:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages nheko
https://github.com/void-linux/void-packages/pull/12490

 New package: nheko-0.6.4 
[ci skip]   

closes #12086

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

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

From f168bf09b4a113d54691e6d580baf6f7c205e394 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:03:07 +0530
Subject: [PATCH 1/4] New package: lmdb++-0.9.14.0+20160229

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

diff --git a/srcpkgs/lmdb++/template b/srcpkgs/lmdb++/template
new file mode 100644
index 00000000000..1dfa1d024a1
--- /dev/null
+++ b/srcpkgs/lmdb++/template
@@ -0,0 +1,14 @@
+# Template file for 'lmdb++'
+pkgname=lmdb++
+version=0.9.14.0+20160229
+revision=2
+_commit=0b43ca87d8cfabba392dfe884eb1edb83874de02
+wrksrc="lmdbxx-${_commit}"
+build_style=gnu-makefile
+depends="lmdb-devel"
+short_desc="C++11 wrapper for the LMDB database library"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/drycpp/lmdbxx/"
+distfiles="https://github.com/drycpp/lmdbxx/archive/${_commit}.tar.gz"
+checksum=93721132bbf5045d38ad62de2997655e9984c48ea5c9886746d42128f4b26fbd

From 8fa7f8a6eb406a86b176b9697af862af505bc339 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:07:13 +0530
Subject: [PATCH 2/4] New package: mtxclient-0.2.1

---
 common/shlibs              |  1 +
 srcpkgs/mtxclient-devel    |  1 +
 srcpkgs/mtxclient/template | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/mtxclient-devel
 create mode 100644 srcpkgs/mtxclient/template

diff --git a/common/shlibs b/common/shlibs
index 524b52be71c..d5b35703fe4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -425,6 +425,7 @@ libFLAC.so.8 libflac-1.2.1_1
 libFLAC++.so.6 libflac-1.2.1_1
 libmad.so.0 libmad-0.15.1b_1
 libmatroska.so.6 libmatroska-1.4.1_5
+libmatrix_client.so.0.2.1 mtxclient-0.2.1_1
 libebml.so.4 libebml-1.3.0_5
 libdvdread.so.4 libdvdread-4.1.3_1
 libdvdnav.so.4 libdvdnav-4.1.3_1
diff --git a/srcpkgs/mtxclient-devel b/srcpkgs/mtxclient-devel
new file mode 120000
index 00000000000..d810425a433
--- /dev/null
+++ b/srcpkgs/mtxclient-devel
@@ -0,0 +1 @@
+mtxclient
\ No newline at end of file
diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template
new file mode 100644
index 00000000000..011a3043cb4
--- /dev/null
+++ b/srcpkgs/mtxclient/template
@@ -0,0 +1,28 @@
+# Template file for 'mtxclient'
+pkgname=mtxclient
+version=0.2.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF -DBUILD_SHARED_LIBS=ON"
+hostmakedepends="pkg-config"
+makedepends="boost-devel json-c++ zlib-devel olm-devel libressl-devel libsodium-devel"
+short_desc="Client API library for the Matrix protocol"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Nheko-Reborn/mtxclient"
+distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz"
+checksum=859217f3ed8fbe5479a6cf77dc15f164c76e593f588990c2acce3fe13c9f845a
+
+post_install() {
+	vlicense LICENSE
+}
+
+mtxclient-devel_package() {
+	depends="mtxclient-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+ 	}
+}

From f3784fd3f6c25b2cd11af51ca8f8129e834622bb Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:09:19 +0530
Subject: [PATCH 3/4] New package: tweeny-3

---
 srcpkgs/tweeny/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tweeny/template

diff --git a/srcpkgs/tweeny/template b/srcpkgs/tweeny/template
new file mode 100644
index 00000000000..8db56ec6f90
--- /dev/null
+++ b/srcpkgs/tweeny/template
@@ -0,0 +1,16 @@
+# Template file for 'tweeny'
+pkgname=tweeny
+version=3
+revision=1
+build_style=cmake
+makedepends="SDL2-devel"
+short_desc="Modern C++ tweening library"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/mobius3/tweeny"
+distfiles="https://github.com/mobius3/tweeny/archive/v${version}.tar.gz"
+checksum=699633578f958cbb1363f80164ac063dc40ce08dfc26b0591752ca412e64c941
+
+post_install() {
+	vlicense LICENSE
+}

From 5a95e295810020207ef05563c9798218981135dc Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:10:43 +0530
Subject: [PATCH 4/4] New package: nheko-0.6.4

---
 srcpkgs/nheko/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/nheko/template

diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template
new file mode 100644
index 00000000000..74e8a433721
--- /dev/null
+++ b/srcpkgs/nheko/template
@@ -0,0 +1,16 @@
+# Template file for 'nheko'
+pkgname=nheko
+version=0.6.4
+revision=1
+build_style=cmake
+hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
+makedepends="qt5-multimedia-devel qt5-svg-devel qt5-tools-devel
+ tweeny spdlog mtxclient-devel boost-devel cmark-devel olm-devel json-c++
+ libsodium-devel lmdb++ lmdb-devel"
+depends="hicolor-icon-theme"
+short_desc="Desktop client for Matrix using Qt and C++14"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Nheko-Reborn/nheko"
+distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz"
+checksum=5dbe32cb8760cfae6f05644568cabf422a368eec62918839a92e182d508f751e

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

* Re: [PR PATCH] [Updated]  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-16 23:28 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-16 23:28 ` voidlinux-github
  2019-06-16 23:28 ` voidlinux-github
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-16 23:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages nheko
https://github.com/void-linux/void-packages/pull/12490

 New package: nheko-0.6.4 
[ci skip]   

closes #12086

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

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

From f168bf09b4a113d54691e6d580baf6f7c205e394 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:03:07 +0530
Subject: [PATCH 1/4] New package: lmdb++-0.9.14.0+20160229

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

diff --git a/srcpkgs/lmdb++/template b/srcpkgs/lmdb++/template
new file mode 100644
index 00000000000..1dfa1d024a1
--- /dev/null
+++ b/srcpkgs/lmdb++/template
@@ -0,0 +1,14 @@
+# Template file for 'lmdb++'
+pkgname=lmdb++
+version=0.9.14.0+20160229
+revision=2
+_commit=0b43ca87d8cfabba392dfe884eb1edb83874de02
+wrksrc="lmdbxx-${_commit}"
+build_style=gnu-makefile
+depends="lmdb-devel"
+short_desc="C++11 wrapper for the LMDB database library"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/drycpp/lmdbxx/"
+distfiles="https://github.com/drycpp/lmdbxx/archive/${_commit}.tar.gz"
+checksum=93721132bbf5045d38ad62de2997655e9984c48ea5c9886746d42128f4b26fbd

From 8fa7f8a6eb406a86b176b9697af862af505bc339 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:07:13 +0530
Subject: [PATCH 2/4] New package: mtxclient-0.2.1

---
 common/shlibs              |  1 +
 srcpkgs/mtxclient-devel    |  1 +
 srcpkgs/mtxclient/template | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/mtxclient-devel
 create mode 100644 srcpkgs/mtxclient/template

diff --git a/common/shlibs b/common/shlibs
index 524b52be71c..d5b35703fe4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -425,6 +425,7 @@ libFLAC.so.8 libflac-1.2.1_1
 libFLAC++.so.6 libflac-1.2.1_1
 libmad.so.0 libmad-0.15.1b_1
 libmatroska.so.6 libmatroska-1.4.1_5
+libmatrix_client.so.0.2.1 mtxclient-0.2.1_1
 libebml.so.4 libebml-1.3.0_5
 libdvdread.so.4 libdvdread-4.1.3_1
 libdvdnav.so.4 libdvdnav-4.1.3_1
diff --git a/srcpkgs/mtxclient-devel b/srcpkgs/mtxclient-devel
new file mode 120000
index 00000000000..d810425a433
--- /dev/null
+++ b/srcpkgs/mtxclient-devel
@@ -0,0 +1 @@
+mtxclient
\ No newline at end of file
diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template
new file mode 100644
index 00000000000..011a3043cb4
--- /dev/null
+++ b/srcpkgs/mtxclient/template
@@ -0,0 +1,28 @@
+# Template file for 'mtxclient'
+pkgname=mtxclient
+version=0.2.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF -DBUILD_SHARED_LIBS=ON"
+hostmakedepends="pkg-config"
+makedepends="boost-devel json-c++ zlib-devel olm-devel libressl-devel libsodium-devel"
+short_desc="Client API library for the Matrix protocol"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Nheko-Reborn/mtxclient"
+distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz"
+checksum=859217f3ed8fbe5479a6cf77dc15f164c76e593f588990c2acce3fe13c9f845a
+
+post_install() {
+	vlicense LICENSE
+}
+
+mtxclient-devel_package() {
+	depends="mtxclient-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+ 	}
+}

From f3784fd3f6c25b2cd11af51ca8f8129e834622bb Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:09:19 +0530
Subject: [PATCH 3/4] New package: tweeny-3

---
 srcpkgs/tweeny/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tweeny/template

diff --git a/srcpkgs/tweeny/template b/srcpkgs/tweeny/template
new file mode 100644
index 00000000000..8db56ec6f90
--- /dev/null
+++ b/srcpkgs/tweeny/template
@@ -0,0 +1,16 @@
+# Template file for 'tweeny'
+pkgname=tweeny
+version=3
+revision=1
+build_style=cmake
+makedepends="SDL2-devel"
+short_desc="Modern C++ tweening library"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/mobius3/tweeny"
+distfiles="https://github.com/mobius3/tweeny/archive/v${version}.tar.gz"
+checksum=699633578f958cbb1363f80164ac063dc40ce08dfc26b0591752ca412e64c941
+
+post_install() {
+	vlicense LICENSE
+}

From 5a95e295810020207ef05563c9798218981135dc Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:10:43 +0530
Subject: [PATCH 4/4] New package: nheko-0.6.4

---
 srcpkgs/nheko/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/nheko/template

diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template
new file mode 100644
index 00000000000..74e8a433721
--- /dev/null
+++ b/srcpkgs/nheko/template
@@ -0,0 +1,16 @@
+# Template file for 'nheko'
+pkgname=nheko
+version=0.6.4
+revision=1
+build_style=cmake
+hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
+makedepends="qt5-multimedia-devel qt5-svg-devel qt5-tools-devel
+ tweeny spdlog mtxclient-devel boost-devel cmark-devel olm-devel json-c++
+ libsodium-devel lmdb++ lmdb-devel"
+depends="hicolor-icon-theme"
+short_desc="Desktop client for Matrix using Qt and C++14"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Nheko-Reborn/nheko"
+distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz"
+checksum=5dbe32cb8760cfae6f05644568cabf422a368eec62918839a92e182d508f751e

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

* Re: [PR PATCH] [Updated]  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-06-16 23:28 ` voidlinux-github
@ 2019-06-17 11:03 ` voidlinux-github
  2019-06-17 11:03 ` voidlinux-github
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-17 11:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages nheko
https://github.com/void-linux/void-packages/pull/12490

 New package: nheko-0.6.4 
[ci skip]   

closes #12086

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

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

From 13d5ebc6ffb97c538bb8d15acd87a3b46fd3c419 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:03:07 +0530
Subject: [PATCH 1/4] New package: lmdb++-0.9.14.0+20160229

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

diff --git a/srcpkgs/lmdb++/template b/srcpkgs/lmdb++/template
new file mode 100644
index 00000000000..f1d8add382e
--- /dev/null
+++ b/srcpkgs/lmdb++/template
@@ -0,0 +1,14 @@
+# Template file for 'lmdb++'
+pkgname=lmdb++
+version=0.9.14.0+20160229
+revision=3
+_commit=0b43ca87d8cfabba392dfe884eb1edb83874de02
+wrksrc="lmdbxx-${_commit}"
+build_style=gnu-makefile
+depends="lmdb-devel"
+short_desc="C++11 wrapper for the LMDB database library"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/drycpp/lmdbxx/"
+distfiles="https://github.com/drycpp/lmdbxx/archive/${_commit}.tar.gz"
+checksum=93721132bbf5045d38ad62de2997655e9984c48ea5c9886746d42128f4b26fbd

From 28c56794b093aff5e017b4acb483835495c1fcf2 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:07:13 +0530
Subject: [PATCH 2/4] New package: mtxclient-0.2.1

---
 common/shlibs              |  1 +
 srcpkgs/mtxclient-devel    |  1 +
 srcpkgs/mtxclient/template | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/mtxclient-devel
 create mode 100644 srcpkgs/mtxclient/template

diff --git a/common/shlibs b/common/shlibs
index 524b52be71c..d5b35703fe4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -425,6 +425,7 @@ libFLAC.so.8 libflac-1.2.1_1
 libFLAC++.so.6 libflac-1.2.1_1
 libmad.so.0 libmad-0.15.1b_1
 libmatroska.so.6 libmatroska-1.4.1_5
+libmatrix_client.so.0.2.1 mtxclient-0.2.1_1
 libebml.so.4 libebml-1.3.0_5
 libdvdread.so.4 libdvdread-4.1.3_1
 libdvdnav.so.4 libdvdnav-4.1.3_1
diff --git a/srcpkgs/mtxclient-devel b/srcpkgs/mtxclient-devel
new file mode 120000
index 00000000000..d810425a433
--- /dev/null
+++ b/srcpkgs/mtxclient-devel
@@ -0,0 +1 @@
+mtxclient
\ No newline at end of file
diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template
new file mode 100644
index 00000000000..011a3043cb4
--- /dev/null
+++ b/srcpkgs/mtxclient/template
@@ -0,0 +1,28 @@
+# Template file for 'mtxclient'
+pkgname=mtxclient
+version=0.2.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF -DBUILD_SHARED_LIBS=ON"
+hostmakedepends="pkg-config"
+makedepends="boost-devel json-c++ zlib-devel olm-devel libressl-devel libsodium-devel"
+short_desc="Client API library for the Matrix protocol"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Nheko-Reborn/mtxclient"
+distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz"
+checksum=859217f3ed8fbe5479a6cf77dc15f164c76e593f588990c2acce3fe13c9f845a
+
+post_install() {
+	vlicense LICENSE
+}
+
+mtxclient-devel_package() {
+	depends="mtxclient-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+ 	}
+}

From 620162a35443f9c15bf1bd85eca1e9f046a5f8a8 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:09:19 +0530
Subject: [PATCH 3/4] New package: tweeny-3

---
 srcpkgs/tweeny/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tweeny/template

diff --git a/srcpkgs/tweeny/template b/srcpkgs/tweeny/template
new file mode 100644
index 00000000000..8db56ec6f90
--- /dev/null
+++ b/srcpkgs/tweeny/template
@@ -0,0 +1,16 @@
+# Template file for 'tweeny'
+pkgname=tweeny
+version=3
+revision=1
+build_style=cmake
+makedepends="SDL2-devel"
+short_desc="Modern C++ tweening library"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/mobius3/tweeny"
+distfiles="https://github.com/mobius3/tweeny/archive/v${version}.tar.gz"
+checksum=699633578f958cbb1363f80164ac063dc40ce08dfc26b0591752ca412e64c941
+
+post_install() {
+	vlicense LICENSE
+}

From 387d7127c3f05a914055d5ff97aa80a37b5f1268 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:10:43 +0530
Subject: [PATCH 4/4] New package: nheko-0.6.4

---
 srcpkgs/nheko/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/nheko/template

diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template
new file mode 100644
index 00000000000..74e8a433721
--- /dev/null
+++ b/srcpkgs/nheko/template
@@ -0,0 +1,16 @@
+# Template file for 'nheko'
+pkgname=nheko
+version=0.6.4
+revision=1
+build_style=cmake
+hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
+makedepends="qt5-multimedia-devel qt5-svg-devel qt5-tools-devel
+ tweeny spdlog mtxclient-devel boost-devel cmark-devel olm-devel json-c++
+ libsodium-devel lmdb++ lmdb-devel"
+depends="hicolor-icon-theme"
+short_desc="Desktop client for Matrix using Qt and C++14"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Nheko-Reborn/nheko"
+distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz"
+checksum=5dbe32cb8760cfae6f05644568cabf422a368eec62918839a92e182d508f751e

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

* Re: [PR PATCH] [Updated]  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-06-17 11:03 ` voidlinux-github
@ 2019-06-17 11:03 ` voidlinux-github
  2019-06-17 11:03 ` voidlinux-github
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-17 11:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages nheko
https://github.com/void-linux/void-packages/pull/12490

 New package: nheko-0.6.4 
[ci skip]   

closes #12086

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

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

From 13d5ebc6ffb97c538bb8d15acd87a3b46fd3c419 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:03:07 +0530
Subject: [PATCH 1/4] New package: lmdb++-0.9.14.0+20160229

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

diff --git a/srcpkgs/lmdb++/template b/srcpkgs/lmdb++/template
new file mode 100644
index 00000000000..f1d8add382e
--- /dev/null
+++ b/srcpkgs/lmdb++/template
@@ -0,0 +1,14 @@
+# Template file for 'lmdb++'
+pkgname=lmdb++
+version=0.9.14.0+20160229
+revision=3
+_commit=0b43ca87d8cfabba392dfe884eb1edb83874de02
+wrksrc="lmdbxx-${_commit}"
+build_style=gnu-makefile
+depends="lmdb-devel"
+short_desc="C++11 wrapper for the LMDB database library"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/drycpp/lmdbxx/"
+distfiles="https://github.com/drycpp/lmdbxx/archive/${_commit}.tar.gz"
+checksum=93721132bbf5045d38ad62de2997655e9984c48ea5c9886746d42128f4b26fbd

From 28c56794b093aff5e017b4acb483835495c1fcf2 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:07:13 +0530
Subject: [PATCH 2/4] New package: mtxclient-0.2.1

---
 common/shlibs              |  1 +
 srcpkgs/mtxclient-devel    |  1 +
 srcpkgs/mtxclient/template | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/mtxclient-devel
 create mode 100644 srcpkgs/mtxclient/template

diff --git a/common/shlibs b/common/shlibs
index 524b52be71c..d5b35703fe4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -425,6 +425,7 @@ libFLAC.so.8 libflac-1.2.1_1
 libFLAC++.so.6 libflac-1.2.1_1
 libmad.so.0 libmad-0.15.1b_1
 libmatroska.so.6 libmatroska-1.4.1_5
+libmatrix_client.so.0.2.1 mtxclient-0.2.1_1
 libebml.so.4 libebml-1.3.0_5
 libdvdread.so.4 libdvdread-4.1.3_1
 libdvdnav.so.4 libdvdnav-4.1.3_1
diff --git a/srcpkgs/mtxclient-devel b/srcpkgs/mtxclient-devel
new file mode 120000
index 00000000000..d810425a433
--- /dev/null
+++ b/srcpkgs/mtxclient-devel
@@ -0,0 +1 @@
+mtxclient
\ No newline at end of file
diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template
new file mode 100644
index 00000000000..011a3043cb4
--- /dev/null
+++ b/srcpkgs/mtxclient/template
@@ -0,0 +1,28 @@
+# Template file for 'mtxclient'
+pkgname=mtxclient
+version=0.2.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF -DBUILD_SHARED_LIBS=ON"
+hostmakedepends="pkg-config"
+makedepends="boost-devel json-c++ zlib-devel olm-devel libressl-devel libsodium-devel"
+short_desc="Client API library for the Matrix protocol"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Nheko-Reborn/mtxclient"
+distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz"
+checksum=859217f3ed8fbe5479a6cf77dc15f164c76e593f588990c2acce3fe13c9f845a
+
+post_install() {
+	vlicense LICENSE
+}
+
+mtxclient-devel_package() {
+	depends="mtxclient-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+ 	}
+}

From 620162a35443f9c15bf1bd85eca1e9f046a5f8a8 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:09:19 +0530
Subject: [PATCH 3/4] New package: tweeny-3

---
 srcpkgs/tweeny/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tweeny/template

diff --git a/srcpkgs/tweeny/template b/srcpkgs/tweeny/template
new file mode 100644
index 00000000000..8db56ec6f90
--- /dev/null
+++ b/srcpkgs/tweeny/template
@@ -0,0 +1,16 @@
+# Template file for 'tweeny'
+pkgname=tweeny
+version=3
+revision=1
+build_style=cmake
+makedepends="SDL2-devel"
+short_desc="Modern C++ tweening library"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/mobius3/tweeny"
+distfiles="https://github.com/mobius3/tweeny/archive/v${version}.tar.gz"
+checksum=699633578f958cbb1363f80164ac063dc40ce08dfc26b0591752ca412e64c941
+
+post_install() {
+	vlicense LICENSE
+}

From 387d7127c3f05a914055d5ff97aa80a37b5f1268 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:10:43 +0530
Subject: [PATCH 4/4] New package: nheko-0.6.4

---
 srcpkgs/nheko/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/nheko/template

diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template
new file mode 100644
index 00000000000..74e8a433721
--- /dev/null
+++ b/srcpkgs/nheko/template
@@ -0,0 +1,16 @@
+# Template file for 'nheko'
+pkgname=nheko
+version=0.6.4
+revision=1
+build_style=cmake
+hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
+makedepends="qt5-multimedia-devel qt5-svg-devel qt5-tools-devel
+ tweeny spdlog mtxclient-devel boost-devel cmark-devel olm-devel json-c++
+ libsodium-devel lmdb++ lmdb-devel"
+depends="hicolor-icon-theme"
+short_desc="Desktop client for Matrix using Qt and C++14"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Nheko-Reborn/nheko"
+distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz"
+checksum=5dbe32cb8760cfae6f05644568cabf422a368eec62918839a92e182d508f751e

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

* Re: [PR PATCH] [Updated]  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-06-17 11:03 ` voidlinux-github
@ 2019-06-17 11:03 ` voidlinux-github
  2019-06-18  8:23 ` voidlinux-github
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-17 11:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages nheko
https://github.com/void-linux/void-packages/pull/12490

 New package: nheko-0.6.4 
[ci skip]   

closes #12086

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

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

From 13d5ebc6ffb97c538bb8d15acd87a3b46fd3c419 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:03:07 +0530
Subject: [PATCH 1/4] New package: lmdb++-0.9.14.0+20160229

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

diff --git a/srcpkgs/lmdb++/template b/srcpkgs/lmdb++/template
new file mode 100644
index 00000000000..f1d8add382e
--- /dev/null
+++ b/srcpkgs/lmdb++/template
@@ -0,0 +1,14 @@
+# Template file for 'lmdb++'
+pkgname=lmdb++
+version=0.9.14.0+20160229
+revision=3
+_commit=0b43ca87d8cfabba392dfe884eb1edb83874de02
+wrksrc="lmdbxx-${_commit}"
+build_style=gnu-makefile
+depends="lmdb-devel"
+short_desc="C++11 wrapper for the LMDB database library"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="Unlicense"
+homepage="https://github.com/drycpp/lmdbxx/"
+distfiles="https://github.com/drycpp/lmdbxx/archive/${_commit}.tar.gz"
+checksum=93721132bbf5045d38ad62de2997655e9984c48ea5c9886746d42128f4b26fbd

From 28c56794b093aff5e017b4acb483835495c1fcf2 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:07:13 +0530
Subject: [PATCH 2/4] New package: mtxclient-0.2.1

---
 common/shlibs              |  1 +
 srcpkgs/mtxclient-devel    |  1 +
 srcpkgs/mtxclient/template | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/mtxclient-devel
 create mode 100644 srcpkgs/mtxclient/template

diff --git a/common/shlibs b/common/shlibs
index 524b52be71c..d5b35703fe4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -425,6 +425,7 @@ libFLAC.so.8 libflac-1.2.1_1
 libFLAC++.so.6 libflac-1.2.1_1
 libmad.so.0 libmad-0.15.1b_1
 libmatroska.so.6 libmatroska-1.4.1_5
+libmatrix_client.so.0.2.1 mtxclient-0.2.1_1
 libebml.so.4 libebml-1.3.0_5
 libdvdread.so.4 libdvdread-4.1.3_1
 libdvdnav.so.4 libdvdnav-4.1.3_1
diff --git a/srcpkgs/mtxclient-devel b/srcpkgs/mtxclient-devel
new file mode 120000
index 00000000000..d810425a433
--- /dev/null
+++ b/srcpkgs/mtxclient-devel
@@ -0,0 +1 @@
+mtxclient
\ No newline at end of file
diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template
new file mode 100644
index 00000000000..011a3043cb4
--- /dev/null
+++ b/srcpkgs/mtxclient/template
@@ -0,0 +1,28 @@
+# Template file for 'mtxclient'
+pkgname=mtxclient
+version=0.2.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF -DBUILD_SHARED_LIBS=ON"
+hostmakedepends="pkg-config"
+makedepends="boost-devel json-c++ zlib-devel olm-devel libressl-devel libsodium-devel"
+short_desc="Client API library for the Matrix protocol"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/Nheko-Reborn/mtxclient"
+distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz"
+checksum=859217f3ed8fbe5479a6cf77dc15f164c76e593f588990c2acce3fe13c9f845a
+
+post_install() {
+	vlicense LICENSE
+}
+
+mtxclient-devel_package() {
+	depends="mtxclient-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+ 	}
+}

From 620162a35443f9c15bf1bd85eca1e9f046a5f8a8 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:09:19 +0530
Subject: [PATCH 3/4] New package: tweeny-3

---
 srcpkgs/tweeny/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tweeny/template

diff --git a/srcpkgs/tweeny/template b/srcpkgs/tweeny/template
new file mode 100644
index 00000000000..8db56ec6f90
--- /dev/null
+++ b/srcpkgs/tweeny/template
@@ -0,0 +1,16 @@
+# Template file for 'tweeny'
+pkgname=tweeny
+version=3
+revision=1
+build_style=cmake
+makedepends="SDL2-devel"
+short_desc="Modern C++ tweening library"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://github.com/mobius3/tweeny"
+distfiles="https://github.com/mobius3/tweeny/archive/v${version}.tar.gz"
+checksum=699633578f958cbb1363f80164ac063dc40ce08dfc26b0591752ca412e64c941
+
+post_install() {
+	vlicense LICENSE
+}

From 387d7127c3f05a914055d5ff97aa80a37b5f1268 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 16 Jun 2019 20:10:43 +0530
Subject: [PATCH 4/4] New package: nheko-0.6.4

---
 srcpkgs/nheko/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/nheko/template

diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template
new file mode 100644
index 00000000000..74e8a433721
--- /dev/null
+++ b/srcpkgs/nheko/template
@@ -0,0 +1,16 @@
+# Template file for 'nheko'
+pkgname=nheko
+version=0.6.4
+revision=1
+build_style=cmake
+hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
+makedepends="qt5-multimedia-devel qt5-svg-devel qt5-tools-devel
+ tweeny spdlog mtxclient-devel boost-devel cmark-devel olm-devel json-c++
+ libsodium-devel lmdb++ lmdb-devel"
+depends="hicolor-icon-theme"
+short_desc="Desktop client for Matrix using Qt and C++14"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Nheko-Reborn/nheko"
+distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz"
+checksum=5dbe32cb8760cfae6f05644568cabf422a368eec62918839a92e182d508f751e

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

* Re:  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-06-17 11:03 ` voidlinux-github
@ 2019-06-18  8:23 ` voidlinux-github
  2019-06-18  8:23 ` voidlinux-github
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-18  8:23 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/12490#issuecomment-503001206
Comment:
The lint error. It's a false alarm, right?

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

* Re:  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-06-18  8:23 ` voidlinux-github
@ 2019-06-18  8:23 ` voidlinux-github
  2019-06-18  8:27 ` voidlinux-github
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-18  8:23 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/12490#issuecomment-503001206
Comment:
The lint error. It's a false alarm, right?

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

* Re:  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-06-18  8:27 ` voidlinux-github
@ 2019-06-18  8:27 ` voidlinux-github
  2019-06-18  8:27 ` [PR PATCH] [Merged]: " voidlinux-github
  2019-06-18  8:27 ` voidlinux-github
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-18  8:27 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/12490#issuecomment-503002679
Comment:
> The lint error. It's a false alarm, right?

Yep, the version is just 3 so it complains about every 3 in distfiles :)

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

* Re:  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-06-18  8:23 ` voidlinux-github
@ 2019-06-18  8:27 ` voidlinux-github
  2019-06-18  8:27 ` voidlinux-github
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-18  8:27 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/12490#issuecomment-503002679
Comment:
> The lint error. It's a false alarm, right?

Yep, the version is just 3 so it complains about every 3 in distfiles :)

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

* Re: [PR PATCH] [Merged]:  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-06-18  8:27 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2019-06-18  8:27 ` voidlinux-github
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-18  8:27 UTC (permalink / raw)
  To: ml

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

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

 New package: nheko-0.6.4 
https://github.com/void-linux/void-packages/pull/12490
Description: [ci skip]   

closes #12086

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

* Re: [PR PATCH] [Merged]:  New package: nheko-0.6.4
  2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-06-18  8:27 ` voidlinux-github
@ 2019-06-18  8:27 ` voidlinux-github
  2019-06-18  8:27 ` voidlinux-github
  15 siblings, 0 replies; 17+ messages in thread
From: voidlinux-github @ 2019-06-18  8:27 UTC (permalink / raw)
  To: ml

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

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

 New package: nheko-0.6.4 
https://github.com/void-linux/void-packages/pull/12490
Description: [ci skip]   

closes #12086

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

end of thread, other threads:[~2019-06-18  8:27 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-16 15:28 [PR PATCH] New package: nheko-0.6.4 voidlinux-github
2019-06-16 15:40 ` voidlinux-github
2019-06-16 15:40 ` voidlinux-github
2019-06-16 16:10 ` voidlinux-github
2019-06-16 16:10 ` voidlinux-github
2019-06-16 23:28 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-16 23:28 ` voidlinux-github
2019-06-16 23:28 ` voidlinux-github
2019-06-17 11:03 ` voidlinux-github
2019-06-17 11:03 ` voidlinux-github
2019-06-17 11:03 ` voidlinux-github
2019-06-18  8:23 ` voidlinux-github
2019-06-18  8:23 ` voidlinux-github
2019-06-18  8:27 ` voidlinux-github
2019-06-18  8:27 ` voidlinux-github
2019-06-18  8:27 ` [PR PATCH] [Merged]: " voidlinux-github
2019-06-18  8:27 ` 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).