Github messages for voidlinux
 help / color / mirror / Atom feed
From: realcharmer <realcharmer@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: Fri, 02 May 2025 09:03:40 +0200	[thread overview]
Message-ID: <20250502070340.E01A72F0C2@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: 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

  parent reply	other threads:[~2025-05-02  7:03 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 ` realcharmer [this message]
2025-05-02  7:08 ` [PR PATCH] [Updated] " 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
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=20250502070340.E01A72F0C2@inbox.vuxu.org \
    --to=realcharmer@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).