Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] quassel: update to 0.14.0.
@ 2022-01-02 21:00 Piraty
  2022-01-04 17:39 ` [PR PATCH] [Closed]: " Piraty
  0 siblings, 1 reply; 2+ messages in thread
From: Piraty @ 2022-01-02 21:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages quassel-0.14.0
https://github.com/void-linux/void-packages/pull/34815

quassel: update to 0.14.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/34815.patch is attached

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

From cb4cc3e875029d4abda665f5640a9b84c5f6aa80 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Sun, 2 Jan 2022 21:58:57 +0100
Subject: [PATCH] quassel: update to 0.14.0.

---
 srcpkgs/quassel/patches/qt5-14.patch | 21 ---------------------
 srcpkgs/quassel/template             | 17 +++++++++--------
 2 files changed, 9 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/quassel/patches/qt5-14.patch

diff --git a/srcpkgs/quassel/patches/qt5-14.patch b/srcpkgs/quassel/patches/qt5-14.patch
deleted file mode 100644
index 31aa2366a9d8..000000000000
--- a/srcpkgs/quassel/patches/qt5-14.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-# upstream: yes
-# picked from 579e559a6322209df7cd51c34801fecff5fe734b
-
---- a/src/common/types.h
-+++ b/src/common/types.h
-@@ -140,6 +140,7 @@
- typedef QList<MsgId> MsgIdList;
- typedef QList<BufferId> BufferIdList;
- 
-+#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
- /**
-  * Catch-all stream serialization operator for enum types.
-  *
-@@ -169,6 +170,7 @@
-     value = static_cast<T>(v);
-     return in;
- }
-+#endif
- 
- // Exceptions
- 
diff --git a/srcpkgs/quassel/template b/srcpkgs/quassel/template
index 47d529f56b8b..3af39d943e6f 100644
--- a/srcpkgs/quassel/template
+++ b/srcpkgs/quassel/template
@@ -1,23 +1,25 @@
 # Template file for 'quassel'
 pkgname=quassel
-version=0.13.1
-revision=2
+version=0.14.0
+revision=1
 build_style=cmake
 configure_args="-DWANT_QTCLIENT=ON -DWANT_MONO=ON -DWANT_CORE=ON -DUSE_QT5=ON
- -DWITH_BUNDLED_ICONS=OFF"
-hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
-makedepends="libdbusmenu-qt5-devel phonon-qt5-devel qca-qt5-devel
+ -DWITH_BUNDLED_ICONS=OFF -DENABLE_SHARED=OFF"
+hostmakedepends="extra-cmake-modules pkg-config qt5-host-tools qt5-qmake"
+makedepends="boost-devel libdbusmenu-qt5-devel phonon-qt5-devel qca-qt5-devel
  qt5-multimedia-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
  qt5-plugin-sqlite qt5-plugin-tds qt5-script-devel qt5-tools-devel
- snorenotify-devel $(vopt_if ldap libldap-devel)"
+ snorenotify-devel zlib-devel
+ $(vopt_if ldap libldap-devel)"
 depends="qt5-plugin-sqlite quassel-client-shared>=${version}_${revision}"
 _desc="Modern, cross-platform, distributed graphical IRC client"
 short_desc="${_desc} - standalone client"
 maintainer="Piraty <piraty1@inbox.ru>"
 license="GPL-2.0-only, GPL-3.0-only"
 homepage="https://www.quassel-irc.org"
+changelog="https://github.com/quassel/quassel/blob/${version}/ChangeLog"
 distfiles="https://quassel-irc.org/pub/quassel-${version}.tar.bz2"
-checksum=48efee9778743b1db9f44efb91d1c913104db01190c57f2ff57483c39a97e855
+checksum=bbd46ca429c1518480904c9e2b0ab3a0412fe197f3ce4879974e06ed3a0093a3
 
 build_options="ldap"
 
@@ -33,7 +35,6 @@ quassel-client-shared_package() {
 	pkg_install() {
 		vmove /usr/share/quassel
 		vmove /usr/share/icons
-		vmove /usr/share/pixmaps
 	}
 }
 

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

* Re: [PR PATCH] [Closed]: quassel: update to 0.14.0.
  2022-01-02 21:00 [PR PATCH] quassel: update to 0.14.0 Piraty
@ 2022-01-04 17:39 ` Piraty
  0 siblings, 0 replies; 2+ messages in thread
From: Piraty @ 2022-01-04 17:39 UTC (permalink / raw)
  To: ml

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

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

quassel: update to 0.14.0.
https://github.com/void-linux/void-packages/pull/34815

Description:
<!-- 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
-->


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

end of thread, other threads:[~2022-01-04 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-02 21:00 [PR PATCH] quassel: update to 0.14.0 Piraty
2022-01-04 17:39 ` [PR PATCH] [Closed]: " Piraty

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