Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Nheko 0.9.0
@ 2021-11-28  6:48 not-chicken
  2021-11-28 22:15 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: not-chicken @ 2021-11-28  6:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1202 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/34278

Nheko 0.9.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 5238dbe9aa4dbc74d874b27cb6c5b3974026e86c Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 28 Nov 2021 11:05:58 +0530
Subject: [PATCH 1/3] New package: coeurl-0.1.0

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

diff --git a/common/shlibs b/common/shlibs
index dac22845d445..527588585aec 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4070,3 +4070,4 @@ libbrial_groebner.so.3 brial-1.2.10_1
 libm4ri-0.0.20200125.so m4ri-20200125_1
 libm4rie-0.0.20200125.so m4rie-20200125_1
 libptytty.so.0 libptytty-2.0_1
+libcoeurl.so.0 coeurl-0.1.0_1
diff --git a/srcpkgs/coeurl-devel b/srcpkgs/coeurl-devel
new file mode 120000
index 000000000000..bdd2ff71f0cb
--- /dev/null
+++ b/srcpkgs/coeurl-devel
@@ -0,0 +1 @@
+coeurl
\ No newline at end of file
diff --git a/srcpkgs/coeurl/template b/srcpkgs/coeurl/template
new file mode 100644
index 000000000000..dd6600a89bba
--- /dev/null
+++ b/srcpkgs/coeurl/template
@@ -0,0 +1,28 @@
+# Template file for 'coeurl'
+pkgname=coeurl
+version=0.1.0
+revision=1
+wrksrc=coeurl-v${version}
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="spdlog libevent-devel libcurl-devel"
+short_desc="Simple async wrapper around CURL for C++"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="MIT"
+homepage="https://nheko.im/nheko-reborn/coeurl"
+distfiles="https://nheko.im/nheko-reborn/coeurl/-/archive/v${version}/coeurl-v${version}.tar.gz"
+checksum=2861453317c6da359a00083e39d899dfe0fc71becadd726ef845a5fba57d3f64
+
+post_install() {
+	vlicense LICENSE
+}
+
+coeurl-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

From 5c3002f7db5a049c8c516d8ca1a805db0cc62ed4 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 28 Nov 2021 11:07:15 +0530
Subject: [PATCH 2/3] mtxclient: update to 0.6.0.

---
 common/shlibs              | 2 +-
 srcpkgs/mtxclient/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 527588585aec..ad60646030fe 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -420,7 +420,7 @@ libField3D.so.1.7 Field3D-1.7.3_1
 libMAC.so.6 libMAC-5.28_1
 libmad.so.0 libmad-0.15.1b_1
 libmatroska.so.7 libmatroska-1.6.0_1
-libmatrix_client.so.0.5.1 mtxclient-0.5.1_1
+libmatrix_client.so.0.6.0 mtxclient-0.6.0_1
 libebml.so.5 libebml-1.4.0_1
 libdvdread.so.8 libdvdread-6.1.1_1
 libdvdnav.so.4 libdvdnav-4.1.3_1
diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template
index 35f3d4a10f42..9c8c1e3a9efe 100644
--- a/srcpkgs/mtxclient/template
+++ b/srcpkgs/mtxclient/template
@@ -1,17 +1,17 @@
 # Template file for 'mtxclient'
 pkgname=mtxclient
-version=0.5.1
+version=0.6.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF"
 hostmakedepends="pkg-config"
-makedepends="boost-devel json-c++ olm-devel openssl-devel"
+makedepends="json-c++ olm-devel openssl-devel coeurl-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=9478d870296ebe7679c90f563cb798eb3cdd3f9c4578ceea5af75b66f456baaa
+checksum=4245feb0bd4ae8e026c01f546a6bea45bc9d9d57d13430b8ba446b0aec4915c4
 
 post_install() {
 	vlicense LICENSE

From 204d2684be7d116e72e0ac469a97aa7e4f469518 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Sun, 28 Nov 2021 11:07:27 +0530
Subject: [PATCH 3/3] nheko: update to 0.9.0.

---
 srcpkgs/nheko/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template
index 7b7c6bfbf6e1..deaf85713976 100644
--- a/srcpkgs/nheko/template
+++ b/srcpkgs/nheko/template
@@ -1,11 +1,11 @@
 # Template file for 'nheko'
 pkgname=nheko
-version=0.8.2
-revision=2
+version=0.9.0
+revision=1
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake pkg-config qt5-declarative"
 makedepends="qt5-multimedia-devel qt5-svg-devel qt5-tools-devel fmt-devel
- spdlog mtxclient-devel boost-devel cmark-devel olm-devel json-c++ lmdb++
+ spdlog mtxclient-devel cmark-devel olm-devel json-c++ lmdb++ coeurl-devel
  qt5-declarative-devel qt5-quickcontrols2-devel qtkeychain-qt5-devel
  gst-plugins-bad1-devel gst-plugins-base1-devel xcb-util-wm-devel"
 depends="hicolor-icon-theme qt5-quickcontrols2 qt5-graphicaleffects
@@ -16,7 +16,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/Nheko-Reborn/nheko"
 changelog="https://github.com/Nheko-Reborn/nheko/blob/master/CHANGELOG.md"
 distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz"
-checksum=df4575c47daab47d418637a4637b599e3848dd749132ca1e92f981d9212eabb2
+checksum=309505f13d3b65ea23c0db19e59e469905b1ae437d2d6c7d1b496ac0921fb141
 
 case "$XBPS_TARGET_MACHINE" in
 	armv*-musl)

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

end of thread, other threads:[~2021-11-29 19:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-28  6:48 [PR PATCH] Nheko 0.9.0 not-chicken
2021-11-28 22:15 ` ericonr
2021-11-28 22:17 ` ericonr
2021-11-29 19:23 ` [PR PATCH] [Merged]: " ericonr

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