* [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1
@ 2023-01-10 20:15 realcharmer
2023-01-10 20:23 ` [PR PATCH] [Updated] " realcharmer
` (57 more replies)
0 siblings, 58 replies; 59+ messages in thread
From: realcharmer @ 2023-01-10 20:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 681 bytes --]
There is a new pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.21.1, libdatovka-0.2.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 2796 bytes --]
From 21afc80970635fea8f9fdb42627b910cc21041d9 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.2.1
---
common/shlibs | 1 +
srcpkgs/libdatovka/template | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index d80771f9f719..b7b514a010e7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4222,3 +4222,4 @@ libIlmThread-3_1.so.30 libopenexr-3.1.5_1
libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
+libdatovka.so.2 datovka-4.21.1_1
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..69241e7efbc0
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,19 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.2.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="automake gettext-devel libtool libcurl-devel pkg-config
+ expat-devel libxslt-devel libgcrypt-devel gpgme-devel"
+configure_args="--disable-doc --enable-openssl-backend --disable-static
+ --with-libcurl --enable-curlreauthorizationbug"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL3"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=12735207c2ab7c2ce0ce342884dab3ce32b9cded84e529ba7ce072f68ac05fda
+
+pre_configure() {
+ autoreconf -fi
+}
From af48211ae10e144b7fe41db72dd80bd747400547 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.21.1
---
srcpkgs/datovka/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..0b8661cfb181
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,14 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.21.1
+revision=1
+build_style=qmake
+hostmakedepends="libdatovka pkg-config qt5-qmake qt5-websockets-devel
+ qt5-svg-devel libxml2-devel"
+depends="libdatovka hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f0ec25d0d19d8a56b806a2ef432c9aefb65db3d6b433f0e0cec4c4abcd2ef06c
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
@ 2023-01-10 20:23 ` realcharmer
2023-01-10 20:26 ` realcharmer
` (56 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-10 20:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.21.1, libdatovka-0.2.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 2810 bytes --]
From 034dbc6246cfff121a0b47ed5e9e780a3dffd23f Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.2.1
---
common/shlibs | 1 +
srcpkgs/libdatovka/template | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index d80771f9f719..b7b514a010e7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4222,3 +4222,4 @@ libIlmThread-3_1.so.30 libopenexr-3.1.5_1
libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
+libdatovka.so.2 datovka-4.21.1_1
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..6b7fed20c2eb
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,19 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.2.1
+revision=1
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static
+ --with-libcurl --enable-curlreauthorizationbug"
+hostmakedepends="automake gettext-devel libtool libcurl-devel pkg-config
+ expat-devel libxslt-devel libgcrypt-devel gpgme-devel openssl-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL3"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=12735207c2ab7c2ce0ce342884dab3ce32b9cded84e529ba7ce072f68ac05fda
+
+pre_configure() {
+ autoreconf -fi
+}
From b394ffcb92f0e7aa9ce69b32d7a774aa46bd046c Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.21.1
---
srcpkgs/datovka/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..0b8661cfb181
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,14 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.21.1
+revision=1
+build_style=qmake
+hostmakedepends="libdatovka pkg-config qt5-qmake qt5-websockets-devel
+ qt5-svg-devel libxml2-devel"
+depends="libdatovka hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f0ec25d0d19d8a56b806a2ef432c9aefb65db3d6b433f0e0cec4c4abcd2ef06c
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
2023-01-10 20:23 ` [PR PATCH] [Updated] " realcharmer
@ 2023-01-10 20:26 ` realcharmer
2023-01-10 20:35 ` realcharmer
` (55 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-10 20:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.21.1, libdatovka-0.2.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 2822 bytes --]
From 5a691e075b09e176a5d1536d7d827df776310e24 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.2.1
---
common/shlibs | 1 +
srcpkgs/libdatovka/template | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index d80771f9f719..b7b514a010e7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4222,3 +4222,4 @@ libIlmThread-3_1.so.30 libopenexr-3.1.5_1
libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
+libdatovka.so.2 datovka-4.21.1_1
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..fb1e792e6f0e
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,19 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.2.1
+revision=1
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static
+ --with-libcurl --enable-curlreauthorizationbug"
+hostmakedepends="automake gettext-devel libtool libcurl-devel pkg-config
+ expat-devel libxslt-devel libgcrypt-devel gpgme-devel openssl-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=12735207c2ab7c2ce0ce342884dab3ce32b9cded84e529ba7ce072f68ac05fda
+
+pre_configure() {
+ autoreconf -fi
+}
From 60b8e8f9c311966df422074ce8ac4ce4765a2b5e Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.21.1
---
srcpkgs/datovka/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..0b8661cfb181
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,14 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.21.1
+revision=1
+build_style=qmake
+hostmakedepends="libdatovka pkg-config qt5-qmake qt5-websockets-devel
+ qt5-svg-devel libxml2-devel"
+depends="libdatovka hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f0ec25d0d19d8a56b806a2ef432c9aefb65db3d6b433f0e0cec4c4abcd2ef06c
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
2023-01-10 20:23 ` [PR PATCH] [Updated] " realcharmer
2023-01-10 20:26 ` realcharmer
@ 2023-01-10 20:35 ` realcharmer
2023-01-10 21:58 ` kruceter
` (54 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-10 20:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.21.1, libdatovka-0.2.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 2839 bytes --]
From 19cdefcfb6437684f09b66ae155d6295d578f884 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.2.1
---
common/shlibs | 1 +
srcpkgs/libdatovka/template | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index d80771f9f719..b7b514a010e7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4222,3 +4222,4 @@ libIlmThread-3_1.so.30 libopenexr-3.1.5_1
libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
+libdatovka.so.2 datovka-4.21.1_1
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..bed76f3f5e5e
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,20 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.2.1
+revision=1
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static
+ --with-libcurl --enable-curlreauthorizationbug"
+hostmakedepends="automake pkg-config libtool gettext-devel libcurl-devel
+ expat-devel libxslt-devel libgcrypt-devel gpgme-devel openssl-devel
+ libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=12735207c2ab7c2ce0ce342884dab3ce32b9cded84e529ba7ce072f68ac05fda
+
+pre_configure() {
+ autoreconf -fi
+}
From f0c543a2b5a6db1c8566229c4a01e84f3c998289 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.21.1
---
srcpkgs/datovka/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..0b8661cfb181
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,14 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.21.1
+revision=1
+build_style=qmake
+hostmakedepends="libdatovka pkg-config qt5-qmake qt5-websockets-devel
+ qt5-svg-devel libxml2-devel"
+depends="libdatovka hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f0ec25d0d19d8a56b806a2ef432c9aefb65db3d6b433f0e0cec4c4abcd2ef06c
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (2 preceding siblings ...)
2023-01-10 20:35 ` realcharmer
@ 2023-01-10 21:58 ` kruceter
2023-01-10 21:59 ` kruceter
` (53 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: kruceter @ 2023-01-10 21:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 363 bytes --]
New comment by kruceter on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1377946069
Comment:
Fix for libdatovka:
[0001-fixup-New-package-libdatovka-0.2.1.txt](https://github.com/void-linux/void-packages/files/10387136/0001-fixup-New-package-libdatovka-0.2.1.txt)
Built on x86_64-musl and arm7l-musl (cross).
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (3 preceding siblings ...)
2023-01-10 21:58 ` kruceter
@ 2023-01-10 21:59 ` kruceter
2023-01-10 22:04 ` Chocimier
` (52 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: kruceter @ 2023-01-10 21:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 364 bytes --]
New comment by kruceter on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1377946069
Comment:
Fix for libdatovka:
[0001-fixup-New-package-libdatovka-0.2.1.txt](https://github.com/void-linux/void-packages/files/10387136/0001-fixup-New-package-libdatovka-0.2.1.txt)
Built on x86_64-musl and armv7l-musl (cross).
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (4 preceding siblings ...)
2023-01-10 21:59 ` kruceter
@ 2023-01-10 22:04 ` Chocimier
2023-01-11 16:23 ` [PR PATCH] [Updated] " realcharmer
` (51 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: Chocimier @ 2023-01-10 22:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 885 bytes --]
New comment by Chocimier on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1377953590
Comment:
Please split `-devel` from library. `-devel`s go to makedepends, library needs gettext-devel-tools in hostmakedepends, application needs qt5-host-tools, then it cross-compiles. On musl it still fails with
> aarch64-linux-musl-c++ -c -g -O0 -std=c++11 -O2 -Wall -Wextra -fPIC -I. -I/usr/aarch64-linux-musl/usr/include/libxml2 -I../../.target-spec/linux-g++ -o main.o main.cpp
> In file included from main.cpp:11:
> /usr/aarch64-linux-musl/usr/include/libdatovka/isds.h:442:5: error: '_Bool' does not name a type; did you mean 'UBool'?
> 442 | _Bool *dbEffectiveOVM; /* Box has OVM role (§ 5a) */
discussed at <https://www.openwall.com/lists/musl/2017/07/28/1>, concluding that C and C++ polyglot headers are hard.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (5 preceding siblings ...)
2023-01-10 22:04 ` Chocimier
@ 2023-01-11 16:23 ` realcharmer
2023-01-11 16:41 ` realcharmer
` (50 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-11 16:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.21.1, libdatovka-0.2.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 2953 bytes --]
From b4e0565a24dd64f21244ceaa289682cbfc9a3cbe Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.2.1
---
common/shlibs | 1 +
srcpkgs/libdatovka/template | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index d80771f9f719..b7b514a010e7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4222,3 +4222,4 @@ libIlmThread-3_1.so.30 libopenexr-3.1.5_1
libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
+libdatovka.so.2 datovka-4.21.1_1
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..bb305b7b7532
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,25 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.2.1
+revision=1
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=12735207c2ab7c2ce0ce342884dab3ce32b9cded84e529ba7ce072f68ac05fda
+
+libdatovka_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From ae3c47d08ff5e94f30f55fa4b280122de80b6aef Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.21.1
---
srcpkgs/datovka/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..0b8661cfb181
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,14 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.21.1
+revision=1
+build_style=qmake
+hostmakedepends="libdatovka pkg-config qt5-qmake qt5-websockets-devel
+ qt5-svg-devel libxml2-devel"
+depends="libdatovka hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f0ec25d0d19d8a56b806a2ef432c9aefb65db3d6b433f0e0cec4c4abcd2ef06c
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (6 preceding siblings ...)
2023-01-11 16:23 ` [PR PATCH] [Updated] " realcharmer
@ 2023-01-11 16:41 ` realcharmer
2023-01-11 16:44 ` realcharmer
` (49 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-11 16:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.21.1, libdatovka-0.2.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3295 bytes --]
From 985b426f898d9f04f722a34853e942f89081bb00 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.2.1
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 25 +++++++++++++++++++++++++
3 files changed, 27 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index d80771f9f719..ab67807b785e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4222,3 +4222,4 @@ libIlmThread-3_1.so.30 libopenexr-3.1.5_1
libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
+libdatovka.so.2 libdatovka-4.21.1_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 000000000000..6d8d54570636
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..dac789767e92
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,25 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.2.1
+revision=1
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=12735207c2ab7c2ce0ce342884dab3ce32b9cded84e529ba7ce072f68ac05fda
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From 09298e5b7b716b5364c85428368be522e6fc864a Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.21.1
---
srcpkgs/datovka/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..dc3e9952bb00
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,14 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.21.1
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel"
+depends="libdatovka hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f0ec25d0d19d8a56b806a2ef432c9aefb65db3d6b433f0e0cec4c4abcd2ef06c
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (7 preceding siblings ...)
2023-01-11 16:41 ` realcharmer
@ 2023-01-11 16:44 ` realcharmer
2023-01-11 16:52 ` realcharmer
` (48 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-11 16:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 327 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1379133902
Comment:
Thanks for the tips. I've tried to implement all the suggestions, though `datovka` still fails to build and now complains about the missing `libdatovka` library. What have I missed?
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (8 preceding siblings ...)
2023-01-11 16:44 ` realcharmer
@ 2023-01-11 16:52 ` realcharmer
2023-01-11 16:56 ` kruceter
` (47 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-11 16:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 335 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1379133902
Comment:
Thanks for the tips. I've tried to implement all the suggestions, though `datovka` on musl still fails to build and now complains about the missing `libdatovka` library. What have I missed?
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (9 preceding siblings ...)
2023-01-11 16:52 ` realcharmer
@ 2023-01-11 16:56 ` kruceter
2023-01-11 16:58 ` realcharmer
` (46 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: kruceter @ 2023-01-11 16:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 517 bytes --]
New comment by kruceter on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1379161682
Comment:
> now complains about the missing `libdatovka` library
Refer to what Chocimier wrote above.
The build system attempts to compile `config.tests/libdatovka/main.cpp` to check its version.
However, it cannot do so due to the errors in the quote block related to `_Bool` used by `libdatovka`. I would rather restrict `libdatovka` to being glibc-only for the time being.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (10 preceding siblings ...)
2023-01-11 16:56 ` kruceter
@ 2023-01-11 16:58 ` realcharmer
2023-01-11 17:02 ` [PR PATCH] [Updated] " realcharmer
` (45 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-11 16:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 254 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1379166045
Comment:
Ahhh, I had the impression that your patch would fix musl build. Thanks, I'll restrict the package to glibc.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (11 preceding siblings ...)
2023-01-11 16:58 ` realcharmer
@ 2023-01-11 17:02 ` realcharmer
2023-01-11 17:10 ` [PR REVIEW] " kruceter
` (44 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-11 17:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.21.1, libdatovka-0.2.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3311 bytes --]
From b2838e1f9fb904fbe434194a24fe78c819962555 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.2.1
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 25 +++++++++++++++++++++++++
3 files changed, 27 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index d80771f9f719..d652b432b5c1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4222,3 +4222,4 @@ libIlmThread-3_1.so.30 libopenexr-3.1.5_1
libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
+libdatovka.so.2 libdatovka-0.2.1_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 000000000000..6d8d54570636
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..dac789767e92
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,25 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.2.1
+revision=1
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=12735207c2ab7c2ce0ce342884dab3ce32b9cded84e529ba7ce072f68ac05fda
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From dc31a6eff8906d3646cf3985ac6e79b177e8ddc1 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.21.1
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..4f4430c03ce5
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.21.1
+revision=1
+archs="*-musl"
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel"
+depends="libdatovka hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f0ec25d0d19d8a56b806a2ef432c9aefb65db3d6b433f0e0cec4c4abcd2ef06c
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR REVIEW] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (12 preceding siblings ...)
2023-01-11 17:02 ` [PR PATCH] [Updated] " realcharmer
@ 2023-01-11 17:10 ` kruceter
2023-01-11 17:10 ` kruceter
` (43 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: kruceter @ 2023-01-11 17:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 339 bytes --]
New review comment by kruceter on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#discussion_r1067251308
Comment:
```suggestion
archs="~*-musl"
```
Prepend tilde to exclude musl. According to `Manual.md`,
```markdown
Prepending pattern with tilde means disallowing build on indicated archs.
```
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR REVIEW] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (13 preceding siblings ...)
2023-01-11 17:10 ` [PR REVIEW] " kruceter
@ 2023-01-11 17:10 ` kruceter
2023-01-11 17:11 ` [PR PATCH] [Updated] " realcharmer
` (42 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: kruceter @ 2023-01-11 17:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 295 bytes --]
New review comment by kruceter on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#discussion_r1067248252
Comment:
```suggestion
depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
```
xbps-src adds it automatically when generating the package.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (14 preceding siblings ...)
2023-01-11 17:10 ` kruceter
@ 2023-01-11 17:11 ` realcharmer
2023-01-11 17:12 ` [PR REVIEW] " realcharmer
` (41 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-11 17:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.21.1, libdatovka-0.2.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3404 bytes --]
From 22ac3ee1280996beb0fbc4216232b719f786a273 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.2.1
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 29 +++++++++++++++++++++++++++++
3 files changed, 31 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index d80771f9f719..d652b432b5c1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4222,3 +4222,4 @@ libIlmThread-3_1.so.30 libopenexr-3.1.5_1
libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
+libdatovka.so.2 libdatovka-0.2.1_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 000000000000..6d8d54570636
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..e8191110a1aa
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,29 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.2.1
+revision=1
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=12735207c2ab7c2ce0ce342884dab3ce32b9cded84e529ba7ce072f68ac05fda
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
+
+post_install() {
+ vlicense COPYING
+}
From a7681e44eb55304fe8b4c6c7496001ad3df53ab4 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.21.1
---
srcpkgs/datovka/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..1085034f5506
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,19 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.21.1
+revision=1
+archs="~*-musl"
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel"
+depends="libdatovka hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f0ec25d0d19d8a56b806a2ef432c9aefb65db3d6b433f0e0cec4c4abcd2ef06c
+
+post_install() {
+ vlicense COPYING
+}
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR REVIEW] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (15 preceding siblings ...)
2023-01-11 17:11 ` [PR PATCH] [Updated] " realcharmer
@ 2023-01-11 17:12 ` realcharmer
2023-01-11 17:13 ` [PR PATCH] [Updated] " realcharmer
` (40 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-11 17:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 196 bytes --]
New review comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#discussion_r1067254330
Comment:
Alright. It is a runtime dependency as well.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (16 preceding siblings ...)
2023-01-11 17:12 ` [PR REVIEW] " realcharmer
@ 2023-01-11 17:13 ` realcharmer
2023-01-11 17:15 ` realcharmer
` (39 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-11 17:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.21.1, libdatovka-0.2.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3393 bytes --]
From 22ac3ee1280996beb0fbc4216232b719f786a273 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.2.1
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 29 +++++++++++++++++++++++++++++
3 files changed, 31 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index d80771f9f719..d652b432b5c1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4222,3 +4222,4 @@ libIlmThread-3_1.so.30 libopenexr-3.1.5_1
libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
+libdatovka.so.2 libdatovka-0.2.1_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 000000000000..6d8d54570636
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..e8191110a1aa
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,29 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.2.1
+revision=1
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=12735207c2ab7c2ce0ce342884dab3ce32b9cded84e529ba7ce072f68ac05fda
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
+
+post_install() {
+ vlicense COPYING
+}
From 37b0feb41c4cb3296a1712211ee5a0631e3348bb Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.21.1
---
srcpkgs/datovka/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..28c5262270a5
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,19 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.21.1
+revision=1
+archs="~*-musl"
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f0ec25d0d19d8a56b806a2ef432c9aefb65db3d6b433f0e0cec4c4abcd2ef06c
+
+post_install() {
+ vlicense COPYING
+}
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (17 preceding siblings ...)
2023-01-11 17:13 ` [PR PATCH] [Updated] " realcharmer
@ 2023-01-11 17:15 ` realcharmer
2023-01-11 18:31 ` [PR REVIEW] " kruceter
` (38 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-11 17:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.21.1, libdatovka-0.2.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3301 bytes --]
From 2000697c409ce6d20e84d94ae643adf3ad10ca5d Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.2.1
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 25 +++++++++++++++++++++++++
3 files changed, 27 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index d80771f9f719..d652b432b5c1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4222,3 +4222,4 @@ libIlmThread-3_1.so.30 libopenexr-3.1.5_1
libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
+libdatovka.so.2 libdatovka-0.2.1_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 000000000000..6d8d54570636
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..dac789767e92
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,25 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.2.1
+revision=1
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=12735207c2ab7c2ce0ce342884dab3ce32b9cded84e529ba7ce072f68ac05fda
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From c639905a6dfd2e19f4d96ceabadebfb585d95e6c Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.21.1
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..6a120146f651
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.21.1
+revision=1
+archs="~*-musl"
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f0ec25d0d19d8a56b806a2ef432c9aefb65db3d6b433f0e0cec4c4abcd2ef06c
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR REVIEW] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (18 preceding siblings ...)
2023-01-11 17:15 ` realcharmer
@ 2023-01-11 18:31 ` kruceter
2023-01-11 18:31 ` kruceter
` (37 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: kruceter @ 2023-01-11 18:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 268 bytes --]
New review comment by kruceter on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#discussion_r1067319754
Comment:
Please move `archs` to `libdatovka`.
My apologies for missing it earlier, did not pay attention to the package name.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR REVIEW] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (19 preceding siblings ...)
2023-01-11 18:31 ` [PR REVIEW] " kruceter
@ 2023-01-11 18:31 ` kruceter
2023-01-11 19:14 ` [PR PATCH] [Updated] " realcharmer
` (36 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: kruceter @ 2023-01-11 18:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 408 bytes --]
New review comment by kruceter on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#discussion_r1067327315
Comment:
```suggestion
makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
quazip-devel"
```
Just noticed that it uses bundled quazip (see build logs) when the repository already has one.
Could you try to build with `quazip-devel`?
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (20 preceding siblings ...)
2023-01-11 18:31 ` kruceter
@ 2023-01-11 19:14 ` realcharmer
2023-01-11 19:15 ` [PR REVIEW] " realcharmer
` (35 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-11 19:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.21.1, libdatovka-0.2.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3317 bytes --]
From 2b523e012d1edf23f7b3a623714add2e5eddfb5c Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.2.1
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index d80771f9f719..d652b432b5c1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4222,3 +4222,4 @@ libIlmThread-3_1.so.30 libopenexr-3.1.5_1
libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
+libdatovka.so.2 libdatovka-0.2.1_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 000000000000..6d8d54570636
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..4735c82e530a
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.2.1
+revision=1
+archs="~*-musl"
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=12735207c2ab7c2ce0ce342884dab3ce32b9cded84e529ba7ce072f68ac05fda
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From f2cce210aad86dc2cfc29c510a7f2219d54a280f Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.21.1
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..3ec88adae157
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.21.1
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f0ec25d0d19d8a56b806a2ef432c9aefb65db3d6b433f0e0cec4c4abcd2ef06c
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR REVIEW] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (21 preceding siblings ...)
2023-01-11 19:14 ` [PR PATCH] [Updated] " realcharmer
@ 2023-01-11 19:15 ` realcharmer
2023-01-19 18:32 ` realcharmer
` (34 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-11 19:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 185 bytes --]
New review comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#discussion_r1067369361
Comment:
It builds locally without issues.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (22 preceding siblings ...)
2023-01-11 19:15 ` [PR REVIEW] " realcharmer
@ 2023-01-19 18:32 ` realcharmer
2023-02-21 14:24 ` [PR PATCH] [Updated] " realcharmer
` (33 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-01-19 18:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 579 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1397431351
Comment:
> Personally I see nothing wrong with this package, but I am afraid I am not the one to make the decision to merge this pull request.
I understand. Perhaps @paper42 might be interested in this package, as it might be relevant for both of us.
> Since you will have to wait for a while, I have a suggestion for you to ask upstream to make libdatovka work on musl.
Good idea, I'll bring it up when speaking with the developers.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (23 preceding siblings ...)
2023-01-19 18:32 ` realcharmer
@ 2023-02-21 14:24 ` realcharmer
2023-02-21 14:25 ` realcharmer
` (32 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-02-21 14:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.21.1, libdatovka-0.2.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3329 bytes --]
From 0dd2aaa19cf77f118cad8d609f2a216b73b09482 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.2.1
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 25 +++++++++++++++++++++++++
3 files changed, 27 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index 2028226606bc..88e9b153f23f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4228,3 +4228,4 @@ libdate-tz.so.3 chrono-date-3.0.1_1
libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
+libdatovka.so.4 libdatovka-0.3.0_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 000000000000..6d8d54570636
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..afb7ae45b991
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,25 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.3.0
+revision=1
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=c69905a1be69774a6956a8145c1631d453de162caaef1769c692501c2340261b
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From 2c57c0d1937ab275b4d2b2068032959350b85f90 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.22.0
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..2a7ccb4e64f3
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.22.0
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=4390b04a3308041d668b792c276a497f492f84013644fcc66653d4480bc19489
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.21.1, libdatovka-0.2.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (24 preceding siblings ...)
2023-02-21 14:24 ` [PR PATCH] [Updated] " realcharmer
@ 2023-02-21 14:25 ` realcharmer
2023-02-21 14:31 ` [PR PATCH] [Updated] New packages: datovka-4.22.0, libdatovka-0.3.0 realcharmer
` (31 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-02-21 14:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.21.1, libdatovka-0.2.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3329 bytes --]
From 6610825496e270e1911aa7ef30e9cbce89a9ae92 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.3.0
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 25 +++++++++++++++++++++++++
3 files changed, 27 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index 2028226606bc..88e9b153f23f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4228,3 +4228,4 @@ libdate-tz.so.3 chrono-date-3.0.1_1
libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
+libdatovka.so.4 libdatovka-0.3.0_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 000000000000..6d8d54570636
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..afb7ae45b991
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,25 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.3.0
+revision=1
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=c69905a1be69774a6956a8145c1631d453de162caaef1769c692501c2340261b
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From 521687e01341f25ac891ae322fe5c6ca3e5e503a Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.22.0
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..2a7ccb4e64f3
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.22.0
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=4390b04a3308041d668b792c276a497f492f84013644fcc66653d4480bc19489
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.22.0, libdatovka-0.3.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (25 preceding siblings ...)
2023-02-21 14:25 ` realcharmer
@ 2023-02-21 14:31 ` realcharmer
2023-02-21 14:33 ` realcharmer
` (30 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-02-21 14:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.22.0, libdatovka-0.3.0
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3347 bytes --]
From e84e933c39200e62bd0befe3bdb3f56438fc77f5 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.3.0
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index 2028226606bc..88e9b153f23f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4228,3 +4228,4 @@ libdate-tz.so.3 chrono-date-3.0.1_1
libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
+libdatovka.so.4 libdatovka-0.3.0_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 000000000000..6d8d54570636
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..99d6e80938e8
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.3.0
+revision=1
+archs="~*-musl"
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=c69905a1be69774a6956a8145c1631d453de162caaef1769c692501c2340261b
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From 5e97f023b4078f40321ab03a59a090394048e32e Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.22.0
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..2a7ccb4e64f3
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.22.0
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=4390b04a3308041d668b792c276a497f492f84013644fcc66653d4480bc19489
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.22.0, libdatovka-0.3.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (26 preceding siblings ...)
2023-02-21 14:31 ` [PR PATCH] [Updated] New packages: datovka-4.22.0, libdatovka-0.3.0 realcharmer
@ 2023-02-21 14:33 ` realcharmer
2023-04-02 17:18 ` [PR PATCH] [Updated] " realcharmer
` (29 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-02-21 14:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 248 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1438592888
Comment:
I have updated both packages to new release versions. *libdatovka* seems to still be broken on *musl*.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.22.0, libdatovka-0.3.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (27 preceding siblings ...)
2023-02-21 14:33 ` realcharmer
@ 2023-04-02 17:18 ` realcharmer
2023-05-30 14:12 ` realcharmer
` (28 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-04-02 17:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.22.0, libdatovka-0.3.0
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3347 bytes --]
From 950eb704389ceec15a643292adaa072998b4c07d Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.3.0
---
| 1 +
| 1 +
| 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
--git a/common/shlibs b/common/shlibs
index ddd0a3266a36..94db101d7746 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4240,3 +4240,4 @@ libdate-tz.so.3 chrono-date-3.0.1_1
libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
+libdatovka.so.4 libdatovka-0.3.0_1
--git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 000000000000..6d8d54570636
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
--git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..99d6e80938e8
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.3.0
+revision=1
+archs="~*-musl"
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=c69905a1be69774a6956a8145c1631d453de162caaef1769c692501c2340261b
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From 2c036accf6ab9bd1209d7b7dcee4ba24eecf81ba Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.22.0
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..2a7ccb4e64f3
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.22.0
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=4390b04a3308041d668b792c276a497f492f84013644fcc66653d4480bc19489
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.22.0, libdatovka-0.3.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (28 preceding siblings ...)
2023-04-02 17:18 ` [PR PATCH] [Updated] " realcharmer
@ 2023-05-30 14:12 ` realcharmer
2023-05-30 14:13 ` realcharmer
` (27 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-05-30 14:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.22.0, libdatovka-0.3.0
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3328 bytes --]
From ea80cfbe4ff26de9521eef4f3b091d2abccadd76 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.3.0
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index f1e825819fb4..71deb15532aa 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4246,3 +4246,4 @@ libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
libplayerctl.so.2 playerctl-2.4.1_1
libwireplumber-0.4.so.0 wireplumber-0.4.14_1
libjodycode.so.2 libjodycode-2.0.1_1
+libdatovka.so.4 libdatovka-0.3.0_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 000000000000..6d8d54570636
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..99d6e80938e8
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.3.0
+revision=1
+archs="~*-musl"
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=c69905a1be69774a6956a8145c1631d453de162caaef1769c692501c2340261b
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From 634926fee49b3ccc0c41117d62a653a133d9c6c6 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.22.1
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..6effe26a6439
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.22.1
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f7b043d2f887951a9719e8c8d1b1585cc716dbea3474a09bf1fd2667d63a2fdc
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.22.0, libdatovka-0.3.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (29 preceding siblings ...)
2023-05-30 14:12 ` realcharmer
@ 2023-05-30 14:13 ` realcharmer
2023-06-19 10:22 ` [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.3.0 realcharmer
` (26 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-05-30 14:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 214 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1568511586
Comment:
Rebased to current master and updated `datovka` to version `4.22.1`.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.3.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (30 preceding siblings ...)
2023-05-30 14:13 ` realcharmer
@ 2023-06-19 10:22 ` realcharmer
2023-06-19 10:23 ` realcharmer
` (25 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-06-19 10:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.22.1, libdatovka-0.3.0
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3306 bytes --]
From 3e54f658f8adf4e7cb4c3ff36a2e6f36dea870cb Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.3.0
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index c293ac460c08..a345b8e1a649 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4272,3 +4272,4 @@ libplayerctl.so.2 playerctl-2.4.1_1
libwireplumber-0.4.so.0 wireplumber-0.4.14_1
libjodycode.so.2 libjodycode-2.0.1_1
libgsoapssl++-2.8.124.so gsoap-2.8.124_1
+libdatovka.so.4 libdatovka-0.3.0_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 000000000000..6d8d54570636
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 000000000000..99d6e80938e8
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.3.0
+revision=1
+archs="~*-musl"
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=c69905a1be69774a6956a8145c1631d453de162caaef1769c692501c2340261b
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From 6d59b5ca408f60ff984c2a2aca884b1a7f2025af Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.22.1
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 000000000000..6effe26a6439
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.22.1
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f7b043d2f887951a9719e8c8d1b1585cc716dbea3474a09bf1fd2667d63a2fdc
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.22.1, libdatovka-0.3.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (31 preceding siblings ...)
2023-06-19 10:22 ` [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.3.0 realcharmer
@ 2023-06-19 10:23 ` realcharmer
2023-06-19 10:23 ` realcharmer
` (24 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-06-19 10:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 184 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1596923896
Comment:
Resolved conflicts on `common/shlibs`.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.22.1, libdatovka-0.3.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (32 preceding siblings ...)
2023-06-19 10:23 ` realcharmer
@ 2023-06-19 10:23 ` realcharmer
2023-09-18 1:45 ` github-actions
` (23 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-06-19 10:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 196 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1596923896
Comment:
Resolved conflicts in `common/shlibs` on `master`.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.22.1, libdatovka-0.3.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (33 preceding siblings ...)
2023-06-19 10:23 ` realcharmer
@ 2023-09-18 1:45 ` github-actions
2023-09-20 10:00 ` [PR PATCH] [Updated] " realcharmer
` (22 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: github-actions @ 2023-09-18 1:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1722653705
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.3.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (34 preceding siblings ...)
2023-09-18 1:45 ` github-actions
@ 2023-09-20 10:00 ` realcharmer
2023-09-20 10:01 ` realcharmer
` (21 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-09-20 10:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.22.1, libdatovka-0.3.0
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3266 bytes --]
From bb3cab373466efe0dfd95bc7c8a5cb732d10fcff Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.3.0
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 25 +++++++++++++++++++++++++
3 files changed, 27 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index c9d59ef3b97ca..d3a7e9b2a29cb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4286,3 +4286,4 @@ libchafa.so.0 libchafa-1.12.5_1
libcppdap.so cppdap-1.58.0+a_1
libkeyfinder.so.2 libkeyfinder-2.2.7_1
libb64.so.0 libb64-1.2.1_1
+libdatovka.so.5 libdatovka-0.4.0_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 0000000000000..6d8d545706361
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 0000000000000..8f3c555491a56
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,25 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.4.0
+revision=1
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=13ef1ccdb7b14a4482354003d6d30b5589c1f8586a9bfde045ee605d1d754b81
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From c4ff1e44dd4edd0f2d4fba15166bcfb8c652bc91 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.22.1
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 0000000000000..6effe26a64393
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.22.1
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f7b043d2f887951a9719e8c8d1b1585cc716dbea3474a09bf1fd2667d63a2fdc
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.3.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (35 preceding siblings ...)
2023-09-20 10:00 ` [PR PATCH] [Updated] " realcharmer
@ 2023-09-20 10:01 ` realcharmer
2023-09-20 10:11 ` [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.4.0 realcharmer
` (20 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-09-20 10:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.22.1, libdatovka-0.3.0
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3266 bytes --]
From f5f68c4de8bcaa70f91bdf7c96b2f9df2ab99c9d Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.4.0
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 25 +++++++++++++++++++++++++
3 files changed, 27 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index c9d59ef3b97ca..d3a7e9b2a29cb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4286,3 +4286,4 @@ libchafa.so.0 libchafa-1.12.5_1
libcppdap.so cppdap-1.58.0+a_1
libkeyfinder.so.2 libkeyfinder-2.2.7_1
libb64.so.0 libb64-1.2.1_1
+libdatovka.so.5 libdatovka-0.4.0_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 0000000000000..6d8d545706361
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 0000000000000..8f3c555491a56
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,25 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.4.0
+revision=1
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=13ef1ccdb7b14a4482354003d6d30b5589c1f8586a9bfde045ee605d1d754b81
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From 347c33cc169af4cfd44f852fa028ec1390bef4f5 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.22.1
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 0000000000000..6effe26a64393
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.22.1
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f7b043d2f887951a9719e8c8d1b1585cc716dbea3474a09bf1fd2667d63a2fdc
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.4.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (36 preceding siblings ...)
2023-09-20 10:01 ` realcharmer
@ 2023-09-20 10:11 ` realcharmer
2023-09-20 10:11 ` realcharmer
` (19 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-09-20 10:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.22.1, libdatovka-0.4.0
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3284 bytes --]
From d1980f0caae443fcf12523f650bc8493cb94ed04 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.4.0
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index c9d59ef3b97ca..d3a7e9b2a29cb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4286,3 +4286,4 @@ libchafa.so.0 libchafa-1.12.5_1
libcppdap.so cppdap-1.58.0+a_1
libkeyfinder.so.2 libkeyfinder-2.2.7_1
libb64.so.0 libb64-1.2.1_1
+libdatovka.so.5 libdatovka-0.4.0_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 0000000000000..6d8d545706361
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 0000000000000..92b5fdbd2fc76
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.4.0
+revision=1
+archs="~*-musl"
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=13ef1ccdb7b14a4482354003d6d30b5589c1f8586a9bfde045ee605d1d754b81
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From ab6f445648f8187aa92c22ed38a8f7220598d05d Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.22.1
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 0000000000000..6effe26a64393
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.22.1
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f7b043d2f887951a9719e8c8d1b1585cc716dbea3474a09bf1fd2667d63a2fdc
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.22.1, libdatovka-0.4.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (37 preceding siblings ...)
2023-09-20 10:11 ` [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.4.0 realcharmer
@ 2023-09-20 10:11 ` realcharmer
2023-11-09 11:28 ` [PR PATCH] [Updated] " realcharmer
` (18 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-09-20 10:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 186 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1727407632
Comment:
Updated `libdatovka` to version `0.4.0`.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.4.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (38 preceding siblings ...)
2023-09-20 10:11 ` realcharmer
@ 2023-11-09 11:28 ` realcharmer
2023-11-09 14:40 ` [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.5.1 realcharmer
` (17 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-11-09 11:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.22.1, libdatovka-0.4.0
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3285 bytes --]
From b2f1d90335edee629c7ba83b3aeeff8303747feb Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.5.1
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 25 +++++++++++++++++++++++++
3 files changed, 27 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index 36ddac17b0257..9283d3d7ddf9f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4267,3 +4267,4 @@ libgrass_gproj.8.3.so grass-8.3.0_1
libgrass_imagery.8.3.so grass-8.3.0_1
libgrass_raster.8.3.so grass-8.3.0_1
libgrass_vector.8.3.so grass-8.3.0_1
+libdatovka.so.6 libdatovka-0.5.1_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 0000000000000..6d8d545706361
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 0000000000000..ee89955834f15
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,25 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.5.1
+revision=1
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=53f96ad870c594367638bd95e55a82c94a176c0d7f94f50a5402d35e69eadaf8
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From 854a682df6cf9e906644ad2cb1c9821ea6015f43 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.22.1
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 0000000000000..6effe26a64393
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.22.1
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f7b043d2f887951a9719e8c8d1b1585cc716dbea3474a09bf1fd2667d63a2fdc
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.5.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (39 preceding siblings ...)
2023-11-09 11:28 ` [PR PATCH] [Updated] " realcharmer
@ 2023-11-09 14:40 ` realcharmer
2023-11-09 14:41 ` realcharmer
` (16 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-11-09 14:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.22.1, libdatovka-0.5.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3303 bytes --]
From b356e20d625e139c6615439469636a80fd4001f2 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.5.1
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index 36ddac17b0257..9283d3d7ddf9f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4267,3 +4267,4 @@ libgrass_gproj.8.3.so grass-8.3.0_1
libgrass_imagery.8.3.so grass-8.3.0_1
libgrass_raster.8.3.so grass-8.3.0_1
libgrass_vector.8.3.so grass-8.3.0_1
+libdatovka.so.6 libdatovka-0.5.1_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 0000000000000..6d8d545706361
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 0000000000000..beb84fe8e0a6c
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.5.1
+revision=1
+archs="~*-musl"
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=53f96ad870c594367638bd95e55a82c94a176c0d7f94f50a5402d35e69eadaf8
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From ff72abb17bd14706fc8b5f346faf4a1416262450 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.22.1
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 0000000000000..6effe26a64393
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.22.1
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=f7b043d2f887951a9719e8c8d1b1585cc716dbea3474a09bf1fd2667d63a2fdc
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.22.1, libdatovka-0.5.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (40 preceding siblings ...)
2023-11-09 14:40 ` [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.5.1 realcharmer
@ 2023-11-09 14:41 ` realcharmer
2023-12-14 21:37 ` [PR PATCH] [Updated] " realcharmer
` (15 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-11-09 14:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 178 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1803959537
Comment:
Updated `libdatovka` to `0.5.1`.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.5.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (41 preceding siblings ...)
2023-11-09 14:41 ` realcharmer
@ 2023-12-14 21:37 ` realcharmer
2023-12-14 21:37 ` New packages: datovka-4.23.1, libdatovka-0.5.1 realcharmer
` (14 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-12-14 21:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.22.1, libdatovka-0.5.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3298 bytes --]
From f2f071cacd7b09eb5e126239240d3fef55fe7dd2 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.5.1
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index 66d0045a2898f..4873149f74632 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4277,3 +4277,4 @@ libdraco.so.8 draco-1.5.6_1
libpdal_base.so.15 libpdal-2.5.6_1
libpdal_util.so.15 libpdal-2.5.6_1
libdisplay-info.so.1 libdisplay-info-0.1.1_1
+libdatovka.so.6 libdatovka-0.5.1_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 0000000000000..6d8d545706361
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 0000000000000..beb84fe8e0a6c
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.5.1
+revision=1
+archs="~*-musl"
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=53f96ad870c594367638bd95e55a82c94a176c0d7f94f50a5402d35e69eadaf8
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From 4f7aca061adeae11c2515d10a4a66fb97184bd98 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.23.1
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 0000000000000..b60bb1cb36a42
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.23.1
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=b29717567c6c38a7b4effaddc0a7c24ac5bed6968089339585d7665ee8169018
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.23.1, libdatovka-0.5.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (42 preceding siblings ...)
2023-12-14 21:37 ` [PR PATCH] [Updated] " realcharmer
@ 2023-12-14 21:37 ` realcharmer
2024-03-14 1:44 ` github-actions
` (13 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2023-12-14 21:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 184 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1856673947
Comment:
Updated `datovka` to version `4.23.1`.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.23.1, libdatovka-0.5.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (43 preceding siblings ...)
2023-12-14 21:37 ` New packages: datovka-4.23.1, libdatovka-0.5.1 realcharmer
@ 2024-03-14 1:44 ` github-actions
2024-03-22 12:34 ` [PR PATCH] [Updated] " realcharmer
` (12 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: github-actions @ 2024-03-14 1:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-1996241488
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.23.1, libdatovka-0.5.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (44 preceding siblings ...)
2024-03-14 1:44 ` github-actions
@ 2024-03-22 12:34 ` realcharmer
2024-03-22 12:44 ` realcharmer
` (11 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2024-03-22 12:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.23.1, libdatovka-0.5.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3312 bytes --]
From aa89dd2ff69421c3bf299a90f5c82bf789ed9e2f Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.5.1
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index d3298e21003df2..e8a3f7a72b9f54 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4296,3 +4296,4 @@ libunicode_loader.so.0.4 libunicode-0.4.0_1
force-stage.so.0.1 void-force-stage-0.1_1
libliftoff.so.0 libliftoff-0.4.1_1
libscfg.so libscfg-0.1.1_1
+libdatovka.so.6 libdatovka-0.5.1_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 00000000000000..6d8d5457063615
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 00000000000000..8fde43b3130590
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.6.2
+revision=1
+#archs="~*-musl"
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=bbf0b0f3b95b8dc7f2fdb99a1f4a1dcf6ea2180e1300449acb67beb9e7700f8c
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From 61e78206db32a6b756150e167ac5810adb529f73 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.23.1
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 00000000000000..b60bb1cb36a426
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.23.1
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=b29717567c6c38a7b4effaddc0a7c24ac5bed6968089339585d7665ee8169018
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.23.1, libdatovka-0.5.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (45 preceding siblings ...)
2024-03-22 12:34 ` [PR PATCH] [Updated] " realcharmer
@ 2024-03-22 12:44 ` realcharmer
2024-03-22 12:45 ` realcharmer
` (10 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2024-03-22 12:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.23.1, libdatovka-0.5.1
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3311 bytes --]
From 0117611c626de57f979b37995360b1d451886f21 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.6.2
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index d3298e21003df2..355bc2a47e4603 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4296,3 +4296,4 @@ libunicode_loader.so.0.4 libunicode-0.4.0_1
force-stage.so.0.1 void-force-stage-0.1_1
libliftoff.so.0 libliftoff-0.4.1_1
libscfg.so libscfg-0.1.1_1
+libdatovka.so.6 libdatovka-0.6.2_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 00000000000000..6d8d5457063615
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 00000000000000..7a0a33e0bd41b4
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.6.2
+revision=1
+archs="~*-musl"
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=bbf0b0f3b95b8dc7f2fdb99a1f4a1dcf6ea2180e1300449acb67beb9e7700f8c
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From cebf1fa34c235c5e78bcc64d9f7fa568c2fd813d Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.23.6
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 00000000000000..aab015244e1e59
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.23.6
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=e1be14aee689418d68f5f1cf3fc4d2440490370d8d514d6850f0ec7e0c32a76a
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.23.1, libdatovka-0.5.1
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (46 preceding siblings ...)
2024-03-22 12:44 ` realcharmer
@ 2024-03-22 12:45 ` realcharmer
2024-04-25 11:12 ` [PR PATCH] [Updated] New packages: datovka-4.23.6, libdatovka-0.6.2 realcharmer
` (9 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2024-03-22 12:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 212 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-2015029407
Comment:
Updated `datovka` to version `4.23.6` and `libdatovka` to `0.6.2`.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.23.6, libdatovka-0.6.2
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (47 preceding siblings ...)
2024-03-22 12:45 ` realcharmer
@ 2024-04-25 11:12 ` realcharmer
2024-04-25 11:13 ` New packages: datovka-4.23.7, libdatovka-0.6.2 realcharmer
` (8 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2024-04-25 11:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.23.6, libdatovka-0.6.2
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3309 bytes --]
From 66e3c724445cb96964d145125f02a8d26991f701 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.6.2
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index 61a28fdc5b7436..b316fad701ff27 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4303,3 +4303,4 @@ libliftoff.so.0 libliftoff-0.4.1_1
libscfg.so libscfg-0.1.1_1
libmsgraph-0.so.1 msgraph-0.2.1_1
libgtk-session-lock.so.0 gtk-session-lock-0.2.0_1
+libdatovka.so.6 libdatovka-0.6.2_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 00000000000000..6d8d5457063615
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 00000000000000..7a0a33e0bd41b4
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.6.2
+revision=1
+archs="~*-musl"
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=bbf0b0f3b95b8dc7f2fdb99a1f4a1dcf6ea2180e1300449acb67beb9e7700f8c
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From 9cf4fcdac3e5c5e1dc0577017519210420a79ad1 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.23.7
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 00000000000000..2ac799002f6411
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.23.7
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=579c45a17eceaa0ae4d54177e8a815459d1013e0c3682bafb5007a83ed6ef3fc
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.23.7, libdatovka-0.6.2
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (48 preceding siblings ...)
2024-04-25 11:12 ` [PR PATCH] [Updated] New packages: datovka-4.23.6, libdatovka-0.6.2 realcharmer
@ 2024-04-25 11:13 ` realcharmer
2024-04-25 11:14 ` [PR PATCH] [Updated] " realcharmer
` (7 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2024-04-25 11:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 184 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-2076939722
Comment:
Updated `datovka` to version `4.23.7`.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.23.7, libdatovka-0.6.2
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (49 preceding siblings ...)
2024-04-25 11:13 ` New packages: datovka-4.23.7, libdatovka-0.6.2 realcharmer
@ 2024-04-25 11:14 ` realcharmer
2024-07-25 1:51 ` github-actions
` (6 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2024-04-25 11:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.23.7, libdatovka-0.6.2
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3322 bytes --]
From c2197cc439e9bc1ec6bdcdd40cb42dc0e8626edb Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.6.2
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index 62f7661d75fd07..6e1ae07c9dd122 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4305,3 +4305,4 @@ libmsgraph-0.so.1 msgraph-0.2.1_1
libgtk-session-lock.so.0 gtk-session-lock-0.2.0_1
libcamera.so.0.2 libcamera-0.2.0_1
libcamera-base.so.0.2 libcamera-0.2.0_1
+libdatovka.so.6 libdatovka-0.6.2_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 00000000000000..6d8d5457063615
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 00000000000000..7a0a33e0bd41b4
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.6.2
+revision=1
+archs="~*-musl"
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=bbf0b0f3b95b8dc7f2fdb99a1f4a1dcf6ea2180e1300449acb67beb9e7700f8c
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From a5608858a74eb1560721d8f71e96a8544519c1e0 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.23.7
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 00000000000000..2ac799002f6411
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.23.7
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=579c45a17eceaa0ae4d54177e8a815459d1013e0c3682bafb5007a83ed6ef3fc
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.23.7, libdatovka-0.6.2
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (50 preceding siblings ...)
2024-04-25 11:14 ` [PR PATCH] [Updated] " realcharmer
@ 2024-07-25 1:51 ` github-actions
2024-07-26 5:23 ` realcharmer
` (5 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: github-actions @ 2024-07-25 1:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-2249206267
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.23.7, libdatovka-0.6.2
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (51 preceding siblings ...)
2024-07-25 1:51 ` github-actions
@ 2024-07-26 5:23 ` realcharmer
2024-07-26 5:29 ` [PR PATCH] [Updated] " realcharmer
` (4 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2024-07-26 5:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 201 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-2251996822
Comment:
Still waiting for merge. Bumping `datovka` to `4.24.0`.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.23.7, libdatovka-0.6.2
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (52 preceding siblings ...)
2024-07-26 5:23 ` realcharmer
@ 2024-07-26 5:29 ` realcharmer
2024-10-25 1:59 ` New packages: datovka-4.24.0, libdatovka-0.6.2 github-actions
` (3 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2024-07-26 5:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.23.7, libdatovka-0.6.2
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3335 bytes --]
From 6bb70e3c5eb794af78e1b864327d10cea49084ae Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.6.2
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index 4131964398e40f..d11e7d8b5f675d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4517,3 +4517,4 @@ libKPim6MimeTreeParserWidgets.so.6 mimetreeparser-24.02.0_1
libopenrazer.so.0 libopenrazer-0.2.0_1
libstaroffice-0.0.so.0 libstaroffice-0.0.7_1
libbox2d.so.2 box2d-2.4.1_1
+libdatovka.so.6 libdatovka-0.6.2_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 00000000000000..6d8d5457063615
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 00000000000000..7a0a33e0bd41b4
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.6.2
+revision=1
+archs="~*-musl"
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://secure.nic.cz/files/datove_schranky/libdatovka/libdatovka-${version}.tar.xz"
+checksum=bbf0b0f3b95b8dc7f2fdb99a1f4a1dcf6ea2180e1300449acb67beb9e7700f8c
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From e53b4b8cce02fdfd34d1a83f0c394a4366165cbc Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.24.0
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 00000000000000..137f4487874ce4
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.24.0
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://secure.nic.cz/files/datove_schranky/${version}/${pkgname}-${version}.tar.xz"
+checksum=cab80427e80daa4b26c4cf05028bcc2d19cb6f0cc73ddc33e402dba6fc4256ce
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.24.0, libdatovka-0.6.2
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (53 preceding siblings ...)
2024-07-26 5:29 ` [PR PATCH] [Updated] " realcharmer
@ 2024-10-25 1:59 ` github-actions
2024-10-30 9:44 ` [PR PATCH] [Updated] " realcharmer
` (2 subsequent siblings)
57 siblings, 0 replies; 59+ messages in thread
From: github-actions @ 2024-10-25 1:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-2436654970
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: [PR PATCH] [Updated] New packages: datovka-4.24.0, libdatovka-0.6.2
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (54 preceding siblings ...)
2024-10-25 1:59 ` New packages: datovka-4.24.0, libdatovka-0.6.2 github-actions
@ 2024-10-30 9:44 ` realcharmer
2024-10-30 9:45 ` New packages: datovka-4.24.2, libdatovka-0.7.0 realcharmer
2025-01-28 19:14 ` filiprojek
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2024-10-30 9:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by realcharmer against master on the void-packages repository
https://github.com/realcharmer/void-packages datovka
https://github.com/void-linux/void-packages/pull/41566
New packages: datovka-4.24.0, libdatovka-0.6.2
#### 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**
#### 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/41566.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-datovka-41566.patch --]
[-- Type: text/x-diff, Size: 3276 bytes --]
From 857b10f3c0927dbc6da7b60e4f91202775dfa634 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:11:56 +0100
Subject: [PATCH 1/2] New package: libdatovka-0.7.0
---
common/shlibs | 1 +
srcpkgs/libdatovka-devel | 1 +
srcpkgs/libdatovka/template | 26 ++++++++++++++++++++++++++
3 files changed, 28 insertions(+)
create mode 120000 srcpkgs/libdatovka-devel
create mode 100644 srcpkgs/libdatovka/template
diff --git a/common/shlibs b/common/shlibs
index ff62b084bb969a..ada462970419fa 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4536,3 +4536,4 @@ libsfdo-desktop.so.0 libsfdo-0.1.3_1
libsfdo-desktop-file.so.0 libsfdo-0.1.3_1
libsfdo-icon.so.0 libsfdo-0.1.3_1
libKMahjongg6.so.6 libkmahjongg-24.08.2_1
+libdatovka.so.8 libdatovka-0.7.0_1
diff --git a/srcpkgs/libdatovka-devel b/srcpkgs/libdatovka-devel
new file mode 120000
index 00000000000000..6d8d5457063615
--- /dev/null
+++ b/srcpkgs/libdatovka-devel
@@ -0,0 +1 @@
+libdatovka
\ No newline at end of file
diff --git a/srcpkgs/libdatovka/template b/srcpkgs/libdatovka/template
new file mode 100644
index 00000000000000..96b992d04c5e0b
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.7.0
+revision=1
+archs="~*-musl"
+build_style=gnu-configure
+configure_args="--disable-doc --enable-openssl-backend --disable-static"
+hostmakedepends="pkg-config gettext-devel-tools"
+makedepends="gettext-devel libcurl-devel expat-devel libgcrypt-devel
+ gpgme-devel libxml2-devel"
+short_desc="Client library for accessing SOAP services of ISDS"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://www.datovka.cz/cs/pages/libdatovka.html"
+distfiles="https://datovka.nic.cz/libdatovka/libdatovka-${version}.tar.xz"
+checksum=5286c8787eb5eff270371a37cc6cedbda0b6978931671c2bc28026dde5b6950b
+
+libdatovka-devel_package() {
+ depends="${sourcepkg}>=${version} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From a8997f49d4b779a952fd583e1a132e24052af175 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Tue, 10 Jan 2023 21:12:22 +0100
Subject: [PATCH 2/2] New package: datovka-4.24.2
---
srcpkgs/datovka/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 00000000000000..ff9407abb78ed3
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.24.2
+revision=1
+build_style=qmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="libdatovka-devel qt5-websockets-devel qt5-svg-devel libxml2-devel
+ quazip-devel"
+depends="hicolor-icon-theme qt5-plugin-sqlite qt5-translations"
+short_desc="Electronic communication interface endorsed by the Czech government"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://www.datovka.cz/"
+distfiles="https://datovka.nic.cz/${version}/${pkgname}-${version}.tar.xz"
+checksum=3556853c5703d6eff2784649d453d5b546b52918bd66157c79082b98df027d38
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.24.2, libdatovka-0.7.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (55 preceding siblings ...)
2024-10-30 9:44 ` [PR PATCH] [Updated] " realcharmer
@ 2024-10-30 9:45 ` realcharmer
2025-01-28 19:14 ` filiprojek
57 siblings, 0 replies; 59+ messages in thread
From: realcharmer @ 2024-10-30 9:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 262 bytes --]
New comment by realcharmer on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-2446360917
Comment:
- Updated `datovka` to `4.24.2`
- Updated `libdatovka` to `0.7.0`
- Changed source path to https://datovka.nic.cz/
^ permalink raw reply [flat|nested] 59+ messages in thread
* Re: New packages: datovka-4.24.2, libdatovka-0.7.0
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
` (56 preceding siblings ...)
2024-10-30 9:45 ` New packages: datovka-4.24.2, libdatovka-0.7.0 realcharmer
@ 2025-01-28 19:14 ` filiprojek
57 siblings, 0 replies; 59+ messages in thread
From: filiprojek @ 2025-01-28 19:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 178 bytes --]
New comment by filiprojek on void-packages repository
https://github.com/void-linux/void-packages/pull/41566#issuecomment-2619855779
Comment:
Works on my machine, please merge
^ permalink raw reply [flat|nested] 59+ messages in thread
end of thread, other threads:[~2025-01-28 19:14 UTC | newest]
Thread overview: 59+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
2023-01-10 20:23 ` [PR PATCH] [Updated] " realcharmer
2023-01-10 20:26 ` realcharmer
2023-01-10 20:35 ` realcharmer
2023-01-10 21:58 ` kruceter
2023-01-10 21:59 ` kruceter
2023-01-10 22:04 ` Chocimier
2023-01-11 16:23 ` [PR PATCH] [Updated] " realcharmer
2023-01-11 16:41 ` realcharmer
2023-01-11 16:44 ` realcharmer
2023-01-11 16:52 ` realcharmer
2023-01-11 16:56 ` kruceter
2023-01-11 16:58 ` realcharmer
2023-01-11 17:02 ` [PR PATCH] [Updated] " realcharmer
2023-01-11 17:10 ` [PR REVIEW] " kruceter
2023-01-11 17:10 ` kruceter
2023-01-11 17:11 ` [PR PATCH] [Updated] " realcharmer
2023-01-11 17:12 ` [PR REVIEW] " realcharmer
2023-01-11 17:13 ` [PR PATCH] [Updated] " realcharmer
2023-01-11 17:15 ` realcharmer
2023-01-11 18:31 ` [PR REVIEW] " kruceter
2023-01-11 18:31 ` kruceter
2023-01-11 19:14 ` [PR PATCH] [Updated] " realcharmer
2023-01-11 19:15 ` [PR REVIEW] " realcharmer
2023-01-19 18:32 ` realcharmer
2023-02-21 14:24 ` [PR PATCH] [Updated] " realcharmer
2023-02-21 14:25 ` realcharmer
2023-02-21 14:31 ` [PR PATCH] [Updated] New packages: datovka-4.22.0, libdatovka-0.3.0 realcharmer
2023-02-21 14:33 ` realcharmer
2023-04-02 17:18 ` [PR PATCH] [Updated] " realcharmer
2023-05-30 14:12 ` realcharmer
2023-05-30 14:13 ` realcharmer
2023-06-19 10:22 ` [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.3.0 realcharmer
2023-06-19 10:23 ` realcharmer
2023-06-19 10:23 ` realcharmer
2023-09-18 1:45 ` github-actions
2023-09-20 10:00 ` [PR PATCH] [Updated] " realcharmer
2023-09-20 10:01 ` realcharmer
2023-09-20 10:11 ` [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.4.0 realcharmer
2023-09-20 10:11 ` realcharmer
2023-11-09 11:28 ` [PR PATCH] [Updated] " realcharmer
2023-11-09 14:40 ` [PR PATCH] [Updated] New packages: datovka-4.22.1, libdatovka-0.5.1 realcharmer
2023-11-09 14:41 ` realcharmer
2023-12-14 21:37 ` [PR PATCH] [Updated] " realcharmer
2023-12-14 21:37 ` New packages: datovka-4.23.1, libdatovka-0.5.1 realcharmer
2024-03-14 1:44 ` github-actions
2024-03-22 12:34 ` [PR PATCH] [Updated] " realcharmer
2024-03-22 12:44 ` realcharmer
2024-03-22 12:45 ` realcharmer
2024-04-25 11:12 ` [PR PATCH] [Updated] New packages: datovka-4.23.6, libdatovka-0.6.2 realcharmer
2024-04-25 11:13 ` New packages: datovka-4.23.7, libdatovka-0.6.2 realcharmer
2024-04-25 11:14 ` [PR PATCH] [Updated] " realcharmer
2024-07-25 1:51 ` github-actions
2024-07-26 5:23 ` realcharmer
2024-07-26 5:29 ` [PR PATCH] [Updated] " realcharmer
2024-10-25 1:59 ` New packages: datovka-4.24.0, libdatovka-0.6.2 github-actions
2024-10-30 9:44 ` [PR PATCH] [Updated] " realcharmer
2024-10-30 9:45 ` New packages: datovka-4.24.2, libdatovka-0.7.0 realcharmer
2025-01-28 19:14 ` filiprojek
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).