Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] AusweisApp2: update to 2.2.0.
@ 2024-07-08 14:51 dataCobra
  2024-07-09 13:21 ` Johnnynator
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dataCobra @ 2024-07-08 14:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages ausweisapp2
https://github.com/void-linux/void-packages/pull/51151

AusweisApp2: update to 2.2.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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):
  - x86_64-musl
  - i686


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

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

From 049bec32914eaa083c7e378c1f95ffb09b046e50 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 8 Jul 2024 16:50:10 +0200
Subject: [PATCH] AusweisApp2: update to 2.2.0.

---
 srcpkgs/AusweisApp2/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/AusweisApp2/template b/srcpkgs/AusweisApp2/template
index d901d34cfc53ac..795006e4cbab51 100644
--- a/srcpkgs/AusweisApp2/template
+++ b/srcpkgs/AusweisApp2/template
@@ -1,15 +1,15 @@
 # Template file for 'AusweisApp2'
 pkgname=AusweisApp2
-version=2.0.0
+version=2.2.0
 revision=1
 build_style=cmake
 build_helper=qemu
 hostmakedepends="pkg-config qt6-base-devel qt6-tools qt6-shadertools"
-makedepends="qt6-base-devel qt6-svg-devel qt6-websockets-devel
+makedepends="qt6-base-devel qt6-base-private-devel qt6-svg-devel qt6-websockets-devel
  qt6-declarative-devel qt6-scxml-devel qt6-shadertools-devel openssl-devel pcsclite-devel"
 short_desc="Official authentication app for German ID cards and residence permits"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="EUPL-1.2"
 homepage="https://www.ausweisapp.bund.de"
 distfiles="https://github.com/Governikus/AusweisApp2/releases/download/${version}/AusweisApp-${version}.tar.gz"
-checksum=f1eff8e9028539f6374045b31b1cef05f30814900c24acaf0451e9982a6be274
+checksum=eea45c57af0225ca224175b87767ede5739370f89d2cb8e0c4e64d22228ca4a5

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

* Re: AusweisApp2: update to 2.2.0.
  2024-07-08 14:51 [PR PATCH] AusweisApp2: update to 2.2.0 dataCobra
@ 2024-07-09 13:21 ` Johnnynator
  2024-07-10 11:07 ` [PR PATCH] [Updated] " dataCobra
  2024-07-16  5:42 ` [PR PATCH] [Closed]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2024-07-09 13:21 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/51151#issuecomment-2217730567

Comment:
The package most likely needs `qt6-declarative-host-tools` in `hostmakedepends` (judging by the build error, did not test)

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

* Re: [PR PATCH] [Updated] AusweisApp2: update to 2.2.0.
  2024-07-08 14:51 [PR PATCH] AusweisApp2: update to 2.2.0 dataCobra
  2024-07-09 13:21 ` Johnnynator
@ 2024-07-10 11:07 ` dataCobra
  2024-07-16  5:42 ` [PR PATCH] [Closed]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: dataCobra @ 2024-07-10 11:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages ausweisapp2
https://github.com/void-linux/void-packages/pull/51151

AusweisApp2: update to 2.2.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### 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):
  - x86_64-musl
  - i686


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

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

From 2c37cefd78baaf44a3466a775864266fd0c93f3a Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Wed, 10 Jul 2024 13:06:37 +0200
Subject: [PATCH] AusweisApp2: update to 2.2.0.

---
 srcpkgs/AusweisApp2/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/AusweisApp2/template b/srcpkgs/AusweisApp2/template
index d901d34cfc53ac..896b6971a9d513 100644
--- a/srcpkgs/AusweisApp2/template
+++ b/srcpkgs/AusweisApp2/template
@@ -1,15 +1,16 @@
 # Template file for 'AusweisApp2'
 pkgname=AusweisApp2
-version=2.0.0
+version=2.2.0
 revision=1
 build_style=cmake
 build_helper=qemu
-hostmakedepends="pkg-config qt6-base-devel qt6-tools qt6-shadertools"
-makedepends="qt6-base-devel qt6-svg-devel qt6-websockets-devel
+hostmakedepends="pkg-config qt6-base-devel qt6-tools qt6-shadertools
+ qt6-declarative-host-tools"
+makedepends="qt6-base-devel qt6-base-private-devel qt6-svg-devel qt6-websockets-devel
  qt6-declarative-devel qt6-scxml-devel qt6-shadertools-devel openssl-devel pcsclite-devel"
 short_desc="Official authentication app for German ID cards and residence permits"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="EUPL-1.2"
 homepage="https://www.ausweisapp.bund.de"
 distfiles="https://github.com/Governikus/AusweisApp2/releases/download/${version}/AusweisApp-${version}.tar.gz"
-checksum=f1eff8e9028539f6374045b31b1cef05f30814900c24acaf0451e9982a6be274
+checksum=eea45c57af0225ca224175b87767ede5739370f89d2cb8e0c4e64d22228ca4a5

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

* Re: [PR PATCH] [Closed]: AusweisApp2: update to 2.2.0.
  2024-07-08 14:51 [PR PATCH] AusweisApp2: update to 2.2.0 dataCobra
  2024-07-09 13:21 ` Johnnynator
  2024-07-10 11:07 ` [PR PATCH] [Updated] " dataCobra
@ 2024-07-16  5:42 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-07-16  5:42 UTC (permalink / raw)
  To: ml

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

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

AusweisApp2: update to 2.2.0.
https://github.com/void-linux/void-packages/pull/51151

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

#### 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):
  - x86_64-musl
  - i686


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-08 14:51 [PR PATCH] AusweisApp2: update to 2.2.0 dataCobra
2024-07-09 13:21 ` Johnnynator
2024-07-10 11:07 ` [PR PATCH] [Updated] " dataCobra
2024-07-16  5: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).