Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kcolorchooser: update to 21.08.3.
@ 2021-11-15  1:21 TheEgghead27
  2021-11-15  1:41 ` TheEgghead27
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: TheEgghead27 @ 2021-11-15  1:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheEgghead27/void-packages kcolorchooser-21.08.3
https://github.com/void-linux/void-packages/pull/34087

kcolorchooser: update to 21.08.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

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

From 4aada554103abe5f23d5aebf9ad632f8886778a9 Mon Sep 17 00:00:00 2001
From: David Chen <45245358+TheEgghead27@users.noreply.github.com>
Date: Sun, 14 Nov 2021 19:38:06 -0500
Subject: [PATCH] kcolorchooser: update to 21.08.3.

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

diff --git a/srcpkgs/kcolorchooser/template b/srcpkgs/kcolorchooser/template
index c7689a11a868..e8d0909564bb 100644
--- a/srcpkgs/kcolorchooser/template
+++ b/srcpkgs/kcolorchooser/template
@@ -1,6 +1,6 @@
 # Template file for 'kcolorchooser'
 pkgname=kcolorchooser
-version=21.08.0
+version=21.08.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons gettext"
@@ -10,7 +10,7 @@ maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://kde.org/applications/en/graphics/org.kde.kcolorchooser"
 distfiles="${KDE_SITE}/release-service/${version}/src/kcolorchooser-${version}.tar.xz"
-checksum=27ac1a698ac98a4c78d102f6fa74cb8fb8909f891867c457f5863b6b949bfad2
+checksum=ff612332c8eb8e7956734b25ced2962324e2a6c113c396e024ffc1ef32a1db1d
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel"

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

* Re: kcolorchooser: update to 21.08.3.
  2021-11-15  1:21 [PR PATCH] kcolorchooser: update to 21.08.3 TheEgghead27
@ 2021-11-15  1:41 ` TheEgghead27
  2021-11-20  0:14 ` [PR PATCH] [Updated] " TheEgghead27
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: TheEgghead27 @ 2021-11-15  1:41 UTC (permalink / raw)
  To: ml

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

New comment by TheEgghead27 on void-packages repository

https://github.com/void-linux/void-packages/pull/34087#issuecomment-968434168

Comment:
Strange, the only failing check was due to a package download issue:
```
ERROR: [trans] failed to download `pango-1.48.10_1' package from `http://repo-us.voidlinux.org/current/aarch64': Connection timed out
Transaction failed! see above for errors.
Error: Process completed with exit code 1
```

All the other builds went through, so would it be necessary to rerun all checks, or is it possible to just try the failing one again?

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

* Re: [PR PATCH] [Updated] kcolorchooser: update to 21.08.3.
  2021-11-15  1:21 [PR PATCH] kcolorchooser: update to 21.08.3 TheEgghead27
  2021-11-15  1:41 ` TheEgghead27
@ 2021-11-20  0:14 ` TheEgghead27
  2021-11-20  0:15 ` TheEgghead27
  2021-11-20  2:29 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: TheEgghead27 @ 2021-11-20  0:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheEgghead27/void-packages kcolorchooser-21.08.3
https://github.com/void-linux/void-packages/pull/34087

kcolorchooser: update to 21.08.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)
  - aarch64 (crossbuild)


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

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

From 6b342ca3c0224c4c90f0a6159181d01c741f174c Mon Sep 17 00:00:00 2001
From: David Chen <45245358+TheEgghead27@users.noreply.github.com>
Date: Sun, 14 Nov 2021 19:38:06 -0500
Subject: [PATCH] kcolorchooser: update to 21.08.3.

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

diff --git a/srcpkgs/kcolorchooser/template b/srcpkgs/kcolorchooser/template
index c7689a11a868..e8d0909564bb 100644
--- a/srcpkgs/kcolorchooser/template
+++ b/srcpkgs/kcolorchooser/template
@@ -1,6 +1,6 @@
 # Template file for 'kcolorchooser'
 pkgname=kcolorchooser
-version=21.08.0
+version=21.08.3
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules kcoreaddons gettext"
@@ -10,7 +10,7 @@ maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://kde.org/applications/en/graphics/org.kde.kcolorchooser"
 distfiles="${KDE_SITE}/release-service/${version}/src/kcolorchooser-${version}.tar.xz"
-checksum=27ac1a698ac98a4c78d102f6fa74cb8fb8909f891867c457f5863b6b949bfad2
+checksum=ff612332c8eb8e7956734b25ced2962324e2a6c113c396e024ffc1ef32a1db1d
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel"

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

* Re: kcolorchooser: update to 21.08.3.
  2021-11-15  1:21 [PR PATCH] kcolorchooser: update to 21.08.3 TheEgghead27
  2021-11-15  1:41 ` TheEgghead27
  2021-11-20  0:14 ` [PR PATCH] [Updated] " TheEgghead27
@ 2021-11-20  0:15 ` TheEgghead27
  2021-11-20  2:29 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: TheEgghead27 @ 2021-11-20  0:15 UTC (permalink / raw)
  To: ml

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

New comment by TheEgghead27 on void-packages repository

https://github.com/void-linux/void-packages/pull/34087#issuecomment-974552776

Comment:
Tested aarch64 locally with no issues, repushed after rebasing to trigger checks again.

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

* Re: [PR PATCH] [Merged]: kcolorchooser: update to 21.08.3.
  2021-11-15  1:21 [PR PATCH] kcolorchooser: update to 21.08.3 TheEgghead27
                   ` (2 preceding siblings ...)
  2021-11-20  0:15 ` TheEgghead27
@ 2021-11-20  2:29 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-11-20  2:29 UTC (permalink / raw)
  To: ml

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

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

kcolorchooser: update to 21.08.3.
https://github.com/void-linux/void-packages/pull/34087

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)
  - aarch64 (crossbuild)


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

end of thread, other threads:[~2021-11-20  2:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15  1:21 [PR PATCH] kcolorchooser: update to 21.08.3 TheEgghead27
2021-11-15  1:41 ` TheEgghead27
2021-11-20  0:14 ` [PR PATCH] [Updated] " TheEgghead27
2021-11-20  0:15 ` TheEgghead27
2021-11-20  2:29 ` [PR PATCH] [Merged]: " ericonr

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