From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kconfigwidgets/
Date: Sun, 4 Apr 2021 20:50:47 +0000 (UTC) [thread overview]
Message-ID: <1617566953.e77d3b2eaf19aeed6d248ebc975025bf92fe27e3.asturm@gentoo> (raw)
commit: e77d3b2eaf19aeed6d248ebc975025bf92fe27e3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 20:06:43 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 20:09:13 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e77d3b2e
kde-frameworks/kconfigwidgets: 5.81.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kconfigwidgets/kconfigwidgets-5.81.0.ebuild | 41 ++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.81.0.ebuild b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.81.0.ebuild
new file mode 100644
index 0000000000..704b573a1c
--- /dev/null
+++ b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.81.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_DESIGNERPLUGIN="true"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Framework providing an assortment of configuration-related widgets"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="+man"
+
+BDEPEND="
+ man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
+"
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ =kde-frameworks/kauth-${PVCUT}*:5
+ =kde-frameworks/kcodecs-${PVCUT}*:5
+ =kde-frameworks/kconfig-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/kguiaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+ =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866
+ $(cmake_use_find_package man KF5DocTools)
+ )
+
+ ecm_src_configure
+}
next reply other threads:[~2021-04-04 20:50 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-04 20:50 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-14 15:25 [gentoo-commits] proj/kde:master commit in: kde-frameworks/kconfigwidgets/ Andreas Sturmlechner
2025-01-09 20:14 Andreas Sturmlechner
2025-01-08 22:59 Andreas Sturmlechner
2024-12-16 22:48 Andreas Sturmlechner
2024-12-06 19:39 Andreas Sturmlechner
2024-11-08 14:40 Andreas Sturmlechner
2024-11-02 22:26 Andreas Sturmlechner
2024-10-11 14:17 Andreas Sturmlechner
2024-09-14 3:24 Andreas Sturmlechner
2024-09-07 9:44 Andreas Sturmlechner
2024-08-09 13:57 Andreas Sturmlechner
2024-08-04 19:37 Andreas Sturmlechner
2024-07-12 15:05 Andreas Sturmlechner
2024-07-08 20:11 Andreas Sturmlechner
2024-06-24 17:30 Andreas Sturmlechner
2024-06-12 15:35 Andreas Sturmlechner
2024-06-02 20:21 Andreas Sturmlechner
2024-04-14 20:04 Andreas Sturmlechner
2024-04-05 20:01 Andreas Sturmlechner
2024-01-10 23:27 Andreas Sturmlechner
2023-08-19 7:30 Andreas Sturmlechner
2023-07-25 9:36 Andreas Sturmlechner
2022-01-02 8:13 Andreas Sturmlechner
2021-12-12 22:52 Andreas Sturmlechner
2021-12-04 21:38 Andreas Sturmlechner
2021-11-13 20:14 Andreas Sturmlechner
2021-10-11 11:00 Andreas Sturmlechner
2021-10-03 15:44 Andreas Sturmlechner
2021-09-13 6:16 Andreas Sturmlechner
2021-09-04 22:51 Andreas Sturmlechner
2021-08-06 12:24 Andreas Sturmlechner
2021-07-12 16:54 Andreas Sturmlechner
2021-05-02 19:13 Andreas Sturmlechner
2021-03-13 16:31 Andreas Sturmlechner
2021-02-06 21:40 Andreas Sturmlechner
2021-01-02 21:18 Andreas Sturmlechner
2020-12-05 22:52 Andreas Sturmlechner
2017-05-26 18:33 Andreas Sturmlechner
2015-11-13 16:30 Michael Palimaka
2014-10-05 15:44 Michael Palimaka
2013-11-25 14:58 Michael Palimaka
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=1617566953.e77d3b2eaf19aeed6d248ebc975025bf92fe27e3.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