From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libkscreen/
Date: Thu, 16 Apr 2020 14:09:45 +0000 (UTC) [thread overview]
Message-ID: <1587045389.365dc0b6ef51a05d1d0678d0f377024faf5fcd58.asturm@gentoo> (raw)
commit: 365dc0b6ef51a05d1d0678d0f377024faf5fcd58
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 12:54:42 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 13:56:29 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=365dc0b6
kde-plasma/libkscreen: Add USE kwinft
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/libkscreen/libkscreen-5.18.49.9999.ebuild | 15 ++++++++++++++-
kde-plasma/libkscreen/libkscreen-9999.ebuild | 15 ++++++++++++++-
kde-plasma/libkscreen/metadata.xml | 3 +++
3 files changed, 31 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/libkscreen/libkscreen-5.18.49.9999.ebuild b/kde-plasma/libkscreen/libkscreen-5.18.49.9999.ebuild
index a7d1d15da5..8ef94e7274 100644
--- a/kde-plasma/libkscreen/libkscreen-5.18.49.9999.ebuild
+++ b/kde-plasma/libkscreen/libkscreen-5.18.49.9999.ebuild
@@ -12,20 +12,33 @@ VIRTUALX_REQUIRED="test"
inherit ecm kde.org
DESCRIPTION="Plasma screen management library"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${PN}-wrapland-support-5.18.4.tar.xz"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5/7"
KEYWORDS=""
-IUSE=""
+IUSE="kwinft"
DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtx11extras-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kwayland-${KFMIN}:5
x11-libs/libxcb
+ kwinft? ( gui-libs/wrapland:5 )
"
RDEPEND="${DEPEND}"
+PATCHES=( "${WORKDIR}/${PN}-wrapland-support.patch" )
+
# requires running session
RESTRICT+=" test"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package kwinft Wrapland)
+ )
+
+ ecm_src_configure
+}
diff --git a/kde-plasma/libkscreen/libkscreen-9999.ebuild b/kde-plasma/libkscreen/libkscreen-9999.ebuild
index 857aa8be9c..1fda77a6c8 100644
--- a/kde-plasma/libkscreen/libkscreen-9999.ebuild
+++ b/kde-plasma/libkscreen/libkscreen-9999.ebuild
@@ -12,20 +12,33 @@ VIRTUALX_REQUIRED="test"
inherit ecm kde.org
DESCRIPTION="Plasma screen management library"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${PN}-wrapland-support-5.18.80.tar.xz"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5/7"
KEYWORDS=""
-IUSE=""
+IUSE="kwinft"
DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtx11extras-${QTMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kwayland-${KFMIN}:5
x11-libs/libxcb
+ kwinft? ( gui-libs/wrapland:5 )
"
RDEPEND="${DEPEND}"
+PATCHES=( "${WORKDIR}/${PN}-wrapland-support.patch" )
+
# requires running session
RESTRICT+=" test"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package kwinft Wrapland)
+ )
+
+ ecm_src_configure
+}
diff --git a/kde-plasma/libkscreen/metadata.xml b/kde-plasma/libkscreen/metadata.xml
index 850a6ce4f9..670121b1fd 100644
--- a/kde-plasma/libkscreen/metadata.xml
+++ b/kde-plasma/libkscreen/metadata.xml
@@ -5,6 +5,9 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <use>
+ <flag name="kwinft">Enable support for <pkg>gui-wm/kwinft</pkg> via <pkg>gui-libs/wrapland</pkg></flag>
+ </use>
<slots>
<subslots>Reflects ABI compatibility of libKF5Screen.so</subslots>
</slots>
next reply other threads:[~2020-04-16 14:09 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-16 14:09 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-16 10:37 [gentoo-commits] proj/kde:master commit in: kde-plasma/libkscreen/ Andreas Sturmlechner
2023-12-15 22:36 Andreas Sturmlechner
2023-12-08 0:09 Andreas Sturmlechner
2023-12-02 19:25 Andreas Sturmlechner
2023-09-16 16:53 Andreas Sturmlechner
2023-02-14 13:24 Andreas Sturmlechner
2023-02-01 21:46 Andreas Sturmlechner
2023-01-16 18:58 Andreas Sturmlechner
2022-09-03 13:05 Andreas Sturmlechner
2022-03-21 19:03 Andreas Sturmlechner
2022-03-16 14:25 Andreas Sturmlechner
2022-01-15 15:22 Andreas Sturmlechner
2022-01-15 15:16 Andreas Sturmlechner
2022-01-15 15:06 Andreas Sturmlechner
2021-01-05 17:44 Andreas Sturmlechner
2020-10-21 21:09 Andreas Sturmlechner
2020-10-13 11:51 Andreas Sturmlechner
2020-09-19 8:12 Andreas Sturmlechner
2020-09-01 16:40 Andreas Sturmlechner
2020-09-01 12:01 Andreas Sturmlechner
2020-04-16 14:09 Andreas Sturmlechner
2018-10-09 9:13 Andreas Sturmlechner
2016-06-19 12:17 Michael Palimaka
2016-03-03 18:23 Michael Palimaka
2016-01-05 12:27 Michael Palimaka
2016-01-04 18:56 Michael Palimaka
2015-12-08 16:06 Michael Palimaka
2015-04-16 17:16 Michael Palimaka
2015-04-11 19:20 Michael Palimaka
2015-04-11 19:13 Michael Palimaka
2015-04-11 19:09 Michael Palimaka
2015-01-28 19:00 Michael Palimaka
2015-01-19 20:17 Johannes Huber
2015-01-14 0:12 Johannes Huber
2015-01-08 13:32 Manuel RĂ¼ger
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=1587045389.365dc0b6ef51a05d1d0678d0f377024faf5fcd58.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