From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-integration/
Date: Mon, 10 Oct 2022 08:13:34 +0000 (UTC) [thread overview]
Message-ID: <1665333512.e14630ee2601fd551a885eff3035ffea52715a6b.asturm@gentoo> (raw)
commit: e14630ee2601fd551a885eff3035ffea52715a6b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 7 14:48:36 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 16:38:32 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e14630ee
kde-plasma/kwayland-integration: Drop idletime plugin from 5.26
After KFMIN was raised to 5.99 we can disable it here too.
Only keep windowsystem plugin remains.
Bug: https://bugs.gentoo.org/790275
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kwayland-integration/kwayland-integration-5.26.0.ebuild | 13 +++++++------
.../kwayland-integration-5.26.49.9999.ebuild | 13 +++++++------
2 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.26.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.26.0.ebuild
index d5a02d593b..9dd4d8701c 100644
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.26.0.ebuild
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.26.0.ebuild
@@ -3,9 +3,7 @@
EAPI=8
-ECM_TEST="true"
KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
QTMIN=5.15.5
inherit ecm plasma.kde.org
@@ -17,13 +15,10 @@ SLOT="5"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
-RESTRICT="test" # bug 668872
-
# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
# slot ops:
# dev-qt/qtgui: QtXkbCommonSupportPrivate
# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff
-# kde-frameworks/kidletime: KIdleTime/private/abstractsystempoller.h
# kde-frameworks/kwindowsystem: Various private headers
DEPEND="
>=dev-libs/wayland-1.15
@@ -34,7 +29,6 @@ DEPEND="
)
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtwayland-${QTMIN}:5=
- >=kde-frameworks/kidletime-${KFMIN}:5=
>=kde-frameworks/kwayland-${KFMIN}:5
>=kde-frameworks/kwindowsystem-${KFMIN}:5=
x11-libs/libxkbcommon
@@ -44,3 +38,10 @@ BDEPEND="
>=dev-qt/qtwaylandscanner-${QTMIN}:5
virtual/pkgconfig
"
+
+src_prepare() {
+ ecm_src_prepare
+ ecm_punt_kf_module IdleTime
+ cmake_comment_add_subdirectory autotests # only contains idletime test
+ cmake_run_in src cmake_comment_add_subdirectory idletime
+}
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.26.49.9999.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.26.49.9999.ebuild
index 2d98367807..787ace3f10 100644
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.26.49.9999.ebuild
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.26.49.9999.ebuild
@@ -3,9 +3,7 @@
EAPI=8
-ECM_TEST="true"
KFMIN=5.99.0
-PVCUT=$(ver_cut 1-3)
QTMIN=5.15.5
inherit ecm plasma.kde.org
@@ -17,13 +15,10 @@ SLOT="5"
KEYWORDS=""
IUSE=""
-RESTRICT="test" # bug 668872
-
# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
# slot ops:
# dev-qt/qtgui: QtXkbCommonSupportPrivate
# dev-qt/qtwayland: Qt::WaylandClientPrivate (private/qwayland*_p.h) stuff
-# kde-frameworks/kidletime: KIdleTime/private/abstractsystempoller.h
# kde-frameworks/kwindowsystem: Various private headers
DEPEND="
>=dev-libs/wayland-1.15
@@ -34,7 +29,6 @@ DEPEND="
)
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtwayland-${QTMIN}:5=
- >=kde-frameworks/kidletime-${KFMIN}:5=
>=kde-frameworks/kwayland-${KFMIN}:5
>=kde-frameworks/kwindowsystem-${KFMIN}:5=
x11-libs/libxkbcommon
@@ -44,3 +38,10 @@ BDEPEND="
>=dev-qt/qtwaylandscanner-${QTMIN}:5
virtual/pkgconfig
"
+
+src_prepare() {
+ ecm_src_prepare
+ ecm_punt_kf_module IdleTime
+ cmake_comment_add_subdirectory autotests # only contains idletime test
+ cmake_run_in src cmake_comment_add_subdirectory idletime
+}
next reply other threads:[~2022-10-10 8:13 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-10 8:13 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-06 19:21 [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-integration/ Andreas Sturmlechner
2024-01-10 18:12 Andreas Sturmlechner
2023-12-16 11:23 Andreas Sturmlechner
2023-12-16 11:23 Andreas Sturmlechner
2023-11-30 20:54 Andreas Sturmlechner
2023-11-26 1:35 Andreas Sturmlechner
2023-03-01 21:44 Maciej Mrozowski
2022-11-27 13:15 Andreas Sturmlechner
2022-10-07 14:42 Andreas Sturmlechner
2022-10-07 14:42 Andreas Sturmlechner
2022-03-16 14:25 Andreas Sturmlechner
2021-10-03 12:22 Andreas Sturmlechner
2021-08-26 16:46 Andreas Sturmlechner
2019-07-21 11:10 Andreas Sturmlechner
2018-11-29 12:24 Andreas Sturmlechner
2018-10-09 9:13 Andreas Sturmlechner
2016-06-09 12:47 Michael Palimaka
2015-12-07 16:03 Michael Palimaka
2015-07-09 21:55 Johannes Huber
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=1665333512.e14630ee2601fd551a885eff3035ffea52715a6b.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