public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/
Date: Tue, 13 Oct 2020 11:51:04 +0000 (UTC)	[thread overview]
Message-ID: <1602589849.b9f7da2d3cb0d1fccff91f386629caa0dfc84575.asturm@gentoo> (raw)

commit:     b9f7da2d3cb0d1fccff91f386629caa0dfc84575
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 11:38:24 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 11:50:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f7da2d

kde-plasma/libksysguard: 5.20.0 version bump

Add IUSE=designer description

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/libksysguard/Manifest                   |  1 +
 kde-plasma/libksysguard/libksysguard-5.20.0.ebuild | 69 ++++++++++++++++++++++
 kde-plasma/libksysguard/metadata.xml               |  1 +
 3 files changed, 71 insertions(+)

diff --git a/kde-plasma/libksysguard/Manifest b/kde-plasma/libksysguard/Manifest
index 6a1dbb7f626..fc408601263 100644
--- a/kde-plasma/libksysguard/Manifest
+++ b/kde-plasma/libksysguard/Manifest
@@ -1 +1,2 @@
 DIST libksysguard-5.19.5.tar.xz 674900 BLAKE2B 88408494360921bff732ba535a932b2a17d8faba9a0cd231754dda6116ce52d8cb6ed32f89f05e16091b54a378d3d50e5e46feff1e27b46260f3803ca78b9855 SHA512 8e723eff1e50195005a91dd558df0ddce956c33478c00e177f1eae4d9997ea8332d86bb8fae1eb2d18bfe3bdceefa31fe4211dfcf4bb1c463d347ced33e75348
+DIST libksysguard-5.20.0.tar.xz 682884 BLAKE2B b040de84412903918f7a6ed1881b7d4df9210011a01dcf6bdfff52f09fe58b69f83c295ebde813c032f5be83dbfd68209745cecadd10fceec6a1a0e9fdd11de8 SHA512 8265461921a978c7ea202a577a3ad430b9ea6ea0479665ef11741ae89583c2bb7f58cb1aa82794b1badb4b3356f0305fa8d6efdbaddc6563bfceec099501dd28

diff --git a/kde-plasma/libksysguard/libksysguard-5.20.0.ebuild b/kde-plasma/libksysguard/libksysguard-5.20.0.ebuild
new file mode 100644
index 00000000000..3509adbb00c
--- /dev/null
+++ b/kde-plasma/libksysguard/libksysguard-5.20.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_DESIGNERPLUGIN="true"
+ECM_TEST="true"
+KFMIN=5.74.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.1
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Task management and system monitoring library"
+LICENSE="LGPL-2+"
+SLOT="5/9"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="webengine X"
+
+RDEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	>=kde-frameworks/kauth-${KFMIN}:5
+	>=kde-frameworks/kcompletion-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kjobwidgets-${KFMIN}:5
+	>=kde-frameworks/knewstuff-${KFMIN}:5
+	>=kde-frameworks/kpackage-${KFMIN}:5
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+	>=kde-frameworks/kwindowsystem-${KFMIN}:5
+	sys-libs/zlib
+	webengine? (
+		>=dev-qt/qtwebchannel-${QTMIN}:5
+		>=dev-qt/qtwebengine-${QTMIN}:5
+	)
+	X? (
+		>=dev-qt/qtx11extras-${QTMIN}:5
+		x11-libs/libX11
+		x11-libs/libXres
+	)
+"
+DEPEND="${RDEPEND}
+	!<kde-plasma/plasma-workspace-5.18.80:5
+	>=kde-frameworks/kiconthemes-${KFMIN}:5
+	X? ( x11-base/xorg-proto )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-5.16.0-no-detailed-mem-message.patch" )
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake_use_find_package webengine Qt5WebChannel)
+		$(cmake_use_find_package webengine Qt5WebEngineWidgets)
+		$(cmake_use_find_package X X11)
+	)
+
+	ecm_src_configure
+}
+
+src_test() {
+	LC_NUMERIC="C" ecm_src_test # bug 695514
+}

diff --git a/kde-plasma/libksysguard/metadata.xml b/kde-plasma/libksysguard/metadata.xml
index fffdaaa4785..b9f39f2d0ec 100644
--- a/kde-plasma/libksysguard/metadata.xml
+++ b/kde-plasma/libksysguard/metadata.xml
@@ -9,6 +9,7 @@
 		<subslots>Reflects ABI compatibility by soname version</subslots>
 	</slots>
 	<use>
+		<flag name="designer">Build plugins for <pkg>dev-qt/designer</pkg></flag>
 		<flag name="webengine">Enable display of detailed memory information using <pkg>dev-qt/qtwebengine</pkg>.</flag>
 	</use>
 </pkgmetadata>


             reply	other threads:[~2020-10-13 11:51 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-13 11:51 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-29 22:32 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/ Andreas Sturmlechner
2025-07-29 22:32 Andreas Sturmlechner
2025-06-18  9:27 Sam James
2025-02-23 21:43 Andreas Sturmlechner
2025-02-14 10:38 Sam James
2025-01-10  9:54 WANG Xuerui
2024-11-26 19:25 Andreas Sturmlechner
2024-11-18 20:09 Andreas Sturmlechner
2024-06-17 17:13 Andreas Sturmlechner
2024-06-12 15:29 Andreas Sturmlechner
2023-09-19 15:27 Andreas Sturmlechner
2023-08-14 15:07 Andreas Sturmlechner
2023-01-09 20:48 Andreas Sturmlechner
2022-10-10  9:54 Andreas Sturmlechner
2022-07-30  8:51 Agostino Sarubbo
2022-07-28 11:03 Agostino Sarubbo
2022-05-29 20:44 Andreas Sturmlechner
2022-05-25 21:13 Andreas Sturmlechner
2022-05-03 22:41 Sam James
2022-04-29 13:33 Agostino Sarubbo
2022-04-29 13:29 Agostino Sarubbo
2022-03-29 15:57 Andreas Sturmlechner
2022-02-22 16:55 Andreas Sturmlechner
2022-02-15 17:51 Andreas Sturmlechner
2022-02-08 13:10 Andreas Sturmlechner
2022-01-18 17:40 Andreas Sturmlechner
2021-12-19 22:09 Agostino Sarubbo
2021-12-19 22:06 Agostino Sarubbo
2021-10-31  3:17 Sam James
2021-10-20  6:51 Andreas Sturmlechner
2021-07-06 17:20 Andreas Sturmlechner
2021-06-23  6:27 Andreas Sturmlechner
2021-06-16 12:32 Sam James
2021-05-09 12:11 Andreas Sturmlechner
2021-04-06 14:12 Andreas Sturmlechner
2021-03-16 14:43 Andreas Sturmlechner
2021-03-02 20:24 Andreas Sturmlechner
2021-02-17 22:13 Andreas Sturmlechner
2021-01-24 19:34 Sam James
2021-01-21 13:37 Agostino Sarubbo
2021-01-05 17:36 Andreas Sturmlechner
2020-12-01 16:08 Andreas Sturmlechner
2020-11-11 14:21 Andreas Sturmlechner
2020-10-27 21:26 Andreas Sturmlechner
2020-10-20 19:56 Andreas Sturmlechner
2020-10-08  2:22 Sam James
2020-09-01 16:33 Andreas Sturmlechner
2020-08-13 15:47 Andreas Sturmlechner
2020-07-28 15:37 Andreas Sturmlechner
2020-07-07 21:30 Andreas Sturmlechner
2020-06-28 17:56 Andreas Sturmlechner
2020-06-28 17:56 Andreas Sturmlechner
2020-06-25  7:21 Andreas Sturmlechner
2020-06-20 21:03 Thomas Deutschmann
2020-06-10 22:44 Andreas Sturmlechner
2020-06-10 22:44 Andreas Sturmlechner
2020-05-21 13:41 Mikle Kolyada
2020-05-20 16:15 Mikle Kolyada
2020-05-20 16:11 Mikle Kolyada
2020-02-29 12:34 Mikle Kolyada
2020-02-16 13:51 Andreas Sturmlechner
2020-02-15 11:31 Mikle Kolyada
2020-02-11 13:54 Mikle Kolyada
2020-02-11 13:50 Mikle Kolyada
2019-12-22 21:54 Aaron Bauman
2019-12-22 20:42 Mikle Kolyada
2019-12-22 20:39 Mikle Kolyada
2019-12-22 12:52 Andreas Sturmlechner
2019-09-21  0:08 Mikle Kolyada
2019-09-21  0:04 Mikle Kolyada
2019-09-20  3:24 Aaron Bauman
2019-05-28  4:01 Aaron Bauman
2019-05-18 18:15 Mikle Kolyada
2019-05-18 18:11 Mikle Kolyada
2019-01-25  7:28 Mikle Kolyada
2019-01-25  7:20 Mikle Kolyada
2018-10-18 12:31 Thomas Deutschmann
2018-05-26  0:52 Thomas Deutschmann
2017-07-25 19:19 Alexis Ballier
2017-07-07  8:12 Agostino Sarubbo
2017-07-05 20:31 Agostino Sarubbo
2017-05-07 15:41 Andreas Sturmlechner
2017-03-20 16:45 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=1602589849.b9f7da2d3cb0d1fccff91f386629caa0dfc84575.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