From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qtkeychain/
Date: Tue, 14 May 2024 17:41:36 +0000 (UTC) [thread overview]
Message-ID: <1715708433.c3200a13b36d64d86a40996b887cc9809e91f9d0.asturm@gentoo> (raw)
commit: c3200a13b36d64d86a40996b887cc9809e91f9d0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 17:36:35 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 14 17:40:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3200a13
dev-libs/qtkeychain: add 0.14.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/qtkeychain/Manifest | 1 +
dev-libs/qtkeychain/qtkeychain-0.14.3.ebuild | 74 ++++++++++++++++++++++++++++
2 files changed, 75 insertions(+)
diff --git a/dev-libs/qtkeychain/Manifest b/dev-libs/qtkeychain/Manifest
index be66d503e662..77206317a586 100644
--- a/dev-libs/qtkeychain/Manifest
+++ b/dev-libs/qtkeychain/Manifest
@@ -1 +1,2 @@
DIST qtkeychain-0.14.2.tar.gz 50915 BLAKE2B eed35eec296b62fec90e83e98c3ab817aa05f7cefd74c3790ce2f7c38c051d5b95b3664e688bef0cfe7b06583e844782f60454bb67b48f6507fc33c780c62bf0 SHA512 d681f60a6954a8fcb37039cfb1a6d69f5aee19f30313d65072c40cee1880c302b9f2ad3d994ae7a775b17479f443231774804ca438ef6b5e7ec25533d5d9f3c2
+DIST qtkeychain-0.14.3.tar.gz 50948 BLAKE2B 4f2189b2d6a1faf7b5041baeb1c2f00498d0297a8028799ab646aa92189d569114c76b45528d15a72d7cee8dc6252797bebd3e2849034e703709a3b41f74a805 SHA512 d1d87553db94bf54da1373016a847476e6cd608db6d427ed72532658e2272501daf45d7c9976efdde2f26ab3810ba9dbfec2518d46dee5a76ecaa369bfee2e4a
diff --git a/dev-libs/qtkeychain/qtkeychain-0.14.3.ebuild b/dev-libs/qtkeychain/qtkeychain-0.14.3.ebuild
new file mode 100644
index 000000000000..40b5710678fd
--- /dev/null
+++ b/dev-libs/qtkeychain/qtkeychain-0.14.3.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake multibuild
+
+DESCRIPTION="Qt API for storing passwords securely"
+HOMEPAGE="https://github.com/frankosterfeld/qtkeychain"
+
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="https://github.com/frankosterfeld/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+else
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/frankosterfeld/${PN}.git"
+fi
+
+LICENSE="BSD-2"
+SLOT="0/1"
+IUSE="keyring +qt5 qt6"
+REQUIRED_USE="|| ( qt5 qt6 )"
+
+DEPEND="
+ keyring? (
+ app-crypt/libsecret
+ dev-libs/glib:2
+ )
+ qt5? (
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ )
+ qt6? ( dev-qt/qtbase:6[dbus] )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ qt5? ( dev-qt/linguist-tools:5 )
+ qt6? ( dev-qt/qttools:6[linguist] )
+"
+
+DOCS=( ChangeLog ReadMe.md )
+
+pkg_setup() {
+ MULTIBUILD_VARIANTS=( $(usev qt5) $(usev qt6) )
+}
+
+src_configure() {
+ my_src_configure() {
+ local mycmakeargs=(
+ -DECM_MKSPECS_INSTALL_DIR="${EPREFIX}"/usr/$(get_libdir)/${MULTIBUILD_VARIANT}/mkspecs
+ -DBUILD_TEST_APPLICATION=OFF
+ -DBUILD_TRANSLATIONS=ON
+ -DLIBSECRET_SUPPORT=$(usex keyring)
+ )
+
+ if [[ ${MULTIBUILD_VARIANT} == qt6 ]]; then
+ mycmakeargs+=( -DBUILD_WITH_QT6=ON )
+ else
+ mycmakeargs+=( -DBUILD_WITH_QT6=OFF )
+ fi
+
+ cmake_src_configure
+ }
+
+ multibuild_foreach_variant my_src_configure
+}
+
+src_compile() {
+ multibuild_foreach_variant cmake_src_compile
+}
+
+src_install() {
+ multibuild_foreach_variant cmake_src_install
+}
next reply other threads:[~2024-05-14 17:41 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-14 17:41 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-18 21:42 [gentoo-commits] repo/gentoo:master commit in: dev-libs/qtkeychain/ Andreas Sturmlechner
2025-02-18 0:48 Sam James
2025-02-18 0:12 Sam James
2025-02-18 0:12 Sam James
2025-01-16 20:25 Andreas Sturmlechner
2024-06-29 18:41 Andreas Sturmlechner
2024-06-17 5:54 Arthur Zamarin
2024-06-17 5:19 Arthur Zamarin
2024-03-06 20:32 Andreas Sturmlechner
2023-12-25 17:04 Andreas Sturmlechner
2023-07-09 10:09 Andreas Sturmlechner
2023-06-28 23:59 Sam James
2023-06-28 21:14 Sam James
2023-06-28 21:14 Sam James
2023-06-10 19:04 Andreas Sturmlechner
2023-06-10 19:04 Andreas Sturmlechner
2023-06-08 19:38 Andreas Sturmlechner
2023-06-03 7:09 WANG Xuerui
2021-12-12 22:15 Andreas Sturmlechner
2021-12-10 22:13 Sam James
2021-12-10 20:54 Sam James
2021-12-10 17:04 Jakov Smolić
2021-11-19 9:55 Andreas Sturmlechner
2021-11-19 9:55 Andreas Sturmlechner
2021-11-09 7:14 Andreas Sturmlechner
2021-11-07 17:23 Andreas Sturmlechner
2021-11-07 16:12 Andreas Sturmlechner
2021-10-11 12:30 Andreas Sturmlechner
2021-10-10 4:45 Yixun Lan
2021-10-02 12:58 Andreas Sturmlechner
2021-07-17 8:47 Andreas Sturmlechner
2021-04-27 18:02 Sam James
2021-04-27 18:01 Sam James
2020-12-08 7:37 Johannes Huber
2020-08-03 23:25 Sam James
2020-03-28 8:33 Johannes Huber
2020-03-19 6:39 Johannes Huber
2020-02-19 1:31 Georgy Yakovlev
2020-02-18 16:58 Johannes Huber
2020-02-17 12:13 Agostino Sarubbo
2020-02-16 21:14 Thomas Deutschmann
2020-01-12 11:02 Johannes Huber
2020-01-02 11:42 Johannes Huber
2018-10-07 20:32 Johannes Huber
2018-10-07 11:53 Mikle Kolyada
2018-10-06 23:05 Thomas Deutschmann
2018-07-17 8:31 Johannes Huber
2018-03-31 19:01 Mart Raudsepp
2018-02-22 17:34 Johannes Huber
2018-02-06 15:10 Thomas Deutschmann
2018-01-28 12:10 Johannes Huber
2017-09-05 18:54 Johannes Huber
2017-09-01 21:41 Andreas Sturmlechner
2017-01-10 18:08 Johannes Huber
2017-01-09 10:24 Aaron Bauman
2017-01-08 14:43 Johannes Huber
2016-06-27 18:30 Johannes Huber
2016-05-23 20:04 Johannes Huber
2016-05-23 20:04 Johannes Huber
2016-05-13 8:41 Agostino Sarubbo
2016-04-11 16:59 Johannes Huber
2016-03-13 11:32 Johannes Huber
2016-01-05 10:49 Agostino Sarubbo
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=1715708433.c3200a13b36d64d86a40996b887cc9809e91f9d0.asturm@gentoo \
--to=asturm@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