public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/systemsettings/
Date: Tue, 25 Jun 2024 22:33:15 +0000 (UTC)	[thread overview]
Message-ID: <1719354673.8bcd48095a6bcae014b1d5b4371ab5d73837c5e3.sam@gentoo> (raw)

commit:     8bcd48095a6bcae014b1d5b4371ab5d73837c5e3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 22:28:28 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 22:31:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bcd4809

kde-plasma/systemsettings: 6.1.1 version bump

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/systemsettings/Manifest                 |  1 +
 .../systemsettings/systemsettings-6.1.1.ebuild     | 52 ++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/kde-plasma/systemsettings/Manifest b/kde-plasma/systemsettings/Manifest
index aab08f54ae04..679393a8817a 100644
--- a/kde-plasma/systemsettings/Manifest
+++ b/kde-plasma/systemsettings/Manifest
@@ -1,2 +1,3 @@
 DIST systemsettings-5.27.11.tar.xz 230736 BLAKE2B 0645be30d2f673683b020d62ce2a8168d4c656fcc23a863a6ca15bacc57be85cc13ef11ff5006ae377526ec55251120ed110afcc502d737d372255f5555ac824 SHA512 5e48b9f7099d2e6efb681094e24da50727bf8819e90bfbd55dbddb546449c1976f2e6763c13e00270f5bd845b3342764a745de40cf0d0278c7285bc1e6943991
 DIST systemsettings-6.1.0.tar.xz 214416 BLAKE2B 4d4bf4a99524950d2521578545749d5f3733cf062f94259563b888164cc72263847a066f4d5d93f1e3ba676b980ec23d3d9c8ebaa44deee32f944ebd3fa71061 SHA512 41e2eb30f86392f2daeadfdc7ab75bd3c9291b183324742840f7eb50ca854730d4c242db3c53f2a68bff382a7e5ed98a514452341a3ece3a96567d886ce5bdd2
+DIST systemsettings-6.1.1.tar.xz 213516 BLAKE2B ea8813234daa9fc9bb92721b1af338f176cd02aad9eec5c6da93214025baf2afdff14237bf83a623d691ea9be78760976b84429963ff20ea61c4c68bc221f65d SHA512 fb953b31bbe7f83e0d1110f43ce6df799c8dbe025cfabc28e8f7c31ee848f465eca0c13917143e41b4bf2ab9be7382bcd4869964dd9013a2a93c1a3df0af8b0a

diff --git a/kde-plasma/systemsettings/systemsettings-6.1.1.ebuild b/kde-plasma/systemsettings/systemsettings-6.1.1.ebuild
new file mode 100644
index 000000000000..2a4e58dc7eeb
--- /dev/null
+++ b/kde-plasma/systemsettings/systemsettings-6.1.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org optfeature
+
+DESCRIPTION="Control Center to configure KDE Plasma desktop"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+	>=kde-frameworks/kauth-${KFMIN}:6
+	>=kde-frameworks/kcmutils-${KFMIN}:6
+	>=kde-frameworks/kcompletion-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kcrash-${KFMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/kguiaddons-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kiconthemes-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/kirigami-${KFMIN}:6
+	>=kde-frameworks/kitemmodels-${KFMIN}:6
+	>=kde-frameworks/kitemviews-${KFMIN}:6
+	>=kde-frameworks/knotifications-${KFMIN}:6
+	>=kde-frameworks/krunner-${KFMIN}:6
+	>=kde-frameworks/kservice-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+	>=kde-frameworks/kxmlgui-${KFMIN}:6
+	>=kde-plasma/plasma-activities-${PVCUT}:6
+"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+	if [[ -z "${REPLACING_VERSIONS}" ]]; then
+		optfeature "Configure looks for GTK+" kde-plasma/kde-gtk-config
+	fi
+	ecm_pkg_postinst
+}


             reply	other threads:[~2024-06-25 22:33 UTC|newest]

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

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=1719354673.8bcd48095a6bcae014b1d5b4371ab5d73837c5e3.sam@gentoo \
    --to=sam@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