From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/datovka/
Date: Tue, 11 Sep 2018 20:22:29 +0000 (UTC) [thread overview]
Message-ID: <1536697327.cdd38bb19f785afdd77707a48088b5eced929166.amynka@gentoo> (raw)
commit: cdd38bb19f785afdd77707a48088b5eced929166
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 11 20:09:45 2018 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Sep 11 20:22:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd38bb1
app-misc/datovka: version bump 4.11.0
Closes: https://bugs.gentoo.org/665680
Suggested-by: karel.slany <AT> nic.cz
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-misc/datovka/Manifest | 1 +
app-misc/datovka/datovka-4.11.0.ebuild | 54 ++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/app-misc/datovka/Manifest b/app-misc/datovka/Manifest
index f2c29bf0cbf..2a06a811a37 100644
--- a/app-misc/datovka/Manifest
+++ b/app-misc/datovka/Manifest
@@ -1,4 +1,5 @@
DIST datovka-3.0.3.tar.gz 671555 BLAKE2B e8fd9a196ed2d3c353dd94c4be4d734666f5a90866de7ddf0a8efd3ff9b6e96343719810cf585b8f4321c5028b9f229a0224cbc9ee4cb1ddb18727012bfa4d5d SHA512 c3dfa23125849fb1c5691a4ad6077fedd307b8c0417c72e014876f56c1185a2da73478927fb594cac45ada77a71a3798f57a75032a4d83cd81c194fe3257397d
DIST datovka-4.10.2.tar.xz 2465696 BLAKE2B 1c355070c4bce005f1a601875edbf40c279e11f32653e59d52321f284b93abd6e404774f41d3bc0430b9b01a13bd1667223e8aafd60f89058ba4eee2ebeb8269 SHA512 e1338d9448b042b26b9829341b93cd8d07fd7d2b854dce33b80731c9a9d41965ea646ac95c7883615ac4f682ed28fb1d3184554505acfb5e76b4ef03ab32bc98
DIST datovka-4.10.3.tar.xz 2554488 BLAKE2B a06c122403f7571c19abddca93e4d7270b66dbac9b86eb073634cc2c22dd26ad230ad36580b8f977e7033656d8f7066be89532c786ea554b293a2fab46309b9f SHA512 8a07c338b214bd0fdac216d6b278ebceee48aeb4df2d97a77a42f627479641d1824c5ed16f336f5da3205c46e753203aadfd0f83934b7caff4dc9c819e0cee0a
+DIST datovka-4.11.0.tar.xz 2575132 BLAKE2B c5fb753fe0a68c03571c490443428d36a76859b9be123e79a6fd32eb220f6f9f963c65e13b90e72554370c5d20bfef9fff6d47ebaa78e9865aff51d377280140 SHA512 ad245b0c2028a03690eeca6363e94852847ab20a4234aa89a4926d5727e9537e97a2dd53a6f8bfd7691e23480ab2c50ce681ffb7017a80996075bb000d6e1c5f
DIST datovka-4.9.2.tar.xz 2373540 BLAKE2B 2de754a5a9b59b5184f63dd8e1790b3345cc6fc2429aeafc60d6944a8f7372b898e11bfab7aaf21b9041697532b454cd7d91a968435a0cb297183902881b705b SHA512 a906a032d138be33f6011c9e5869c5c8ae44f305279fc531e6e21e7911a04d3f3f2a360d561f0553c581806fe3ac8344dbb30bcdc604e79db37fc948f12a7e1a
diff --git a/app-misc/datovka/datovka-4.11.0.ebuild b/app-misc/datovka/datovka-4.11.0.ebuild
new file mode 100644
index 00000000000..79feb345fb8
--- /dev/null
+++ b/app-misc/datovka/datovka-4.11.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils qmake-utils
+
+DESCRIPTION="GUI to access the Czech eGov system of Datove schranky"
+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.3.2:5"
+
+RDEPEND="
+ >=dev-libs/openssl-1.0.2
+ >=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.10.8
+"
+DEPEND="
+ ${RDEPEND}
+ >=dev-qt/linguist-tools-${QT_PV}
+"
+
+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() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
next reply other threads:[~2018-09-11 20:22 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-11 20:22 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-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-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=1536697327.cdd38bb19f785afdd77707a48088b5eced929166.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