Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kirigami-addons: update to 1.2.0.
@ 2024-06-04  4:37 1is7ac3
  2024-06-04 19:23 ` cinerea0
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: 1is7ac3 @ 2024-06-04  4:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages kirigami-addons
https://github.com/void-linux/void-packages/pull/50674

kirigami-addons: update to 1.2.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 [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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l


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

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

From abcc3b660e2283467d7feae67f30a0db754d6247 Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Tue, 4 Jun 2024 00:26:17 -0400
Subject: [PATCH] kirigami-addons: update to 1.2.0.

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

diff --git a/srcpkgs/kirigami-addons/template b/srcpkgs/kirigami-addons/template
index f52fe7cb68de39..1a6eb151ef5462 100644
--- a/srcpkgs/kirigami-addons/template
+++ b/srcpkgs/kirigami-addons/template
@@ -1,20 +1,20 @@
 # Template file for 'kirigami-addons'
 pkgname=kirigami-addons
-version=1.1.0
+version=1.2.0
 revision=1
 build_style=cmake
 configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
  -DBUILD_TESTING=OFF -DBUILD_QCH=ON"
 hostmakedepends="extra-cmake-modules gettext qt6-base qt6-tools
  qt6-declarative-host-tools"
-makedepends="kf6-ki18n-devel kf6-kirigami-devel"
+makedepends="kf6-ki18n-devel kf6-kirigami-devel kf6-kconfig-devel"
 depends="kf6-kirigami"
 short_desc="Add-ons for the Kirigami framework"
 maintainer="José Santos <agarimos@tutanota.com>"
 license="GPL-3.0-or-later"
 homepage="https://invent.kde.org/libraries/kirigami-addons"
-distfiles="https://github.com/KDE/kirigami-addons/archive/refs/tags/v${version}.tar.gz"
-checksum=f1bea130b8e190702b6f8dfe9f940cca1550e1e86e0d043fb931be47d15b4ecb
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=8ff36458aa90ff1d980629357b6ddf5e88ab6bc917b011a7f9fa5d5e12acf51a
 
 kirigami-addons-devel_package() {
 	depends="$makedepends ${sourcepkg}-${version}_${revision}"

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

* Re: kirigami-addons: update to 1.2.0.
  2024-06-04  4:37 [PR PATCH] kirigami-addons: update to 1.2.0 1is7ac3
@ 2024-06-04 19:23 ` cinerea0
  2024-06-05  3:31 ` [PR PATCH] [Updated] " 1is7ac3
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-06-04 19:23 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/50674#issuecomment-2148241421

Comment:
Please don't use `${pkgname}` in distfiles.

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

* Re: [PR PATCH] [Updated] kirigami-addons: update to 1.2.0.
  2024-06-04  4:37 [PR PATCH] kirigami-addons: update to 1.2.0 1is7ac3
  2024-06-04 19:23 ` cinerea0
@ 2024-06-05  3:31 ` 1is7ac3
  2024-06-05  3:32 ` 1is7ac3
  2024-06-05  6:15 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: 1is7ac3 @ 2024-06-05  3:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages kirigami-addons
https://github.com/void-linux/void-packages/pull/50674

kirigami-addons: update to 1.2.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 [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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l


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

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

From c21d39758040650dc5a2b0b0dcd8c28d27882677 Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Tue, 4 Jun 2024 00:26:17 -0400
Subject: [PATCH] kirigami-addons: update to 1.2.0.

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

diff --git a/srcpkgs/kirigami-addons/template b/srcpkgs/kirigami-addons/template
index f52fe7cb68de39..1a6eb151ef5462 100644
--- a/srcpkgs/kirigami-addons/template
+++ b/srcpkgs/kirigami-addons/template
@@ -1,20 +1,20 @@
 # Template file for 'kirigami-addons'
 pkgname=kirigami-addons
-version=1.1.0
+version=1.2.0
 revision=1
 build_style=cmake
 configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
  -DBUILD_TESTING=OFF -DBUILD_QCH=ON"
 hostmakedepends="extra-cmake-modules gettext qt6-base qt6-tools
  qt6-declarative-host-tools"
-makedepends="kf6-ki18n-devel kf6-kirigami-devel"
+makedepends="kf6-ki18n-devel kf6-kirigami-devel kf6-kconfig-devel"
 depends="kf6-kirigami"
 short_desc="Add-ons for the Kirigami framework"
 maintainer="José Santos <agarimos@tutanota.com>"
 license="GPL-3.0-or-later"
 homepage="https://invent.kde.org/libraries/kirigami-addons"
-distfiles="https://github.com/KDE/kirigami-addons/archive/refs/tags/v${version}.tar.gz"
-checksum=f1bea130b8e190702b6f8dfe9f940cca1550e1e86e0d043fb931be47d15b4ecb
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=8ff36458aa90ff1d980629357b6ddf5e88ab6bc917b011a7f9fa5d5e12acf51a
 
 kirigami-addons-devel_package() {
 	depends="$makedepends ${sourcepkg}-${version}_${revision}"

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

* Re: [PR PATCH] [Updated] kirigami-addons: update to 1.2.0.
  2024-06-04  4:37 [PR PATCH] kirigami-addons: update to 1.2.0 1is7ac3
  2024-06-04 19:23 ` cinerea0
  2024-06-05  3:31 ` [PR PATCH] [Updated] " 1is7ac3
@ 2024-06-05  3:32 ` 1is7ac3
  2024-06-05  6:15 ` [PR PATCH] [Merged]: " sgn
  3 siblings, 0 replies; 5+ messages in thread
From: 1is7ac3 @ 2024-06-05  3:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages kirigami-addons
https://github.com/void-linux/void-packages/pull/50674

kirigami-addons: update to 1.2.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 [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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l


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

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

From ae4deebd37fbe12898f6a58d6a6b87f28ea1050b Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Tue, 4 Jun 2024 00:26:17 -0400
Subject: [PATCH] kirigami-addons: update to 1.2.0.

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

diff --git a/srcpkgs/kirigami-addons/template b/srcpkgs/kirigami-addons/template
index f52fe7cb68de39..34d3eb1d356df7 100644
--- a/srcpkgs/kirigami-addons/template
+++ b/srcpkgs/kirigami-addons/template
@@ -1,20 +1,20 @@
 # Template file for 'kirigami-addons'
 pkgname=kirigami-addons
-version=1.1.0
+version=1.2.0
 revision=1
 build_style=cmake
 configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
  -DBUILD_TESTING=OFF -DBUILD_QCH=ON"
 hostmakedepends="extra-cmake-modules gettext qt6-base qt6-tools
  qt6-declarative-host-tools"
-makedepends="kf6-ki18n-devel kf6-kirigami-devel"
+makedepends="kf6-ki18n-devel kf6-kirigami-devel kf6-kconfig-devel"
 depends="kf6-kirigami"
 short_desc="Add-ons for the Kirigami framework"
 maintainer="José Santos <agarimos@tutanota.com>"
 license="GPL-3.0-or-later"
 homepage="https://invent.kde.org/libraries/kirigami-addons"
-distfiles="https://github.com/KDE/kirigami-addons/archive/refs/tags/v${version}.tar.gz"
-checksum=f1bea130b8e190702b6f8dfe9f940cca1550e1e86e0d043fb931be47d15b4ecb
+distfiles="${KDE_SITE}/kirigami-addons/kirigami-addons-${version}.tar.xz"
+checksum=8ff36458aa90ff1d980629357b6ddf5e88ab6bc917b011a7f9fa5d5e12acf51a
 
 kirigami-addons-devel_package() {
 	depends="$makedepends ${sourcepkg}-${version}_${revision}"

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

* Re: [PR PATCH] [Merged]: kirigami-addons: update to 1.2.0.
  2024-06-04  4:37 [PR PATCH] kirigami-addons: update to 1.2.0 1is7ac3
                   ` (2 preceding siblings ...)
  2024-06-05  3:32 ` 1is7ac3
@ 2024-06-05  6:15 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2024-06-05  6:15 UTC (permalink / raw)
  To: ml

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

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

kirigami-addons: update to 1.2.0.
https://github.com/void-linux/void-packages/pull/50674

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 [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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l


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

end of thread, other threads:[~2024-06-05  6:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-04  4:37 [PR PATCH] kirigami-addons: update to 1.2.0 1is7ac3
2024-06-04 19:23 ` cinerea0
2024-06-05  3:31 ` [PR PATCH] [Updated] " 1is7ac3
2024-06-05  3:32 ` 1is7ac3
2024-06-05  6:15 ` [PR PATCH] [Merged]: " sgn

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