public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/datovka/
Date: Mon,  5 Jun 2023 16:17:06 +0000 (UTC)	[thread overview]
Message-ID: <1685981820.26f3a160f33ad4f7e07d0ad2d747e30ff8a54815.amynka@gentoo> (raw)

commit:     26f3a160f33ad4f7e07d0ad2d747e30ff8a54815
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  5 16:15:16 2023 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 16:17:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f3a160

app-misc/datovka: add 4.22.1

Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>

 app-misc/datovka/Manifest              |  1 +
 app-misc/datovka/datovka-4.22.1.ebuild | 57 ++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/app-misc/datovka/Manifest b/app-misc/datovka/Manifest
index 4910a9b0bf89..49d37a9e2fbe 100644
--- a/app-misc/datovka/Manifest
+++ b/app-misc/datovka/Manifest
@@ -1,2 +1,3 @@
 DIST datovka-4.21.0.tar.xz 3119488 BLAKE2B 61baa13db4452398df2004aa650d309b2b67403b5b770a02b969f635e680d4ba2fe9f3920f8ba59520130440a9132fca4e5cd731e35ac73e30deecdb4422b986 SHA512 86254c8cbf093aa1c908d4aeec94390a71841b5818e3db879024b70f76b7d59b8dab8bb635b3448c9507ede2cb2c5e3ea5c829798b128572731d9a4cec28fb18
 DIST datovka-4.22.0.tar.xz 3132780 BLAKE2B 6aa94a4ae37fe4ff12738902c3f721058ce2bb86946f7150cbdda1b9b38b4e14ae43a10252e9d10784a1549c2ab508291e7323635da0aa8b1d7d5d2338946ff3 SHA512 43ea3eb7b1f06596f7babedaaff3a7950f6e893b71cdcb8482fb5a7c11861369e080ca2058c39c0ca362c8917ae90e4058f614958057e87039b186b3ba5d5863
+DIST datovka-4.22.1.tar.xz 3154932 BLAKE2B 957080b1a7a0a9ec94c5c7be2a21c707a1e0693c5c218a07e291af4808154a09083bcfd4b1d70aa34469b66263d1528bb1b1a70f494fd386570fbc31d85e332a SHA512 f4774de6b199fc1ccef43a78ea32067118d3bdd0fb2e1a1ebf83c75b7f6debc577a40a9104113396d5ef1263621d908c13b8316ee591aa309e6cb108118d9f8f

diff --git a/app-misc/datovka/datovka-4.22.1.ebuild b/app-misc/datovka/datovka-4.22.1.ebuild
new file mode 100644
index 000000000000..37fb669b8237
--- /dev/null
+++ b/app-misc/datovka/datovka-4.22.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils xdg-utils
+
+DESCRIPTION="GUI to access the Czech data box e-government system"
+HOMEPAGE="https://www.datovka.cz/"
+SRC_URI="https://secure.nic.cz/files/datove_schranky/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# minimum Qt version required
+QT_PV="5.14.0:5"
+
+RDEPEND="
+	>=dev-libs/openssl-1.0.2:=
+	dev-libs/quazip:=[qt5(+)]
+	>=dev-qt/qtcore-${QT_PV}
+	>=dev-qt/qtgui-${QT_PV}
+	>=dev-qt/qtnetwork-${QT_PV}[ssl]
+	>=dev-qt/qtprintsupport-${QT_PV}
+	>=dev-qt/qtsql-${QT_PV}[sqlite]
+	>=dev-qt/qtsvg-${QT_PV}
+	>=dev-qt/qtwebsockets-${QT_PV}
+	>=dev-qt/qtwidgets-${QT_PV}
+	>=app-misc/libdatovka-0.3.0
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	>=dev-qt/linguist-tools-${QT_PV}
+	virtual/pkgconfig
+"
+
+DOCS=( ChangeLog README )
+
+src_configure() {
+	$(qt5_get_bindir)/lrelease datovka.pro || die
+	eqmake5 PREFIX="/usr" SYSTEM_LIBQUAZIP=1 DISABLE_VERSION_NOTIFICATION=1 TEXT_FILES_INST_DIR="/usr/share/${PN}/"
+}
+
+src_install() {
+	emake install INSTALL_ROOT="${D}"
+	einstalldocs
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


             reply	other threads:[~2023-06-05 16:17 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-05 16:17 Amy Liffey [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-04  7:26 [gentoo-commits] repo/gentoo:master commit in: app-misc/datovka/ Andreas Sturmlechner
2025-01-04  7:26 Andreas Sturmlechner
2024-12-31  9:08 Andreas Sturmlechner
2024-05-04 10:41 Amy Liffey
2024-05-04 10:41 Amy Liffey
2024-01-27 12:57 Amy Liffey
2024-01-27 12:57 Amy Liffey
2023-06-05 16:17 Amy Liffey
2023-05-14 16:01 Amy Liffey
2023-05-14 16:01 Amy Liffey
2022-12-14 20:01 Amy Liffey
2022-11-22  8:11 Sam James
2022-11-22  8:11 Sam James
2022-11-18 20:07 Amy Liffey
2022-04-05 20:07 Andreas Sturmlechner
2022-04-05 20:07 Andreas Sturmlechner
2022-04-05 20:07 Andreas Sturmlechner
2021-10-07  8:29 Amy Liffey
2021-08-09 13:25 Amy Liffey
2021-08-08 20:13 Amy Liffey
2020-12-17 17:48 Amy Liffey
2020-08-04 19:13 Amy Liffey
2020-04-01  7:52 Amy Liffey
2019-12-23 18:40 Amy Liffey
2019-04-30 13:16 Amy Liffey
2019-04-30 13:16 Amy Liffey
2019-04-30 13:16 Amy Liffey
2019-01-09 17:40 Amy Liffey
2018-11-03 10:18 Amy Liffey
2018-09-12  5:57 Amy Liffey
2018-09-12  5:39 Mikle Kolyada
2018-09-11 20:22 Amy Liffey
2018-09-11 20:22 Amy Liffey
2018-07-16 15:35 Amy Liffey
2018-03-23  9:49 Amy Liffey
2018-03-23  9:49 Amy Liffey
2017-12-05 23:13 Amy Liffey
2017-08-28 20:37 Amy Liffey
2017-08-11 20:24 Amy Liffey
2017-06-22 12:10 Tomas Chvatal
2017-02-16  7:27 Amy Liffey
2016-10-09  7:56 Pacho Ramos

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=1685981820.26f3a160f33ad4f7e07d0ad2d747e30ff8a54815.amynka@gentoo \
    --to=amynka@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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