Github messages for voidlinux
 help / color / mirror / Atom feed
* [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
                   ` (64 more replies)
  0 siblings, 65 replies; 66+ 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] 66+ 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
                   ` (63 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (62 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (61 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (60 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (59 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (58 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (57 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (56 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (55 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (54 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (53 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (52 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (51 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (49 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (50 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (48 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (47 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (46 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (45 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (43 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (44 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (42 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (41 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (40 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (39 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (38 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (37 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (36 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (35 subsequent siblings)
  64 siblings, 0 replies; 66+ 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

---
 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 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
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 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] 66+ 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
                   ` (34 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (33 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (32 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (31 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (30 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (29 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (28 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (27 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (26 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (25 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (24 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (23 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (22 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (21 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (20 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (19 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (18 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (17 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (16 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (15 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (14 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (13 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (12 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (11 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (10 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (9 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (8 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (7 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
  2025-04-29  2:08 ` github-actions
                   ` (6 subsequent siblings)
  64 siblings, 0 replies; 66+ 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] 66+ 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
                   ` (57 preceding siblings ...)
  2025-01-28 19:14 ` filiprojek
@ 2025-04-29  2:08 ` github-actions
  2025-05-02  7:01 ` [PR PATCH] [Updated] " realcharmer
                   ` (5 subsequent siblings)
  64 siblings, 0 replies; 66+ messages in thread
From: github-actions @ 2025-04-29  2:08 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-2837240417

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

* Re: [PR PATCH] [Updated] 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
                   ` (58 preceding siblings ...)
  2025-04-29  2:08 ` github-actions
@ 2025-05-02  7:01 ` realcharmer
  2025-05-02  7:02 ` New packages: datovka-4.26.0, libdatovka-0.7.1 realcharmer
                   ` (4 subsequent siblings)
  64 siblings, 0 replies; 66+ messages in thread
From: realcharmer @ 2025-05-02  7: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.24.2, libdatovka-0.7.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: 18273 bytes --]

From 3db80a250f71f518933f339b8e351b71a1e96cd4 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.1

---
 common/shlibs                      |  1 +
 srcpkgs/chordpro/template          | 24 ++++++++++++++++++++++++
 srcpkgs/entangle/template          | 22 ++++++++++++++++++++++
 srcpkgs/joshuto/template           | 23 +++++++++++++++++++++++
 srcpkgs/libdatovka-devel           |  1 +
 srcpkgs/libdatovka/template        | 25 +++++++++++++++++++++++++
 srcpkgs/mtui/template              | 19 +++++++++++++++++++
 srcpkgs/nwg-displays/template      | 15 +++++++++++++++
 srcpkgs/onagre/template            | 11 +++++++++++
 srcpkgs/psst/template              | 22 ++++++++++++++++++++++
 srcpkgs/python3-asynctest/template | 22 ++++++++++++++++++++++
 srcpkgs/python3-librosa/template   | 13 +++++++++++++
 srcpkgs/space-travel/template      | 14 ++++++++++++++
 srcpkgs/spot/template              | 22 ++++++++++++++++++++++
 srcpkgs/supertinycron/template     | 12 ++++++++++++
 srcpkgs/toolBLEx/template          | 22 ++++++++++++++++++++++
 srcpkgs/ueberzugpp/template        | 23 +++++++++++++++++++++++
 srcpkgs/wideriver/template         | 21 +++++++++++++++++++++
 srcpkgs/yofi/template              | 22 ++++++++++++++++++++++
 19 files changed, 334 insertions(+)
 create mode 100644 srcpkgs/chordpro/template
 create mode 100644 srcpkgs/entangle/template
 create mode 100644 srcpkgs/joshuto/template
 create mode 120000 srcpkgs/libdatovka-devel
 create mode 100644 srcpkgs/libdatovka/template
 create mode 100644 srcpkgs/mtui/template
 create mode 100644 srcpkgs/nwg-displays/template
 create mode 100644 srcpkgs/onagre/template
 create mode 100644 srcpkgs/psst/template
 create mode 100644 srcpkgs/python3-asynctest/template
 create mode 100644 srcpkgs/python3-librosa/template
 create mode 100644 srcpkgs/space-travel/template
 create mode 100644 srcpkgs/spot/template
 create mode 100644 srcpkgs/supertinycron/template
 create mode 100644 srcpkgs/toolBLEx/template
 create mode 100644 srcpkgs/ueberzugpp/template
 create mode 100644 srcpkgs/wideriver/template
 create mode 100644 srcpkgs/yofi/template

diff --git a/common/shlibs b/common/shlibs
index a22a13c9dbd121..9a42596cbef3bb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4543,3 +4543,4 @@ libSDL3.so.0 SDL3-3.2.2_1
 libiconv.so.2 libiconv-1.18_1
 libcharset.so.1 libiconv-1.18_1
 libomemo-c.so.0 libomemo-c-0.5.1_1
+libdatovka.so.8 libdatovka-0.7.1_1
diff --git a/srcpkgs/chordpro/template b/srcpkgs/chordpro/template
new file mode 100644
index 00000000000000..60424e46ec7f4f
--- /dev/null
+++ b/srcpkgs/chordpro/template
@@ -0,0 +1,24 @@
+# Template file for 'chordpro'
+pkgname=chordpro
+version=6.030
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=perl-module
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends="perl-Font-TTF perl-IO-String perl-PDF-API2 perl-Pod-Parser perl-File-HomeDir"
+short_desc="Reference implementation of the ChordPro standard for musical lead sheets"
+maintainer="Emil Miler <em@0x45.cz>"
+license="Artistic-1.0-Perl, GPL-1.0-or-later"
+homepage="https://www.chordpro.org/chordpro/"
+#changelog=""
+distfiles="https://github.com/ChordPro/chordpro/archive/refs/tags/R${version}.tar.gz"
+checksum=94a88c7c45b499d469809e4931c6578b18cb76cb4584349ead6135cc5acfb95c
+
+python_version=3
diff --git a/srcpkgs/entangle/template b/srcpkgs/entangle/template
new file mode 100644
index 00000000000000..395cff16c549cb
--- /dev/null
+++ b/srcpkgs/entangle/template
@@ -0,0 +1,22 @@
+# Template file for 'entangle'
+pkgname=entangle
+version=3.0
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=meson
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+#hostmakedepends="pod2mdoc"
+makedepends="glib-devel gdk-pixbuf-devel libgphoto2-devel libgudev-devel gobject-introspection lcms2-devel libpeas-devel libgexiv2-devel libraw-devel adwaita-icon-theme"
+#depends=""
+short_desc="Tethered Camera Control & Capture"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://entangle-photo.org"
+#changelog=""
+distfiles="https://gitlab.com/entangle/entangle/-/archive/v${version}/entangle-v${version}.tar.gz"
+checksum=2bf6f276eef34d3fcf7641a212c162e89d1aba23ccd50e01f861ee9a835d149d
diff --git a/srcpkgs/joshuto/template b/srcpkgs/joshuto/template
new file mode 100644
index 00000000000000..e9547fa87d4ce4
--- /dev/null
+++ b/srcpkgs/joshuto/template
@@ -0,0 +1,23 @@
+# Template file for 'joshuto'
+pkgname=joshuto
+version=0.9.5
+revision=1
+build_style=cargo
+# hostmakedepends="pkg-config"
+# makedepends="oniguruma-devel"
+short_desc="Ranger-like terminal file manager written in Rust"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/kamiyaa/joshuto"
+distfiles="https://github.com/kamiyaa/joshuto/archive/v${version}/joshuto-${version}.tar.gz"
+checksum=14155a02cfeb0993a4906635a3c121589451e155e067d1c0d1673abdd1494ca8
+
+# post_extract() {
+# 	# fixes an indexmap error when cross compiling
+# 	cargo update --package autocfg@1.0.1 --precise 1.1.0
+# }
+
+post_install() {
+	vdoc docs/README.md
+	vlicense LICENSE
+}
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..ec31e19f369a5a
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,25 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.7.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://datovka.nic.cz/libdatovka/libdatovka-${version}.tar.xz"
+checksum=c8d5cbc1009a6d98c507a6537664b7d62f31f372cd1635185d285b79e92ebcff
+
+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"
+	}
+}
diff --git a/srcpkgs/mtui/template b/srcpkgs/mtui/template
new file mode 100644
index 00000000000000..ddfbc4e3134841
--- /dev/null
+++ b/srcpkgs/mtui/template
@@ -0,0 +1,19 @@
+# Template file for 'mtui'
+pkgname=mtui
+version=13.2.9
+revision=1
+build_style=python3-module
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="python3-setuptools"
+makedepends=""
+depends=""
+short_desc="Maintenance Test Update Installer"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/openSUSE/mtui"
+distfiles="https://github.com/openSUSE/mtui/archive/refs/tags/${version}.tar.gz"
+checksum=f3c55ffda4f156037fba5a843e14b84524530c1fc48510bdfa4991fabf676922
diff --git a/srcpkgs/nwg-displays/template b/srcpkgs/nwg-displays/template
new file mode 100644
index 00000000000000..a0f0064e7afda1
--- /dev/null
+++ b/srcpkgs/nwg-displays/template
@@ -0,0 +1,15 @@
+# Template file for 'nwg-displays'
+pkgname=nwg-displays
+version=0.3.12
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="gtk-layer-shell-devel"
+depends="python3-i3ipc python3-gobject gtk-layer-shell wlr-randr"
+short_desc="Output management utility for Wayland."
+maintainer="Emil Miler <em@0x45.cz>"
+license="MIT"
+homepage="https://github.com/nwg-piotr/nwg-displays"
+#changelog=""
+distfiles="https://github.com/nwg-piotr/nwg-displays/archive/refs/tags/v${version}.tar.gz"
+checksum=ceeb18ea49150176ded1dd9eafc4fdce72ea97e5ae0f4986f17fe4bcb5f9adc9
diff --git a/srcpkgs/onagre/template b/srcpkgs/onagre/template
new file mode 100644
index 00000000000000..28be0a02021f8a
--- /dev/null
+++ b/srcpkgs/onagre/template
@@ -0,0 +1,11 @@
+# Template file for 'onagre'
+pkgname=onagre
+version=1.1.0
+revision=1
+build_style=cargo
+short_desc="Application launcher for X and wayland inspired by rofi/wofi and alfred"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/onagre-launcher/onagre"
+distfiles="https://github.com/onagre-launcher/onagre/archive/refs/tags/${version}.tar.gz"
+checksum=858c8078c464c50ab6540c1530ee856496c3cfff220f45501cd04631653c54f9
diff --git a/srcpkgs/psst/template b/srcpkgs/psst/template
new file mode 100644
index 00000000000000..43f4ed350b2bab
--- /dev/null
+++ b/srcpkgs/psst/template
@@ -0,0 +1,22 @@
+# Template file for 'psst'
+pkgname=psst
+version=
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-configure
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc=""
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage=""
+#changelog=""
+distfiles=""
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
diff --git a/srcpkgs/python3-asynctest/template b/srcpkgs/python3-asynctest/template
new file mode 100644
index 00000000000000..9b222f3b54a2b4
--- /dev/null
+++ b/srcpkgs/python3-asynctest/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-asynctest'
+pkgname=python3-asynctest
+version=0.13.0
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-configure
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc=""
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage=""
+#changelog=""
+distfiles=""
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
diff --git a/srcpkgs/python3-librosa/template b/srcpkgs/python3-librosa/template
new file mode 100644
index 00000000000000..398e36c82b5b86
--- /dev/null
+++ b/srcpkgs/python3-librosa/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-librosa'
+pkgname=python3-librosa
+version=0.10.2.post1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-audioread python3-numpy python3-scipy python3-scikit-learn python3-joblib python3-decorator python3-pooch python3-typing_extensions python3-msgpack"
+short_desc="Python library for audio and music analysis"
+maintainer="Emil Miler <em@0x45.cz>"
+license="ISC"
+homepage="https://librosa.org/"
+distfiles="${PYPI_SITE}/l/librosa/librosa-${version}.tar.gz"
+checksum=cd99f16717cbcd1e0983e37308d1db46a6f7dfc2e396e5a9e61e6821e44bd2e7
diff --git a/srcpkgs/space-travel/template b/srcpkgs/space-travel/template
new file mode 100644
index 00000000000000..078582145e34d3
--- /dev/null
+++ b/srcpkgs/space-travel/template
@@ -0,0 +1,14 @@
+# Template file for 'space-travel'
+pkgname=space-travel
+version=0.0.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="SDL2-devel"
+makedepends=""
+depends=""
+short_desc="C port of Ken Thompson's Space Travel"
+maintainer="Emil Miler <em@0x45.cz>"
+license="CC-PDDC"
+homepage="https://github.com/mohd-akram/st"
+distfiles="https://github.com/mohd-akram/st/archive/refs/heads/master.zip"
+checksum=548395c0abbcf50edcb03fb405c7eaa2a1fc97a539476e6f40433c49a060b65e
diff --git a/srcpkgs/spot/template b/srcpkgs/spot/template
new file mode 100644
index 00000000000000..518cc20cd40469
--- /dev/null
+++ b/srcpkgs/spot/template
@@ -0,0 +1,22 @@
+# Template file for 'spot'
+pkgname=spot
+version=0.4.1
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=meson
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="cargo pkg-config"
+makedepends="gtk4-devel libadwaita-devel blueprint-compiler"
+#depends=""
+short_desc="Gtk/Rust native Spotify client for the GNOME desktop"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/xou816/spot"
+#changelog=""
+distfiles="https://github.com/xou816/spot/archive/refs/tags/0.4.1.tar.gz"
+checksum=4d74fae914658c607922cfd33fa7ce828f095223cfbf2b65ff6847ec46995205
diff --git a/srcpkgs/supertinycron/template b/srcpkgs/supertinycron/template
new file mode 100644
index 00000000000000..c0adfd31b2bf06
--- /dev/null
+++ b/srcpkgs/supertinycron/template
@@ -0,0 +1,12 @@
+# Template file for 'supertinycron'
+pkgname=supertinycron
+version=2.0.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="upx"
+short_desc="Extremely small replacement for cron"
+maintainer="Emil Miler <em@0x45.cz>"
+license="Apache-2.0"
+homepage="https://github.com/exander77/supertinycron/"
+distfiles="https://github.com/exander77/supertinycron/archive/refs/tags/v${version}.tar.gz"
+checksum=78ec295a6b9242627f213edb2d8453a58f9053d0d42c38e00aad9827b5a339b4
diff --git a/srcpkgs/toolBLEx/template b/srcpkgs/toolBLEx/template
new file mode 100644
index 00000000000000..ebb37107e7185d
--- /dev/null
+++ b/srcpkgs/toolBLEx/template
@@ -0,0 +1,22 @@
+# Template file for 'toolBLEx'
+pkgname=toolBLEx
+version=0.11
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=qmake
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+#hostmakedepends=""
+makedepends="qt6-qt5compat-devel qt6-connectivity-devel qt6-charts-devel"
+#depends=""
+short_desc="Bluetooth Low Energy device scanner and analyzer"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/emericg/toolBLEx"
+#changelog=""
+distfiles="https://github.com/emericg/toolBLEx/archive/refs/tags/v0.11.tar.gz"
+checksum=717d1e5badebb5df1c7c676f6bbdafcf37b2af3ccb5dfb0e4aa226cf5cfc1f9d
diff --git a/srcpkgs/ueberzugpp/template b/srcpkgs/ueberzugpp/template
new file mode 100644
index 00000000000000..ba95c3d731eed9
--- /dev/null
+++ b/srcpkgs/ueberzugpp/template
@@ -0,0 +1,23 @@
+# Template file for 'ueberzugpp'
+pkgname=ueberzugpp
+version=2.9.2
+revision=1
+build_style=cmake
+configure_args="-DENABLE_WAYLAND=ON -DENABLE_OPENGL=ON"
+hostmakedepends="pkg-config"
+makedepends="gsl chafa-devel extra-cmake-modules fmt-devel json-c++
+ libglvnd-devel libopencv-devel libsixel-devel libvips-devel
+ openssl-devel spdlog tbb-devel wayland-devel wayland-protocols xcb-util-image-devel"
+short_desc="Drop in replacement for ueberzug"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jstkdng/ueberzugpp"
+changelog="https://github.com/jstkdng/ueberzugpp/releases"
+distfiles="https://github.com/jstkdng/ueberzugpp/archive/v${version}/ueberzugpp-${version}.tar.gz"
+checksum=a658ccdb82c50ebd3bf31ecaaa79bcbb66bae756c3b588d4208c94a17f127f42
+conflicts="ueberzug"
+
+post_install() {
+	vdoc docs/ueberzugpp.1.in
+	vlicense LICENSE
+}
diff --git a/srcpkgs/wideriver/template b/srcpkgs/wideriver/template
new file mode 100644
index 00000000000000..610d013d819bf2
--- /dev/null
+++ b/srcpkgs/wideriver/template
@@ -0,0 +1,21 @@
+# Template file for 'wideriver'
+pkgname=wideriver
+version=1.0.0
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="wayland-devel wlroots-devel libinput-devel"
+makedepends=""
+depends=""
+short_desc="Tiling window manager for the river wayland compositor"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/alex-courtis/wideriver"
+distfiles="https://github.com/alex-courtis/wideriver/archive/refs/tags/${version}.tar.gz"
+checksum=a7d2db8af774343b10a6f1613a92a3063044c0cbfe7301e71850b524beea5fd1
diff --git a/srcpkgs/yofi/template b/srcpkgs/yofi/template
new file mode 100644
index 00000000000000..fdaeb8647acf6c
--- /dev/null
+++ b/srcpkgs/yofi/template
@@ -0,0 +1,22 @@
+# Template file for 'yofi'
+pkgname=yofi
+version=0.2.2
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=cargo
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="pkg-config"
+makedepends="libxkbcommon-devel"
+#depends=""
+short_desc="Minimalistic menu for Wayland-based compositors"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/l4l/yofi"
+#changelog=""
+distfiles="https://github.com/l4l/yofi/archive/refs/tags/${version}.tar.gz"
+checksum=a4dd8df03a6083b977f1085b5115dd76c09e3d9654837fe2ead5c3b4b78d3b24

From 38278b8584512edea49c31c64bff5805f4a17a0d 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.26.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..bbc2f3343b3be0
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.26.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://datovka.nic.cz/${version}/${pkgname}-${version}.tar.xz"
+checksum=fa11e553d9432b7886324d8171147972ca853e6f8f871253a12ff1fec0ab3076

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

* Re: New packages: datovka-4.26.0, libdatovka-0.7.1
  2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
                   ` (59 preceding siblings ...)
  2025-05-02  7:01 ` [PR PATCH] [Updated] " realcharmer
@ 2025-05-02  7:02 ` realcharmer
  2025-05-02  7:03 ` [PR PATCH] [Updated] " realcharmer
                   ` (3 subsequent siblings)
  64 siblings, 0 replies; 66+ messages in thread
From: realcharmer @ 2025-05-02  7:02 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/41566#issuecomment-2846514605

Comment:
- Updated `datovka` to 4.26.0
- Updated `libdatovka` to 0.7.1

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

* Re: [PR PATCH] [Updated] New packages: datovka-4.26.0, libdatovka-0.7.1
  2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
                   ` (60 preceding siblings ...)
  2025-05-02  7:02 ` New packages: datovka-4.26.0, libdatovka-0.7.1 realcharmer
@ 2025-05-02  7:03 ` realcharmer
  2025-05-02  7:08 ` realcharmer
                   ` (2 subsequent siblings)
  64 siblings, 0 replies; 66+ messages in thread
From: realcharmer @ 2025-05-02  7:03 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.26.0, libdatovka-0.7.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: 18273 bytes --]

From c94001dd79c1480407102ea9f42965899ead46ca 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.1

---
 common/shlibs                      |  1 +
 srcpkgs/chordpro/template          | 24 ++++++++++++++++++++++++
 srcpkgs/entangle/template          | 22 ++++++++++++++++++++++
 srcpkgs/joshuto/template           | 23 +++++++++++++++++++++++
 srcpkgs/libdatovka-devel           |  1 +
 srcpkgs/libdatovka/template        | 25 +++++++++++++++++++++++++
 srcpkgs/mtui/template              | 19 +++++++++++++++++++
 srcpkgs/nwg-displays/template      | 15 +++++++++++++++
 srcpkgs/onagre/template            | 11 +++++++++++
 srcpkgs/psst/template              | 22 ++++++++++++++++++++++
 srcpkgs/python3-asynctest/template | 22 ++++++++++++++++++++++
 srcpkgs/python3-librosa/template   | 13 +++++++++++++
 srcpkgs/space-travel/template      | 14 ++++++++++++++
 srcpkgs/spot/template              | 22 ++++++++++++++++++++++
 srcpkgs/supertinycron/template     | 12 ++++++++++++
 srcpkgs/toolBLEx/template          | 22 ++++++++++++++++++++++
 srcpkgs/ueberzugpp/template        | 23 +++++++++++++++++++++++
 srcpkgs/wideriver/template         | 21 +++++++++++++++++++++
 srcpkgs/yofi/template              | 22 ++++++++++++++++++++++
 19 files changed, 334 insertions(+)
 create mode 100644 srcpkgs/chordpro/template
 create mode 100644 srcpkgs/entangle/template
 create mode 100644 srcpkgs/joshuto/template
 create mode 120000 srcpkgs/libdatovka-devel
 create mode 100644 srcpkgs/libdatovka/template
 create mode 100644 srcpkgs/mtui/template
 create mode 100644 srcpkgs/nwg-displays/template
 create mode 100644 srcpkgs/onagre/template
 create mode 100644 srcpkgs/psst/template
 create mode 100644 srcpkgs/python3-asynctest/template
 create mode 100644 srcpkgs/python3-librosa/template
 create mode 100644 srcpkgs/space-travel/template
 create mode 100644 srcpkgs/spot/template
 create mode 100644 srcpkgs/supertinycron/template
 create mode 100644 srcpkgs/toolBLEx/template
 create mode 100644 srcpkgs/ueberzugpp/template
 create mode 100644 srcpkgs/wideriver/template
 create mode 100644 srcpkgs/yofi/template

diff --git a/common/shlibs b/common/shlibs
index a22a13c9dbd121..9a42596cbef3bb 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4543,3 +4543,4 @@ libSDL3.so.0 SDL3-3.2.2_1
 libiconv.so.2 libiconv-1.18_1
 libcharset.so.1 libiconv-1.18_1
 libomemo-c.so.0 libomemo-c-0.5.1_1
+libdatovka.so.8 libdatovka-0.7.1_1
diff --git a/srcpkgs/chordpro/template b/srcpkgs/chordpro/template
new file mode 100644
index 00000000000000..60424e46ec7f4f
--- /dev/null
+++ b/srcpkgs/chordpro/template
@@ -0,0 +1,24 @@
+# Template file for 'chordpro'
+pkgname=chordpro
+version=6.030
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=perl-module
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends="perl-Font-TTF perl-IO-String perl-PDF-API2 perl-Pod-Parser perl-File-HomeDir"
+short_desc="Reference implementation of the ChordPro standard for musical lead sheets"
+maintainer="Emil Miler <em@0x45.cz>"
+license="Artistic-1.0-Perl, GPL-1.0-or-later"
+homepage="https://www.chordpro.org/chordpro/"
+#changelog=""
+distfiles="https://github.com/ChordPro/chordpro/archive/refs/tags/R${version}.tar.gz"
+checksum=94a88c7c45b499d469809e4931c6578b18cb76cb4584349ead6135cc5acfb95c
+
+python_version=3
diff --git a/srcpkgs/entangle/template b/srcpkgs/entangle/template
new file mode 100644
index 00000000000000..395cff16c549cb
--- /dev/null
+++ b/srcpkgs/entangle/template
@@ -0,0 +1,22 @@
+# Template file for 'entangle'
+pkgname=entangle
+version=3.0
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=meson
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+#hostmakedepends="pod2mdoc"
+makedepends="glib-devel gdk-pixbuf-devel libgphoto2-devel libgudev-devel gobject-introspection lcms2-devel libpeas-devel libgexiv2-devel libraw-devel adwaita-icon-theme"
+#depends=""
+short_desc="Tethered Camera Control & Capture"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://entangle-photo.org"
+#changelog=""
+distfiles="https://gitlab.com/entangle/entangle/-/archive/v${version}/entangle-v${version}.tar.gz"
+checksum=2bf6f276eef34d3fcf7641a212c162e89d1aba23ccd50e01f861ee9a835d149d
diff --git a/srcpkgs/joshuto/template b/srcpkgs/joshuto/template
new file mode 100644
index 00000000000000..e9547fa87d4ce4
--- /dev/null
+++ b/srcpkgs/joshuto/template
@@ -0,0 +1,23 @@
+# Template file for 'joshuto'
+pkgname=joshuto
+version=0.9.5
+revision=1
+build_style=cargo
+# hostmakedepends="pkg-config"
+# makedepends="oniguruma-devel"
+short_desc="Ranger-like terminal file manager written in Rust"
+maintainer="Emil Miler <em@0x45.cz>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/kamiyaa/joshuto"
+distfiles="https://github.com/kamiyaa/joshuto/archive/v${version}/joshuto-${version}.tar.gz"
+checksum=14155a02cfeb0993a4906635a3c121589451e155e067d1c0d1673abdd1494ca8
+
+# post_extract() {
+# 	# fixes an indexmap error when cross compiling
+# 	cargo update --package autocfg@1.0.1 --precise 1.1.0
+# }
+
+post_install() {
+	vdoc docs/README.md
+	vlicense LICENSE
+}
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..ec31e19f369a5a
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,25 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.7.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://datovka.nic.cz/libdatovka/libdatovka-${version}.tar.xz"
+checksum=c8d5cbc1009a6d98c507a6537664b7d62f31f372cd1635185d285b79e92ebcff
+
+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"
+	}
+}
diff --git a/srcpkgs/mtui/template b/srcpkgs/mtui/template
new file mode 100644
index 00000000000000..ddfbc4e3134841
--- /dev/null
+++ b/srcpkgs/mtui/template
@@ -0,0 +1,19 @@
+# Template file for 'mtui'
+pkgname=mtui
+version=13.2.9
+revision=1
+build_style=python3-module
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="python3-setuptools"
+makedepends=""
+depends=""
+short_desc="Maintenance Test Update Installer"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/openSUSE/mtui"
+distfiles="https://github.com/openSUSE/mtui/archive/refs/tags/${version}.tar.gz"
+checksum=f3c55ffda4f156037fba5a843e14b84524530c1fc48510bdfa4991fabf676922
diff --git a/srcpkgs/nwg-displays/template b/srcpkgs/nwg-displays/template
new file mode 100644
index 00000000000000..a0f0064e7afda1
--- /dev/null
+++ b/srcpkgs/nwg-displays/template
@@ -0,0 +1,15 @@
+# Template file for 'nwg-displays'
+pkgname=nwg-displays
+version=0.3.12
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="gtk-layer-shell-devel"
+depends="python3-i3ipc python3-gobject gtk-layer-shell wlr-randr"
+short_desc="Output management utility for Wayland."
+maintainer="Emil Miler <em@0x45.cz>"
+license="MIT"
+homepage="https://github.com/nwg-piotr/nwg-displays"
+#changelog=""
+distfiles="https://github.com/nwg-piotr/nwg-displays/archive/refs/tags/v${version}.tar.gz"
+checksum=ceeb18ea49150176ded1dd9eafc4fdce72ea97e5ae0f4986f17fe4bcb5f9adc9
diff --git a/srcpkgs/onagre/template b/srcpkgs/onagre/template
new file mode 100644
index 00000000000000..28be0a02021f8a
--- /dev/null
+++ b/srcpkgs/onagre/template
@@ -0,0 +1,11 @@
+# Template file for 'onagre'
+pkgname=onagre
+version=1.1.0
+revision=1
+build_style=cargo
+short_desc="Application launcher for X and wayland inspired by rofi/wofi and alfred"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/onagre-launcher/onagre"
+distfiles="https://github.com/onagre-launcher/onagre/archive/refs/tags/${version}.tar.gz"
+checksum=858c8078c464c50ab6540c1530ee856496c3cfff220f45501cd04631653c54f9
diff --git a/srcpkgs/psst/template b/srcpkgs/psst/template
new file mode 100644
index 00000000000000..43f4ed350b2bab
--- /dev/null
+++ b/srcpkgs/psst/template
@@ -0,0 +1,22 @@
+# Template file for 'psst'
+pkgname=psst
+version=
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-configure
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc=""
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage=""
+#changelog=""
+distfiles=""
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
diff --git a/srcpkgs/python3-asynctest/template b/srcpkgs/python3-asynctest/template
new file mode 100644
index 00000000000000..9b222f3b54a2b4
--- /dev/null
+++ b/srcpkgs/python3-asynctest/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-asynctest'
+pkgname=python3-asynctest
+version=0.13.0
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-configure
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc=""
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage=""
+#changelog=""
+distfiles=""
+checksum=badbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadbadb
diff --git a/srcpkgs/python3-librosa/template b/srcpkgs/python3-librosa/template
new file mode 100644
index 00000000000000..398e36c82b5b86
--- /dev/null
+++ b/srcpkgs/python3-librosa/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-librosa'
+pkgname=python3-librosa
+version=0.10.2.post1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-audioread python3-numpy python3-scipy python3-scikit-learn python3-joblib python3-decorator python3-pooch python3-typing_extensions python3-msgpack"
+short_desc="Python library for audio and music analysis"
+maintainer="Emil Miler <em@0x45.cz>"
+license="ISC"
+homepage="https://librosa.org/"
+distfiles="${PYPI_SITE}/l/librosa/librosa-${version}.tar.gz"
+checksum=cd99f16717cbcd1e0983e37308d1db46a6f7dfc2e396e5a9e61e6821e44bd2e7
diff --git a/srcpkgs/space-travel/template b/srcpkgs/space-travel/template
new file mode 100644
index 00000000000000..078582145e34d3
--- /dev/null
+++ b/srcpkgs/space-travel/template
@@ -0,0 +1,14 @@
+# Template file for 'space-travel'
+pkgname=space-travel
+version=0.0.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="SDL2-devel"
+makedepends=""
+depends=""
+short_desc="C port of Ken Thompson's Space Travel"
+maintainer="Emil Miler <em@0x45.cz>"
+license="CC-PDDC"
+homepage="https://github.com/mohd-akram/st"
+distfiles="https://github.com/mohd-akram/st/archive/refs/heads/master.zip"
+checksum=548395c0abbcf50edcb03fb405c7eaa2a1fc97a539476e6f40433c49a060b65e
diff --git a/srcpkgs/spot/template b/srcpkgs/spot/template
new file mode 100644
index 00000000000000..518cc20cd40469
--- /dev/null
+++ b/srcpkgs/spot/template
@@ -0,0 +1,22 @@
+# Template file for 'spot'
+pkgname=spot
+version=0.4.1
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=meson
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="cargo pkg-config"
+makedepends="gtk4-devel libadwaita-devel blueprint-compiler"
+#depends=""
+short_desc="Gtk/Rust native Spotify client for the GNOME desktop"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/xou816/spot"
+#changelog=""
+distfiles="https://github.com/xou816/spot/archive/refs/tags/0.4.1.tar.gz"
+checksum=4d74fae914658c607922cfd33fa7ce828f095223cfbf2b65ff6847ec46995205
diff --git a/srcpkgs/supertinycron/template b/srcpkgs/supertinycron/template
new file mode 100644
index 00000000000000..c0adfd31b2bf06
--- /dev/null
+++ b/srcpkgs/supertinycron/template
@@ -0,0 +1,12 @@
+# Template file for 'supertinycron'
+pkgname=supertinycron
+version=2.0.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="upx"
+short_desc="Extremely small replacement for cron"
+maintainer="Emil Miler <em@0x45.cz>"
+license="Apache-2.0"
+homepage="https://github.com/exander77/supertinycron/"
+distfiles="https://github.com/exander77/supertinycron/archive/refs/tags/v${version}.tar.gz"
+checksum=78ec295a6b9242627f213edb2d8453a58f9053d0d42c38e00aad9827b5a339b4
diff --git a/srcpkgs/toolBLEx/template b/srcpkgs/toolBLEx/template
new file mode 100644
index 00000000000000..ebb37107e7185d
--- /dev/null
+++ b/srcpkgs/toolBLEx/template
@@ -0,0 +1,22 @@
+# Template file for 'toolBLEx'
+pkgname=toolBLEx
+version=0.11
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=qmake
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+#hostmakedepends=""
+makedepends="qt6-qt5compat-devel qt6-connectivity-devel qt6-charts-devel"
+#depends=""
+short_desc="Bluetooth Low Energy device scanner and analyzer"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/emericg/toolBLEx"
+#changelog=""
+distfiles="https://github.com/emericg/toolBLEx/archive/refs/tags/v0.11.tar.gz"
+checksum=717d1e5badebb5df1c7c676f6bbdafcf37b2af3ccb5dfb0e4aa226cf5cfc1f9d
diff --git a/srcpkgs/ueberzugpp/template b/srcpkgs/ueberzugpp/template
new file mode 100644
index 00000000000000..ba95c3d731eed9
--- /dev/null
+++ b/srcpkgs/ueberzugpp/template
@@ -0,0 +1,23 @@
+# Template file for 'ueberzugpp'
+pkgname=ueberzugpp
+version=2.9.2
+revision=1
+build_style=cmake
+configure_args="-DENABLE_WAYLAND=ON -DENABLE_OPENGL=ON"
+hostmakedepends="pkg-config"
+makedepends="gsl chafa-devel extra-cmake-modules fmt-devel json-c++
+ libglvnd-devel libopencv-devel libsixel-devel libvips-devel
+ openssl-devel spdlog tbb-devel wayland-devel wayland-protocols xcb-util-image-devel"
+short_desc="Drop in replacement for ueberzug"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/jstkdng/ueberzugpp"
+changelog="https://github.com/jstkdng/ueberzugpp/releases"
+distfiles="https://github.com/jstkdng/ueberzugpp/archive/v${version}/ueberzugpp-${version}.tar.gz"
+checksum=a658ccdb82c50ebd3bf31ecaaa79bcbb66bae756c3b588d4208c94a17f127f42
+conflicts="ueberzug"
+
+post_install() {
+	vdoc docs/ueberzugpp.1.in
+	vlicense LICENSE
+}
diff --git a/srcpkgs/wideriver/template b/srcpkgs/wideriver/template
new file mode 100644
index 00000000000000..610d013d819bf2
--- /dev/null
+++ b/srcpkgs/wideriver/template
@@ -0,0 +1,21 @@
+# Template file for 'wideriver'
+pkgname=wideriver
+version=1.0.0
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="wayland-devel wlroots-devel libinput-devel"
+makedepends=""
+depends=""
+short_desc="Tiling window manager for the river wayland compositor"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/alex-courtis/wideriver"
+distfiles="https://github.com/alex-courtis/wideriver/archive/refs/tags/${version}.tar.gz"
+checksum=a7d2db8af774343b10a6f1613a92a3063044c0cbfe7301e71850b524beea5fd1
diff --git a/srcpkgs/yofi/template b/srcpkgs/yofi/template
new file mode 100644
index 00000000000000..fdaeb8647acf6c
--- /dev/null
+++ b/srcpkgs/yofi/template
@@ -0,0 +1,22 @@
+# Template file for 'yofi'
+pkgname=yofi
+version=0.2.2
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=cargo
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="pkg-config"
+makedepends="libxkbcommon-devel"
+#depends=""
+short_desc="Minimalistic menu for Wayland-based compositors"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/l4l/yofi"
+#changelog=""
+distfiles="https://github.com/l4l/yofi/archive/refs/tags/${version}.tar.gz"
+checksum=a4dd8df03a6083b977f1085b5115dd76c09e3d9654837fe2ead5c3b4b78d3b24

From bf251b77bd40552d0ac888ae77a4724590dbeaa1 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.26.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..bbc2f3343b3be0
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.26.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://datovka.nic.cz/${version}/${pkgname}-${version}.tar.xz"
+checksum=fa11e553d9432b7886324d8171147972ca853e6f8f871253a12ff1fec0ab3076

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

* Re: [PR PATCH] [Updated] New packages: datovka-4.26.0, libdatovka-0.7.1
  2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
                   ` (61 preceding siblings ...)
  2025-05-02  7:03 ` [PR PATCH] [Updated] " realcharmer
@ 2025-05-02  7:08 ` realcharmer
  2025-05-02  7:10 ` realcharmer
  2025-05-02  7:30 ` realcharmer
  64 siblings, 0 replies; 66+ messages in thread
From: realcharmer @ 2025-05-02  7:08 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.26.0, libdatovka-0.7.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: 3242 bytes --]

From d65c5ef3c2ce31a01deccbe62c893009724eeac9 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 a22a13c9dbd121..3d2ad7d23cbf38 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4543,3 +4543,4 @@ libSDL3.so.0 SDL3-3.2.2_1
 libiconv.so.2 libiconv-1.18_1
 libcharset.so.1 libiconv-1.18_1
 libomemo-c.so.0 libomemo-c-0.5.1_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 821fa74e082a3bef9f7029472391d4e7942fbb06 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 2 May 2025 09:08:25 +0200
Subject: [PATCH 2/2] New package: datovka-4.26.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..db8c5fc0124be9
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+ Template file for 'datovka'
+pkgname=datovka
+version=4.26.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://datovka.nic.cz/${version}/${pkgname}-${version}.tar.xz"
+checksum=fa11e553d9432b7886324d8171147972ca853e6f8f871253a12ff1fec0ab3076

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

* Re: [PR PATCH] [Updated] New packages: datovka-4.26.0, libdatovka-0.7.1
  2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
                   ` (62 preceding siblings ...)
  2025-05-02  7:08 ` realcharmer
@ 2025-05-02  7:10 ` realcharmer
  2025-05-02  7:30 ` realcharmer
  64 siblings, 0 replies; 66+ messages in thread
From: realcharmer @ 2025-05-02  7:10 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.26.0, libdatovka-0.7.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: 3242 bytes --]

From 74fa9f228188638d5bbccb7a5307e3f853b987f3 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.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 a22a13c9dbd121..3d2ad7d23cbf38 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4543,3 +4543,4 @@ libSDL3.so.0 SDL3-3.2.2_1
 libiconv.so.2 libiconv-1.18_1
 libcharset.so.1 libiconv-1.18_1
 libomemo-c.so.0 libomemo-c-0.5.1_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..f0f35a12e49c73
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.7.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://datovka.nic.cz/libdatovka/libdatovka-${version}.tar.xz"
+checksum=c8d5cbc1009a6d98c507a6537664b7d62f31f372cd1635185d285b79e92ebcff
+
+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 b8274c36987e76aba2bda3a7a43d5beb3a208e2a Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 2 May 2025 09:08:25 +0200
Subject: [PATCH 2/2] New package: datovka-4.26.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..db8c5fc0124be9
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+ Template file for 'datovka'
+pkgname=datovka
+version=4.26.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://datovka.nic.cz/${version}/${pkgname}-${version}.tar.xz"
+checksum=fa11e553d9432b7886324d8171147972ca853e6f8f871253a12ff1fec0ab3076

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

* Re: [PR PATCH] [Updated] New packages: datovka-4.26.0, libdatovka-0.7.1
  2023-01-10 20:15 [PR PATCH] New packages: datovka-4.21.1, libdatovka-0.2.1 realcharmer
                   ` (63 preceding siblings ...)
  2025-05-02  7:10 ` realcharmer
@ 2025-05-02  7:30 ` realcharmer
  64 siblings, 0 replies; 66+ messages in thread
From: realcharmer @ 2025-05-02  7:30 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.26.0, libdatovka-0.7.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: 3243 bytes --]

From 74fa9f228188638d5bbccb7a5307e3f853b987f3 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.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 a22a13c9dbd121..3d2ad7d23cbf38 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4543,3 +4543,4 @@ libSDL3.so.0 SDL3-3.2.2_1
 libiconv.so.2 libiconv-1.18_1
 libcharset.so.1 libiconv-1.18_1
 libomemo-c.so.0 libomemo-c-0.5.1_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..f0f35a12e49c73
--- /dev/null
+++ b/srcpkgs/libdatovka/template
@@ -0,0 +1,26 @@
+# Template file for 'libdatovka'
+pkgname=libdatovka
+version=0.7.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://datovka.nic.cz/libdatovka/libdatovka-${version}.tar.xz"
+checksum=c8d5cbc1009a6d98c507a6537664b7d62f31f372cd1635185d285b79e92ebcff
+
+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 85c9bf51ee263a5054366da812c5a19d012c2f65 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 2 May 2025 09:08:25 +0200
Subject: [PATCH 2/2] New package: datovka-4.26.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..bbc2f3343b3be0
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,15 @@
+# Template file for 'datovka'
+pkgname=datovka
+version=4.26.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://datovka.nic.cz/${version}/${pkgname}-${version}.tar.xz"
+checksum=fa11e553d9432b7886324d8171147972ca853e6f8f871253a12ff1fec0ab3076

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

end of thread, other threads:[~2025-05-02  7:30 UTC | newest]

Thread overview: 66+ 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
2025-04-29  2:08 ` github-actions
2025-05-02  7:01 ` [PR PATCH] [Updated] " realcharmer
2025-05-02  7:02 ` New packages: datovka-4.26.0, libdatovka-0.7.1 realcharmer
2025-05-02  7:03 ` [PR PATCH] [Updated] " realcharmer
2025-05-02  7:08 ` realcharmer
2025-05-02  7:10 ` realcharmer
2025-05-02  7:30 ` realcharmer

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