* [gentoo-commits] proj/kde:master commit in: kde-plasma/layer-shell-qt/
@ 2021-04-16 21:35 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-04-16 21:35 UTC (permalink / raw
To: gentoo-commits
commit: ba2b9a48b92ff78278e08337a7e52333218f3860
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 21:26:05 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 21:33:25 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ba2b9a48
kde-plasma/layer-shell-qt: New package
Bug: https://bugs.gentoo.org/783204
Bug: https://bugs.gentoo.org/783210
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../layer-shell-qt/layer-shell-qt-9999.ebuild | 30 ++++++++++++++++++++++
kde-plasma/layer-shell-qt/metadata.xml | 8 ++++++
2 files changed, 38 insertions(+)
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
new file mode 100644
index 0000000000..5893e49f6e
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KFMIN=9999
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Qt component to allow applications make use of Wayland wl-layer-shell protocol"
+
+LICENSE="LGPL-3+"
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/wayland-1.15
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5[X]
+ >=dev-qt/qtwayland-${QTMIN}:5
+ x11-libs/libxkbcommon
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/plasma-wayland-protocols-1.1.1
+"
+BDEPEND="
+ dev-util/wayland-scanner
+ virtual/pkgconfig
+"
diff --git a/kde-plasma/layer-shell-qt/metadata.xml b/kde-plasma/layer-shell-qt/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/kde-plasma/layer-shell-qt/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/layer-shell-qt/
@ 2021-08-03 15:43 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-08-03 15:43 UTC (permalink / raw
To: gentoo-commits
commit: beb11c390fdb0d769251390ee781cfdf3672c33d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 3 15:42:33 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 3 15:43:09 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=beb11c39
kde-plasma/layer-shell-qt: Fix DEPEND
Closes: https://bugs.gentoo.org/795501
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/layer-shell-qt/layer-shell-qt-5.22.49.9999.ebuild | 2 +-
kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.49.9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.49.9999.ebuild
index af58eac630..7f81137f20 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.49.9999.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.49.9999.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
x11-libs/libxkbcommon
"
DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.1.1
+ dev-libs/wayland-protocols
"
BDEPEND="
dev-util/wayland-scanner
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
index 5893e49f6e..1eb5e9487f 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
x11-libs/libxkbcommon
"
DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.1.1
+ dev-libs/wayland-protocols
"
BDEPEND="
dev-util/wayland-scanner
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/layer-shell-qt/
@ 2021-08-26 16:46 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-08-26 16:46 UTC (permalink / raw
To: gentoo-commits
commit: 1939c80330a0886e4969c4155f0869fd1158a16c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 16:27:23 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 16:27:23 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1939c803
kde-plasma/layer-shell-qt: Alternatively accept dev-qt/qtgui[libinput]
It also provides QtXkbCommonSupport, not just dev-qt/qtgui[X].
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
index 964b634bdc..cb5e5755eb 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
@@ -14,10 +14,14 @@ SLOT="5"
KEYWORDS=""
IUSE=""
+# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
RDEPEND="
>=dev-libs/wayland-1.15
>=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5[X]
+ || (
+ >=dev-qt/qtgui-${QTMIN}:5[libinput]
+ >=dev-qt/qtgui-${QTMIN}:5[X]
+ )
>=dev-qt/qtwayland-${QTMIN}:5
x11-libs/libxkbcommon
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/layer-shell-qt/
@ 2021-10-03 9:25 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2021-10-03 9:25 UTC (permalink / raw
To: gentoo-commits
commit: 762b47afdadf6a6dc0c0e996128ad633e2c84dec
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 3 09:16:24 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 3 09:20:42 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=762b47af
kde-plasma/layer-shell-qt: Needs dev-qt/qtwayland private headers
Add slot operator accordingly.
Bug: https://bugs.gentoo.org/815646
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild | 3 ++-
kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild | 3 ++-
kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild
index e70d7db79a..582e24874f 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild
@@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
+# slot op: various private QtWaylandClient headers
RDEPEND="
>=dev-libs/wayland-1.15
>=dev-qt/qtdeclarative-${QTMIN}:5
@@ -22,7 +23,7 @@ RDEPEND="
>=dev-qt/qtgui-${QTMIN}:5[libinput]
>=dev-qt/qtgui-${QTMIN}:5[X]
)
- >=dev-qt/qtwayland-${QTMIN}:5
+ >=dev-qt/qtwayland-${QTMIN}:5=
x11-libs/libxkbcommon
"
DEPEND="${RDEPEND}
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild
index 36421caef1..6f62520aca 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild
@@ -15,6 +15,7 @@ KEYWORDS=""
IUSE=""
# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
+# slot op: various private QtWaylandClient headers
RDEPEND="
>=dev-libs/wayland-1.15
>=dev-qt/qtdeclarative-${QTMIN}:5
@@ -22,7 +23,7 @@ RDEPEND="
>=dev-qt/qtgui-${QTMIN}:5[libinput]
>=dev-qt/qtgui-${QTMIN}:5[X]
)
- >=dev-qt/qtwayland-${QTMIN}:5
+ >=dev-qt/qtwayland-${QTMIN}:5=
x11-libs/libxkbcommon
"
DEPEND="${RDEPEND}
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
index cb5e5755eb..e0b46445c2 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
@@ -15,6 +15,7 @@ KEYWORDS=""
IUSE=""
# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
+# slot op: various private QtWaylandClient headers
RDEPEND="
>=dev-libs/wayland-1.15
>=dev-qt/qtdeclarative-${QTMIN}:5
@@ -22,7 +23,7 @@ RDEPEND="
>=dev-qt/qtgui-${QTMIN}:5[libinput]
>=dev-qt/qtgui-${QTMIN}:5[X]
)
- >=dev-qt/qtwayland-${QTMIN}:5
+ >=dev-qt/qtwayland-${QTMIN}:5=
x11-libs/libxkbcommon
"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/layer-shell-qt/
@ 2022-03-16 14:25 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2022-03-16 14:25 UTC (permalink / raw
To: gentoo-commits
commit: d5bf580f5dc7e99f34e7d226a62b91dcf43a1b7b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 13:38:58 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 14:02:03 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d5bf580f
kde-plasma/layer-shell-qt: Add dev-qt/qtwaylandscanner BDEPEND
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/layer-shell-qt/layer-shell-qt-5.24.49.9999.ebuild | 4 ++++
kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.49.9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.49.9999.ebuild
index c7fef5d582..3bd529a599 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.49.9999.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.49.9999.ebuild
@@ -30,6 +30,10 @@ DEPEND="${RDEPEND}
dev-libs/wayland-protocols
"
BDEPEND="
+ || (
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
+ <dev-qt/qtwayland-5.15.3:5
+ )
dev-util/wayland-scanner
virtual/pkgconfig
"
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
index dd3406a6c3..a154672c51 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
@@ -30,6 +30,10 @@ DEPEND="${RDEPEND}
dev-libs/wayland-protocols
"
BDEPEND="
+ || (
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
+ <dev-qt/qtwayland-5.15.3:5
+ )
dev-util/wayland-scanner
virtual/pkgconfig
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/layer-shell-qt/
@ 2023-12-15 22:36 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2023-12-15 22:36 UTC (permalink / raw
To: gentoo-commits
commit: 8a929ea9f0e740f1bc3c1ae3418329d4ca080911
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 22:35:59 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 22:35:59 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a929ea9
kde-plasma/layer-shell-qt: Update dependencies
Upstream commit ae883df5b119c99d672c380f9585710d339dd187
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
index f31d98cb5a..55aae6b39d 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
@@ -14,15 +14,11 @@ SLOT="6"
KEYWORDS=""
IUSE=""
-# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
# slot op: various private QtWaylandClient headers
RDEPEND="
>=dev-libs/wayland-1.15
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
>=dev-qt/qtdeclarative-${QTMIN}:6
- || (
- >=dev-qt/qtbase-${QTMIN}:6[libinput]
- >=dev-qt/qtbase-${QTMIN}:6[X]
- )
>=dev-qt/qtwayland-${QTMIN}:6=
x11-libs/libxkbcommon
"
@@ -30,7 +26,6 @@ DEPEND="${RDEPEND}
dev-libs/wayland-protocols
"
BDEPEND="
- >=dev-qt/qtwayland-${QTMIN}:6
dev-util/wayland-scanner
virtual/pkgconfig
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-12-15 22:36 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-03 15:43 [gentoo-commits] proj/kde:master commit in: kde-plasma/layer-shell-qt/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2023-12-15 22:36 Andreas Sturmlechner
2022-03-16 14:25 Andreas Sturmlechner
2021-10-03 9:25 Andreas Sturmlechner
2021-08-26 16:46 Andreas Sturmlechner
2021-04-16 21:35 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox