From: Duncaen <Duncaen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New packages: datovka-4.26.0, libdatovka-0.7.1
Date: Sun, 08 Jun 2025 21:58:08 +0200 [thread overview]
Message-ID: <20250608195808.44A5C2DEE9@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41566@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 682 bytes --]
There is an updated pull request by Duncaen 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: 3703 bytes --]
From 0d44fe01e57049a4d822da62635cda261271c1be 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 | 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 d7a548a3534198..da3ee9b06b8ecf 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4561,3 +4561,4 @@ libngtcp2_crypto_ossl.so.0 ngtcp2-1.13.0_1
libprom.so prometheus-client-c-0.1.3_1
libqlementine.so.1 qlementine-1.2.2_1
libkwin.so.6 kwin-6.3.3.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..7d953dcff2c41c
--- /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}_${revision} libxml2-devel"
+ short_desc+=" - development files"
+ pkg_install() {
+ vmove usr/include
+ vmove usr/lib/pkgconfig
+ vmove "usr/lib/*.so"
+ }
+}
From 8a45b105bb66832a1bc9296a22dd6ae2ac0fae82 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 | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 srcpkgs/datovka/template
diff --git a/srcpkgs/datovka/template b/srcpkgs/datovka/template
new file mode 100644
index 00000000000000..8519404eb7f2ff
--- /dev/null
+++ b/srcpkgs/datovka/template
@@ -0,0 +1,28 @@
+# 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
+
+post_extract() {
+ # XXX: from https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/datovka/APKBUILD
+ # XXX: This enables '#define _Bool bool' which is needed on Alpine.
+ sed -i 's/#if defined(__APPLE__) || defined(__clang__)/& || !defined(__GLIBC__)/' \
+ config.tests/libdatovka/*.cpp \
+ src/*.cpp \
+ src/*.h \
+ src/isds/*.cpp \
+ src/isds/*.h \
+ src/datovka_shared/isds/*.h \
+ tests/*.cpp
+}
next prev parent reply other threads:[~2025-06-08 19:58 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
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
2025-06-08 19:49 ` Duncaen
2025-06-08 19:50 ` Duncaen
2025-06-08 19:58 ` Duncaen [this message]
2025-06-08 20:45 ` [PR PATCH] [Merged]: " Duncaen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250608195808.44A5C2DEE9@inbox.vuxu.org \
--to=duncaen@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).