Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] corectrl: update to 1.3.1
@ 2024-04-15 10:26 ElHereward
  2024-04-30  6:48 ` ElHereward
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: ElHereward @ 2024-04-15 10:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ElHereward/void-packages corectrl
https://github.com/void-linux/void-packages/pull/49848

corectrl: update to 1.3.1
#### 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**


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

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

From f905d7ce58d148aafd665643b2e9ea54aba1ad43 Mon Sep 17 00:00:00 2001
From: ElHereward <elhereward@pm.me>
Date: Mon, 15 Apr 2024 12:24:37 +0200
Subject: [PATCH] corectrl: update to 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 c0e84089016f66..0598725b68c3db 100644
--- a/srcpkgs/corectrl/template
+++ b/srcpkgs/corectrl/template
@@ -1,12 +1,12 @@
 # Template file for 'corectrl'
 pkgname=corectrl
-version=1.2.3
-revision=3
+version=1.3.1
+revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
-hostmakedepends="pkg-config extra-cmake-modules qt5-host-tools qt5-qmake
+hostmakedepends="pkg-config extra-cmake-modules qt5-host-tools qt5-qmake quazip
 kcoreaddons kauth"
-makedepends="botan-devel kauth-devel karchive-devel qt5-charts-devel
+makedepends="botan-devel kauth-devel karchive-devel qt5-charts-devel quazip-devel
 qt5-tools-devel libdrm-devel qt5-svg-devel"
 depends="dbus hicolor-icon-theme qt5-quickcontrols2 qt5-svg glxinfo"
 short_desc="User-friendly hardware control application"
@@ -14,4 +14,4 @@ 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

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

* Re: corectrl: update to 1.3.1
  2024-04-15 10:26 [PR PATCH] corectrl: update to 1.3.1 ElHereward
@ 2024-04-30  6:48 ` ElHereward
  2024-05-18 16:23 ` [PR PATCH] [Updated] " classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 11+ messages in thread
From: ElHereward @ 2024-04-30  6:48 UTC (permalink / raw)
  To: ml

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

New comment by ElHereward on void-packages repository

https://github.com/void-linux/void-packages/pull/49848#issuecomment-2084505113

Comment:
@classabbyamp can you please merge this? :D 

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

* Re: [PR PATCH] [Updated] corectrl: update to 1.3.1
  2024-04-15 10:26 [PR PATCH] corectrl: update to 1.3.1 ElHereward
  2024-04-30  6:48 ` ElHereward
@ 2024-05-18 16:23 ` classabbyamp
  2024-05-18 16:33 ` classabbyamp
  2024-05-18 16:41 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2024-05-18 16:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ElHereward/void-packages corectrl
https://github.com/void-linux/void-packages/pull/49848

corectrl: update to 1.3.1
#### 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**


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

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

From bd360e4ed6db095434e28fbf6a6b682447e800ac Mon Sep 17 00:00:00 2001
From: ElHereward <elhereward@pm.me>
Date: Mon, 15 Apr 2024 12:24:37 +0200
Subject: [PATCH] corectrl: update to 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 c0e84089016f66..0598725b68c3db 100644
--- a/srcpkgs/corectrl/template
+++ b/srcpkgs/corectrl/template
@@ -1,12 +1,12 @@
 # Template file for 'corectrl'
 pkgname=corectrl
-version=1.2.3
-revision=3
+version=1.3.1
+revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF"
-hostmakedepends="pkg-config extra-cmake-modules qt5-host-tools qt5-qmake
+hostmakedepends="pkg-config extra-cmake-modules qt5-host-tools qt5-qmake quazip
 kcoreaddons kauth"
-makedepends="botan-devel kauth-devel karchive-devel qt5-charts-devel
+makedepends="botan-devel kauth-devel karchive-devel qt5-charts-devel quazip-devel
 qt5-tools-devel libdrm-devel qt5-svg-devel"
 depends="dbus hicolor-icon-theme qt5-quickcontrols2 qt5-svg glxinfo"
 short_desc="User-friendly hardware control application"
@@ -14,4 +14,4 @@ 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

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

* Re: [PR PATCH] [Updated] corectrl: update to 1.3.1
  2024-04-15 10:26 [PR PATCH] corectrl: update to 1.3.1 ElHereward
  2024-04-30  6:48 ` ElHereward
  2024-05-18 16:23 ` [PR PATCH] [Updated] " classabbyamp
@ 2024-05-18 16:33 ` classabbyamp
  2024-05-18 16:41 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2024-05-18 16:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ElHereward/void-packages corectrl
https://github.com/void-linux/void-packages/pull/49848

corectrl: update to 1.3.1
#### 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**


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

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

From 968e7c477e206a48da2453e9a27933566ebb2001 Mon Sep 17 00:00:00 2001
From: ElHereward <elhereward@pm.me>
Date: Mon, 15 Apr 2024 12:24:37 +0200
Subject: [PATCH] corectrl: update to 1.3.1

---
 srcpkgs/corectrl/template | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/corectrl/template b/srcpkgs/corectrl/template
index c0e84089016f66..0c1193e17aaf6f 100644
--- a/srcpkgs/corectrl/template
+++ b/srcpkgs/corectrl/template
@@ -1,17 +1,16 @@
 # Template file for 'corectrl'
 pkgname=corectrl
-version=1.2.3
-revision=3
+version=1.3.1
+revision=1
 build_style=cmake
-configure_args="-DBUILD_TESTING=OFF"
 hostmakedepends="pkg-config extra-cmake-modules qt5-host-tools qt5-qmake
-kcoreaddons kauth"
-makedepends="botan-devel kauth-devel karchive-devel qt5-charts-devel
-qt5-tools-devel libdrm-devel qt5-svg-devel"
+ kcoreaddons kauth"
+makedepends="botan-devel kauth-devel karchive-devel qt5-charts-devel quazip-devel
+ qt5-tools-devel libdrm-devel qt5-svg-devel"
 depends="dbus hicolor-icon-theme qt5-quickcontrols2 qt5-svg glxinfo"
 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
+distfiles="https://gitlab.com/corectrl/corectrl/-/archive/v${version}/corectrl-v${version}.tar.gz"
+checksum=47750bfe447ac8bf5ed055287f1e09989064d89c1744e8910b975fa90ab5ca91

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

* Re: [PR PATCH] [Merged]: corectrl: update to 1.3.1
  2024-04-15 10:26 [PR PATCH] corectrl: update to 1.3.1 ElHereward
                   ` (2 preceding siblings ...)
  2024-05-18 16:33 ` classabbyamp
@ 2024-05-18 16:41 ` classabbyamp
  3 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2024-05-18 16:41 UTC (permalink / raw)
  To: ml

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

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

corectrl: update to 1.3.1
https://github.com/void-linux/void-packages/pull/49848

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] 11+ messages in thread

* Re: corectrl: update to 1.3.1
  2024-04-10 11:41 [PR PATCH] " ElHereward
                   ` (4 preceding siblings ...)
  2024-04-12 19:38 ` ElHereward
@ 2024-04-13  4:01 ` classabbyamp
  5 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2024-04-13  4:01 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49783#issuecomment-2053314637

Comment:
don't adopt the package, that message was just about the email used to commit. also the last thing you need to do is squash all the commits into 1 called `corectl: update to 1.3.1`

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

* Re: corectrl: update to 1.3.1
  2024-04-10 11:41 [PR PATCH] " ElHereward
                   ` (3 preceding siblings ...)
  2024-04-11  7:51 ` ElHereward
@ 2024-04-12 19:38 ` ElHereward
  2024-04-13  4:01 ` classabbyamp
  5 siblings, 0 replies; 11+ messages in thread
From: ElHereward @ 2024-04-12 19:38 UTC (permalink / raw)
  To: ml

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

New comment by ElHereward on void-packages repository

https://github.com/void-linux/void-packages/pull/49783#issuecomment-2052419067

Comment:
@classabbyamp the pipeline failed because of wrong email. I changed it to my GitHub mail. is that correct?

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

* Re: corectrl: update to 1.3.1
  2024-04-10 11:41 [PR PATCH] " ElHereward
                   ` (2 preceding siblings ...)
  2024-04-11  7:34 ` classabbyamp
@ 2024-04-11  7:51 ` ElHereward
  2024-04-12 19:38 ` ElHereward
  2024-04-13  4:01 ` classabbyamp
  5 siblings, 0 replies; 11+ messages in thread
From: ElHereward @ 2024-04-11  7:51 UTC (permalink / raw)
  To: ml

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

New comment by ElHereward on void-packages repository

https://github.com/void-linux/void-packages/pull/49783#issuecomment-2049131207

Comment:
ah okay - changed and i worked without quazip in the depends

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

* Re: corectrl: update to 1.3.1
  2024-04-10 11:41 [PR PATCH] " ElHereward
  2024-04-10 18:21 ` classabbyamp
  2024-04-11  7:09 ` ElHereward
@ 2024-04-11  7:34 ` classabbyamp
  2024-04-11  7:51 ` ElHereward
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2024-04-11  7:34 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49783#issuecomment-2049104878

Comment:
i mean replace quazip-qt5 with quazip and quazip-qt5-devel with quazip-devel

also, quazip is probably autodetected and doesn't need to be specified in `depends`

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

* Re: corectrl: update to 1.3.1
  2024-04-10 11:41 [PR PATCH] " ElHereward
  2024-04-10 18:21 ` classabbyamp
@ 2024-04-11  7:09 ` ElHereward
  2024-04-11  7:34 ` classabbyamp
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: ElHereward @ 2024-04-11  7:09 UTC (permalink / raw)
  To: ml

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

New comment by ElHereward on void-packages repository

https://github.com/void-linux/void-packages/pull/49783#issuecomment-2049057108

Comment:
@classabbyamp you mean at the makedepends section? Why are there the -devel packages in the previous template?

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

* Re: corectrl: update to 1.3.1
  2024-04-10 11:41 [PR PATCH] " ElHereward
@ 2024-04-10 18:21 ` classabbyamp
  2024-04-11  7:09 ` ElHereward
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2024-04-10 18:21 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49783#issuecomment-2048189435

Comment:
don't use the name of the transitional package, use the actual package (`quazip`/`quazip-devel`)

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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-15 10:26 [PR PATCH] corectrl: update to 1.3.1 ElHereward
2024-04-30  6:48 ` ElHereward
2024-05-18 16:23 ` [PR PATCH] [Updated] " classabbyamp
2024-05-18 16:33 ` classabbyamp
2024-05-18 16:41 ` [PR PATCH] [Merged]: " classabbyamp
  -- strict thread matches above, loose matches on Subject: below --
2024-04-10 11:41 [PR PATCH] " ElHereward
2024-04-10 18:21 ` classabbyamp
2024-04-11  7:09 ` ElHereward
2024-04-11  7:34 ` classabbyamp
2024-04-11  7:51 ` ElHereward
2024-04-12 19:38 ` ElHereward
2024-04-13  4:01 ` 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).