Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] quazip: update to 1.4
@ 2024-04-10 11:20 ElHereward
  2024-04-10 11:21 ` [PR PATCH] [Closed]: " ElHereward
  0 siblings, 1 reply; 3+ messages in thread
From: ElHereward @ 2024-04-10 11:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ElHereward/void-packages quazip
https://github.com/void-linux/void-packages/pull/49781

quazip: update to 1.4
#### Testing the changes
- I tested the changes in this PR: **YES**

- I built this PR locally for my native architecture, (x86_64)

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

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

From 0870a82b480d2fcee6db142b4b07a9cece12d4ff Mon Sep 17 00:00:00 2001
From: ElHereward <166557435+ElHereward@users.noreply.github.com>
Date: Tue, 9 Apr 2024 20:43:24 +0000
Subject: [PATCH 1/4] Update template

---
 srcpkgs/corectrl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/corectrl/template b/srcpkgs/corectrl/template
index c0e84089016f66..8b82ffabf286e8 100644
--- a/srcpkgs/corectrl/template
+++ b/srcpkgs/corectrl/template
@@ -1,6 +1,6 @@
 # Template file for 'corectrl'
 pkgname=corectrl
-version=1.2.3
+version=1.4.0
 revision=3
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"

From 09d90498d11b52fb7d4c8e0b55ec825395d94c23 Mon Sep 17 00:00:00 2001
From: ElHereward <andrey.koltsov@proton.me>
Date: Wed, 10 Apr 2024 11:07:16 +0200
Subject: [PATCH 2/4] update package corectrl 1.3.1

---
 srcpkgs/corectrl/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/corectrl/template b/srcpkgs/corectrl/template
index 8b82ffabf286e8..4053aa5b22fe75 100644
--- a/srcpkgs/corectrl/template
+++ b/srcpkgs/corectrl/template
@@ -1,17 +1,17 @@
 # Template file for 'corectrl'
 pkgname=corectrl
-version=1.4.0
+version=1.3.1
 revision=3
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="pkg-config extra-cmake-modules qt5-host-tools qt5-qmake
-kcoreaddons kauth"
+kcoreaddons kauth quazip-qt5"
 makedepends="botan-devel kauth-devel karchive-devel qt5-charts-devel
-qt5-tools-devel libdrm-devel qt5-svg-devel"
-depends="dbus hicolor-icon-theme qt5-quickcontrols2 qt5-svg glxinfo"
+qt5-tools-devel libdrm-devel qt5-svg-devel quazip-qt5-devel"
+depends="dbus hicolor-icon-theme qt5-quickcontrols2 qt5-svg glxinfo quazip-qt5"
 short_desc="User-friendly hardware control application"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.com/corectrl/corectrl"
 distfiles="${homepage}/-/archive/v${version}/corectrl-v${version}.tar.gz"
-checksum=6b8817ce1bb09257148e6d3f6196546724a8ea185fedfff70f302621ce36cc12
+checksum=47750bfe447ac8bf5ed055287f1e09989064d89c1744e8910b975fa90ab5ca91

From 044a6d1c12eac095b04c2aa643179a97483efcf2 Mon Sep 17 00:00:00 2001
From: ElHereward <andrey.koltsov@proton.me>
Date: Wed, 10 Apr 2024 13:05:01 +0200
Subject: [PATCH 3/4] update quazip to 1.4

---
 srcpkgs/quazip/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/quazip/template b/srcpkgs/quazip/template
index b9faea57e49bf3..5b7753befbe8ba 100644
--- a/srcpkgs/quazip/template
+++ b/srcpkgs/quazip/template
@@ -1,6 +1,6 @@
 # Template file for 'quazip'
 pkgname=quazip
-version=0.8.1
+version=1.4
 revision=1
 build_style=cmake
 makedepends="qt5-devel zlib-devel"
@@ -9,7 +9,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
 license="LGPL-2.1-only"
 homepage="https://github.com/stachenov/quazip"
 distfiles="https://github.com/stachenov/quazip/archive/v${version}.tar.gz"
-checksum=4fda4d4248e08015b5090d0369ef9e68bdc4475aa12494f7c0f6d79e43270d14
+checksum=79633fd3a18e2d11a7d5c40c4c79c1786ba0c74b59ad752e8429746fe1781dd6
 
 if [ -n "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel"

From 7978d1cb1ccd0e28f503ba77f2926a44e82e4912 Mon Sep 17 00:00:00 2001
From: ElHereward <andrey.koltsov@proton.me>
Date: Wed, 10 Apr 2024 13:18:21 +0200
Subject: [PATCH 4/4] quazip update to 1.4

---
 srcpkgs/quazip/template | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/srcpkgs/quazip/template b/srcpkgs/quazip/template
index 5b7753befbe8ba..a3e60c3b5f6858 100644
--- a/srcpkgs/quazip/template
+++ b/srcpkgs/quazip/template
@@ -16,14 +16,9 @@ if [ -n "$CROSS_BUILD" ]; then
 fi
 
 quazip-devel_package() {
+	build_style=meta
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/share
-		vmove "usr/lib/*.a"
-		vmove "usr/lib/*.so"
-	}
 }
 
 quazip-qt5_package() {

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

* Re: [PR PATCH] [Closed]: quazip: update to 1.4
  2024-04-10 11:20 [PR PATCH] quazip: update to 1.4 ElHereward
@ 2024-04-10 11:21 ` ElHereward
  0 siblings, 0 replies; 3+ messages in thread
From: ElHereward @ 2024-04-10 11:21 UTC (permalink / raw)
  To: ml

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

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

quazip: update to 1.4
https://github.com/void-linux/void-packages/pull/49781

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

- I built this PR locally for my native architecture, (x86_64)

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

* Re: [PR PATCH] [Closed]: quazip: update to 1.4
  2024-04-10 11:35 [PR PATCH] " ElHereward
@ 2024-05-16  1:42 ` classabbyamp
  0 siblings, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-05-16  1:42 UTC (permalink / raw)
  To: ml

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

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

quazip: update to 1.4
https://github.com/void-linux/void-packages/pull/49782

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

#### Local build testing
- I built this PR locally for my native architecture **x86_64**


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

end of thread, other threads:[~2024-05-16  1:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-10 11:20 [PR PATCH] quazip: update to 1.4 ElHereward
2024-04-10 11:21 ` [PR PATCH] [Closed]: " ElHereward
2024-04-10 11:35 [PR PATCH] " ElHereward
2024-05-16  1:42 ` [PR PATCH] [Closed]: " 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).