Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] neochat: update to 22.11.
@ 2023-01-24 21:38 TinfoilSubmarine
  2023-02-14 14:41 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: TinfoilSubmarine @ 2023-01-24 21:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/neochat
https://github.com/void-linux/void-packages/pull/41849

neochat: update to 22.11.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (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/41849.patch is attached

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

From c023df77eab5ce6fca4ddc40fea2c7824722206d Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 24 Jan 2023 16:25:32 -0500
Subject: [PATCH 1/3] New package: qcoro-qt5-0.7.0

---
 srcpkgs/qcoro-qt5-devel    |  1 +
 srcpkgs/qcoro-qt5/template | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/qcoro-qt5-devel
 create mode 100644 srcpkgs/qcoro-qt5/template

diff --git a/srcpkgs/qcoro-qt5-devel b/srcpkgs/qcoro-qt5-devel
new file mode 120000
index 000000000000..2bb86bc6d30d
--- /dev/null
+++ b/srcpkgs/qcoro-qt5-devel
@@ -0,0 +1 @@
+qcoro-qt5
\ No newline at end of file
diff --git a/srcpkgs/qcoro-qt5/template b/srcpkgs/qcoro-qt5/template
new file mode 100644
index 000000000000..4a65cbacb6f1
--- /dev/null
+++ b/srcpkgs/qcoro-qt5/template
@@ -0,0 +1,29 @@
+# Template file for 'qcoro-qt5'
+pkgname=qcoro-qt5
+version=0.7.0
+revision=1
+build_style=cmake
+configure_args="-DUSE_QT_VERSION=5"
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-devel qt5-websockets-devel qt5-declarative-devel"
+checkdepends="dbus"
+short_desc="C++ Coroutines for Qt"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://qcoro.dvratil.cz/"
+distfiles="https://github.com/danvratil/qcoro/archive/refs/tags/v${version}.tar.gz"
+checksum=23ef0217926e67c8d2eb861cf91617da2f7d8d5a9ae6c62321b21448b1669210
+
+post_install() {
+	vlicense LICENSE
+}
+
+qcoro-qt5-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove usr/lib/qt5/mkspecs
+	}
+}

From b0d13ffb9fe49f0aaef145b25dfed68c46ca8b8e Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 24 Jan 2023 16:25:27 -0500
Subject: [PATCH 2/3] kquickimageeditor: update to 0.2.0.

---
 srcpkgs/kquickimageeditor/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kquickimageeditor/template b/srcpkgs/kquickimageeditor/template
index 2073799689de..9c5e37bb355f 100644
--- a/srcpkgs/kquickimageeditor/template
+++ b/srcpkgs/kquickimageeditor/template
@@ -1,6 +1,6 @@
 # Template file for 'kquickimageeditor'
 pkgname=kquickimageeditor
-version=0.1.3
+version=0.2.0
 revision=1
 build_style=cmake
 hostmakedepends="cmake extra-cmake-modules qt5-qmake qt5-host-tools"
@@ -9,8 +9,8 @@ short_desc="QML image editing components"
 maintainer="Justin Jagieniak <justin@jagieniak.net>"
 license="LGPL-2.1-or-later, BSD-2-Clause, CC0-1.0"
 homepage="https://invent.kde.org/libraries/kquickimageeditor"
-distfiles="${KDE_SITE}/kquickimageeditor/${version%.*}/$pkgname-$version.tar.xz"
-checksum=5b13f8e53bc7ea960b24064948f3d28bfb39f47529d5fa63a2090a047465c1ea
+distfiles="${KDE_SITE}/kquickimageeditor/$pkgname-$version.tar.xz"
+checksum=3cfba775498e031f6963669ee0e4426d4fddd48a244b9583620de4d312ba92ca
 
 post_install() {
 	vlicense LICENSES/BSD-2-Clause.txt

From 5a4bd186450ac4349a23c3c891321cea66224d86 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 24 Jan 2023 16:25:37 -0500
Subject: [PATCH 3/3] neochat: update to 22.11.

---
 srcpkgs/neochat/template | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/neochat/template b/srcpkgs/neochat/template
index d873d76d7af6..7e13a8b72ba1 100644
--- a/srcpkgs/neochat/template
+++ b/srcpkgs/neochat/template
@@ -1,21 +1,26 @@
 # Template file for 'neochat'
 pkgname=neochat
-version=1.2.0
+version=22.11
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext pkg-config qt5-qmake
  qt5-host-tools kcoreaddons kconfig AppStream"
-makedepends="kdbusaddons-devel kquickimageeditor-devel libQuotient-devel
- qtkeychain-qt5-devel qt5-quickcontrols2-devel qt5-declarative-devel
- qt5-multimedia-devel qt5-svg-devel kirigami2-devel ki18n-devel cmark-devel
- knotifications-devel kconfig-devel kcoreaddons-devel qqc2-desktop-style-devel"
-depends="kquickimageeditor kitemmodels"
+makedepends="kquickimageeditor-devel libQuotient-devel qtkeychain-qt5-devel
+ qt5-multimedia-devel kirigami2-devel ki18n-devel cmark-devel
+ knotifications-devel kconfig-devel kcoreaddons-devel qqc2-desktop-style-devel
+ sonnet-devel kitemmodels-devel kirigami-addons kconfigwidgets-devel kio-devel
+ qcoro-qt5-devel"
+depends="kquickimageeditor"
 short_desc="Client for matrix from KDE"
 maintainer="Justin Jagieniak <justin@jagieniak.net>"
 license="GPL-3.0-only, GPL-3.0-or-later, GPL-2.0-or-later, BSD-2-Clause"
 homepage="https://apps.kde.org/en/neochat"
-distfiles="${KDE_SITE}/neochat/$version/neochat-$version.tar.xz"
-checksum=8ee4b5f61db7d43c902115e0be01f2b587100183b382596473922e9a42749de6
+distfiles="${KDE_SITE}/plasma-mobile/${version}/${pkgname}-${version}.tar.xz"
+checksum=25362be430c930ff6d964a69a19b49d53043c2789a34893c61ab00ce619ad0be
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" kdoctools"
+fi
 
 post_install() {
 	vlicense LICENSES/BSD-2-Clause.txt

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

end of thread, other threads:[~2023-02-22 20:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24 21:38 [PR PATCH] neochat: update to 22.11 TinfoilSubmarine
2023-02-14 14:41 ` [PR PATCH] [Updated] " TinfoilSubmarine
2023-02-16  3:41 ` [PR REVIEW] neochat: update to 23.01.0 classabbyamp
2023-02-16  3:41 ` classabbyamp
2023-02-16  4:01 ` [PR PATCH] [Updated] " TinfoilSubmarine
2023-02-16 19:11 ` [PR REVIEW] " classabbyamp
2023-02-16 19:11 ` classabbyamp
2023-02-16 20:12 ` TinfoilSubmarine
2023-02-16 20:14 ` [PR PATCH] [Updated] " TinfoilSubmarine
2023-02-16 20:41 ` [PR REVIEW] " classabbyamp
2023-02-22 20:43 ` [PR PATCH] [Merged]: " classabbyamp

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