From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/libplasma/
Date: Wed, 12 Jun 2024 15:04:40 +0000 (UTC) [thread overview]
Message-ID: <1718204485.e3d5791db204a8096275027e6791f9129e657613.asturm@gentoo> (raw)
commit: e3d5791db204a8096275027e6791f9129e657613
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 15:00:03 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 15:01:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d5791d
kde-plasma/libplasma: Backport major regression fix from 6.1
KDE-bug: https://bugs.kde.org/show_bug.cgi?id=481113
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/libplasma/Manifest | 1 +
kde-plasma/libplasma/libplasma-6.0.90-r1.ebuild | 71 +++++++++++++++++++++++++
2 files changed, 72 insertions(+)
diff --git a/kde-plasma/libplasma/Manifest b/kde-plasma/libplasma/Manifest
index abbd99116e60..3c277b2fa5ca 100644
--- a/kde-plasma/libplasma/Manifest
+++ b/kde-plasma/libplasma/Manifest
@@ -1,2 +1,3 @@
+DIST libplasma-6.0.90-1f3f984c.tar.gz 2653114 BLAKE2B e06d4abdb59bc6943411bac488cf99e67fc856a165a097f3279aa9a7591ea512a7fcdb1a47646e92327236a5d921b936f7f4ce7b32175403e58da6ffaf9ed7f0 SHA512 d9b9f5a934482769ac81ae18324beee0475b96741555dabee7b38ab537124318bc7f9553afa0f3960a7ab0ffb5ee2559ed580bbefac59e623cb0c74535fa5e38
DIST libplasma-6.0.90.tar.xz 2116800 BLAKE2B d34b580a21737b0fa56b94e3e49635681182d2615f74be8ad5d8f7f329a3de6d7a65012a533fd90ed56b0aa590da01fd183fc229722678855287824b7fbb4adf SHA512 5f58d9e84a40e98e9cd9f7415ec0df07b5b5019cb8e25339414c73b9823592c7c36b1dbb4c4b1c20bc987260a51a66caed88007d8600f6a6adf600eb0d1de675
DIST plasma-framework-5.116.0.tar.xz 3311836 BLAKE2B ca47628891705bda2ae02728a680296e0ac2e4754f779a65685a85dd364ada9217e485ac9e10130c6c37fd0b98137263cb919941933fdbc0ba4c44febb6a99fd SHA512 d15a1379d14a13c17932c1278b209b0a2f6a07f1abc15cb436f73765f8df12564297541c29bf453991e4dc7d469c5b83ecc53e9e97480d10d8d897597acfe804
diff --git a/kde-plasma/libplasma/libplasma-6.0.90-r1.ebuild b/kde-plasma/libplasma/libplasma-6.0.90-r1.ebuild
new file mode 100644
index 000000000000..83b9d8f5f901
--- /dev/null
+++ b/kde-plasma/libplasma/libplasma-6.0.90-r1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI="true"
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=6.2.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Plasma library and runtime components based upon KF6 and Qt6"
+SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}-1f3f984c.tar.gz"
+S="${WORKDIR}/${PN}-1f3f984c02bcf6719fb96182e47546ce62dbef73"
+
+LICENSE="LGPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="gles2-only wayland"
+
+RESTRICT="test"
+
+# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
+COMMON_DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6=[dbus,gles2-only=,gui,widgets,X]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=dev-qt/qtsvg-${QTMIN}:6
+ >=dev-libs/wayland-1.15.0
+ >=kde-frameworks/karchive-${KFMIN}:6
+ >=kde-frameworks/kcmutils-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6[qml]
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kglobalaccel-${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/knotifications-${KFMIN}:6
+ >=kde-frameworks/kpackage-${KFMIN}:6
+ >=kde-frameworks/ksvg-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
+ =kde-plasma/plasma-activities-${PVCUT}*:6
+ media-libs/libglvnd
+ x11-libs/libX11
+ x11-libs/libxcb
+ !gles2-only? ( media-libs/libglvnd[X] )
+"
+DEPEND="${COMMON_DEPEND}
+ >=dev-libs/plasma-wayland-protocols-1.11.1
+ x11-base/xorg-proto
+"
+RDEPEND="${COMMON_DEPEND}
+ !${CATEGORY}/${PN}:5[-kf6compat(-)]
+"
+BDEPEND="
+ >=dev-qt/qtwayland-${QTMIN}:6
+ >=dev-util/wayland-scanner-1.19.0
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package !gles2-only OpenGL)
+ )
+
+ ecm_src_configure
+}
next reply other threads:[~2024-06-12 15:04 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-12 15:04 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-26 11:21 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/libplasma/ Arthur Zamarin
2025-01-10 8:37 WANG Xuerui
2024-12-04 17:45 Sam James
2024-11-05 19:16 Andreas Sturmlechner
2024-10-24 12:49 Arthur Zamarin
2024-09-12 17:21 Arthur Zamarin
2024-08-30 14:48 Andreas Sturmlechner
2024-06-12 15:04 Andreas Sturmlechner
2024-05-28 2:10 Sam James
2024-05-27 23:47 Sam James
2024-05-19 19:29 Andreas Sturmlechner
2024-03-02 9:12 Andreas Sturmlechner
2024-03-01 16:24 Arthur Zamarin
2024-02-28 18:51 Arthur Zamarin
2024-02-19 16:28 Sam James
2024-02-11 20:15 Andreas Sturmlechner
2024-01-14 22:28 Andreas Sturmlechner
2024-01-05 8:39 Andreas Sturmlechner
2024-01-04 10:11 Sam James
2023-12-28 18:55 Arthur Zamarin
2023-12-15 16:22 Andreas Sturmlechner
2023-11-28 9:46 Andreas Sturmlechner
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=1718204485.e3d5791db204a8096275027e6791f9129e657613.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