From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/datovka/
Date: Thu, 17 Dec 2020 17:48:09 +0000 (UTC) [thread overview]
Message-ID: <1608227129.c830ac2bbac720c3e1b8e900c43f1cd0a64c5bb6.amynka@gentoo> (raw)
commit: c830ac2bbac720c3e1b8e900c43f1cd0a64c5bb6
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 17:43:32 2020 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 17:45:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c830ac2b
app-misc/datovka: version bump 4.15.3
Closes: https://bugs.gentoo.org/742677
Submitted-by: Karel Slany<karel.slany <AT> nic.cz>
Package-Manager: Portage-3.0.8, Repoman-2.3.23
Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
app-misc/datovka/Manifest | 1 +
app-misc/datovka/datovka-4.15.3.ebuild | 54 ++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/app-misc/datovka/Manifest b/app-misc/datovka/Manifest
index c63f3d1cf67..64a814ddc2e 100644
--- a/app-misc/datovka/Manifest
+++ b/app-misc/datovka/Manifest
@@ -1,2 +1,3 @@
DIST datovka-4.15.0.tar.xz 2816380 BLAKE2B 4e7d74bfc95286f9b6af3e84cd1439ca22b9aa83735cdde76827d49957bc210105ef82d6c1cb2c6ab861cd38ef852d043bf1fc30c22264aedb22f598c6c78ab0 SHA512 c379c61e091b92db0a061bff943f0f95e8627b2806641e001de090fafe8407b9a1167697b0b009217c0999c4ec2f61cb2bf3d3a8f5b234ed823ec6b88b6232fb
DIST datovka-4.15.1.tar.xz 2821764 BLAKE2B ebc0eb75b239579224f77f1894d05fb617dc1556033ee1e82a27fb13b71284dcbe3b4dfff1711084869f7cc82837487f3676d9c3d681e91b0232cee0c77b7da0 SHA512 7f2286f6af5350be668a83098d65f49ead31473b0d2f3d4d336089bdd73cf6a6cec007112c0e10f08ecbb90e1a29c2ee12cd4773f41c677ebe1127366d06ca20
+DIST datovka-4.15.3.tar.xz 2827960 BLAKE2B 765b48f0608f3cbd947e5191778a0ae88e1fcb6679bc252160c8f5ed2b186f672fcfe2b55db67182d9a07676ebab01a272b70fced151e7f8ae027a632c6d9879 SHA512 e3791dae451ce7b42bd50cfdf0191430e3d1b5d8101a70e5c1466296b03d94e798dc080b663ff98bdf9dd80138f5d067ae5d493aeaf89285d66095b24ce15f1a
diff --git a/app-misc/datovka/datovka-4.15.3.ebuild b/app-misc/datovka/datovka-4.15.3.ebuild
new file mode 100644
index 00000000000..89144ad68b5
--- /dev/null
+++ b/app-misc/datovka/datovka-4.15.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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:0=
+ >=dev-qt/qtcore-${QT_PV}
+ >=dev-qt/qtgui-${QT_PV}
+ >=dev-qt/qtnetwork-${QT_PV}
+ >=dev-qt/qtprintsupport-${QT_PV}
+ >=dev-qt/qtsql-${QT_PV}[sqlite]
+ >=dev-qt/qtsvg-${QT_PV}
+ >=dev-qt/qtwidgets-${QT_PV}
+ >=net-libs/libisds-0.11
+"
+DEPEND="
+ ${RDEPEND}
+ >=dev-qt/linguist-tools-${QT_PV}
+ virtual/pkgconfig
+"
+DOCS=( ChangeLog README )
+
+src_configure() {
+ lrelease datovka.pro || die
+ eqmake5 PREFIX="/usr" 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
+}
next reply other threads:[~2020-12-17 17:48 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-17 17:48 Amy Liffey [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-26 11:53 [gentoo-commits] repo/gentoo:master commit in: app-misc/datovka/ Amy Liffey
2025-01-04 7:26 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-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-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=1608227129.c830ac2bbac720c3e1b8e900c43f1cd0a64c5bb6.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