* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2020-04-29 16:10 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2020-04-29 16:10 UTC (permalink / raw
To: gentoo-commits
commit: 60c4d73a6da64af640363c7e7d9adb25fe7910a2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 11:26:24 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 15:45:56 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=60c4d73a
kde-plasma/kwayland-server: New package, split from kwayland
See also: https://mail.kde.org/pipermail/kde-frameworks-devel/2020-April/109641.html
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kwayland-server/kwayland-server-9999.ebuild | 35 ++++++++++++++++++++++
kde-plasma/kwayland-server/metadata.xml | 8 +++++
2 files changed, 43 insertions(+)
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
new file mode 100644
index 0000000000..09cd579fa0
--- /dev/null
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_QTHELP="true"
+ECM_TEST="true"
+KFMIN=9999
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.14.1
+inherit ecm kde.org
+
+DESCRIPTION="Wayland Server Components built on KDE Frameworks"
+HOMEPAGE="https://cgit.kde.org/kwayland-server.git"
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/wayland-1.15.0
+ >=dev-qt/qtconcurrent-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5[egl]
+ >=dev-qt/qtwayland-${QTMIN}:5
+ >=kde-frameworks/kwayland-${KFMIN}:5
+ media-libs/mesa[egl]
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/wayland-protocols-1.15
+ >=kde-frameworks/plasma-wayland-protocols-${KFMIN}:5
+"
+
+# All failing, I guess we need a virtual wayland server
+RESTRICT+=" test"
diff --git a/kde-plasma/kwayland-server/metadata.xml b/kde-plasma/kwayland-server/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/kde-plasma/kwayland-server/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] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2020-05-03 0:04 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2020-05-03 0:04 UTC (permalink / raw
To: gentoo-commits
commit: 8e2b718e458e7c49c791319c8dcce0e34537a5e9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 1 23:13:09 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 1 23:16:59 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8e2b718e
kde-plasma/kwayland-server: DEPEND on dev-libs/plasma-wayland-protocols
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
index 09cd579fa0..fa838940a7 100644
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
@@ -27,8 +27,8 @@ RDEPEND="
media-libs/mesa[egl]
"
DEPEND="${RDEPEND}
+ dev-libs/plasma-wayland-protocols
>=dev-libs/wayland-protocols-1.15
- >=kde-frameworks/plasma-wayland-protocols-${KFMIN}:5
"
# All failing, I guess we need a virtual wayland server
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2020-05-22 23:10 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2020-05-22 23:10 UTC (permalink / raw
To: gentoo-commits
commit: 003ea3c168235287ee67b9a936f27ca4c3ae5784
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri May 22 23:07:00 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 22 23:10:27 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=003ea3c1
kde-plasma/kwayland-server: add ~ppc64 keyword
Closes: https://github.com/gentoo/kde/pull/889
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-server/kwayland-server-5.18.90.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/kwayland-server/kwayland-server-5.18.90.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.18.90.ebuild
index 7ed366ecb1..3f52a45f17 100644
--- a/kde-plasma/kwayland-server/kwayland-server-5.18.90.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-5.18.90.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/plasma/kwayland-server"
LICENSE="LGPL-2.1"
SLOT="5"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2020-07-24 21:20 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2020-07-24 21:20 UTC (permalink / raw
To: gentoo-commits
commit: 41155d563768e6d548af6897ec5080151aeb4548
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 06:51:10 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 06:51:10 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=41155d56
kde-plasma/kwayland-server: Depend on plasma-wayland-protocols >=1.1
It is not yet reflected in upstream dependencies, but build fails after
upstream commit 97fa1fb3023afbb88e3622b5256c21198d001f69.
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
index e4b9f50105..464be29ddc 100644
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
media-libs/mesa[egl]
"
DEPEND="${RDEPEND}
- dev-libs/plasma-wayland-protocols
+ >=dev-libs/plasma-wayland-protocols-1.1
>=dev-libs/wayland-protocols-1.15
"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2020-08-01 19:39 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2020-08-01 19:39 UTC (permalink / raw
To: gentoo-commits
commit: e821901c882225d7ce6d62db7175408d31237fbe
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 19:09:10 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 19:09:10 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e821901c
kde-plasma/kwayland-server: DEPEND on plasma-wayland-protocols >=1.1.1
1.1.0 was breaking KWayland server at runtime.
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
index 464be29ddc..89f24c0c24 100644
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
media-libs/mesa[egl]
"
DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.1
+ >=dev-libs/plasma-wayland-protocols-1.1.1
>=dev-libs/wayland-protocols-1.15
"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2020-08-07 14:18 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2020-08-07 14:18 UTC (permalink / raw
To: gentoo-commits
commit: c05152d72395940c9d3e526f859ccf9eeb3fee34
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 7 13:17:51 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 7 13:17:56 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c05152d7
kde-plasma/kwayland-server: Raise min dev-libs/wayland dep to 1.18.0
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
index 89f24c0c24..5268cb70da 100644
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
@@ -19,7 +19,7 @@ KEYWORDS=""
IUSE=""
RDEPEND="
- >=dev-libs/wayland-1.15.0
+ >=dev-libs/wayland-1.18.0
>=dev-qt/qtconcurrent-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5[egl]
>=dev-qt/qtwayland-${QTMIN}:5
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2020-11-21 8:46 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2020-11-21 8:46 UTC (permalink / raw
To: gentoo-commits
commit: a724b8ab494c86ac6fe4ad93675572252f62a1a3
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 18:24:29 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 08:46:17 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a724b8ab
kde-plasma/kwayland-server: update wayland-protocols DEPEND
Upgrade ordering is not upgrading wayland-protocols prior to
kde-plasma/kwayland-server, leading to a build failure with:
`* WaylandProtocols (required version >= 1.18)`
Update DEPEND to fix emerge ordering.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-server/kwayland-server-5.20.49.9999.ebuild | 2 +-
kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/kwayland-server/kwayland-server-5.20.49.9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.20.49.9999.ebuild
index eb8f01fbd2..0c011d3aa6 100644
--- a/kde-plasma/kwayland-server/kwayland-server-5.20.49.9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-5.20.49.9999.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.1.1
- >=dev-libs/wayland-protocols-1.15
+ >=dev-libs/wayland-protocols-1.18
"
# All failing, I guess we need a virtual wayland server
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
index cc624c64de..587800f1d3 100644
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.1.1
- >=dev-libs/wayland-protocols-1.15
+ >=dev-libs/wayland-protocols-1.18
"
# All failing, I guess we need a virtual wayland server
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2021-01-30 22:31 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2021-01-30 22:31 UTC (permalink / raw
To: gentoo-commits
commit: 12ad856e81452f97532b54e8a4b5fd41201618b8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 22:28:30 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 22:28:30 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=12ad856e
kde-plasma/kwayland-server: Set dev-libs/wayland-protocols min to 1.19
Upstream commit 5c3bb7d97054cc176d203d7f2d160032d0bf03c8
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-server/kwayland-server-5.21.49.9999.ebuild | 2 +-
kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/kwayland-server/kwayland-server-5.21.49.9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.21.49.9999.ebuild
index 1fb80a9143..b70c4c313c 100644
--- a/kde-plasma/kwayland-server/kwayland-server-5.21.49.9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-5.21.49.9999.ebuild
@@ -22,7 +22,7 @@ IUSE=""
RESTRICT+=" test"
RDEPEND="
- >=dev-libs/wayland-1.18.0
+ >=dev-libs/wayland-1.19.0
>=dev-qt/qtconcurrent-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5[egl]
>=dev-qt/qtwayland-${QTMIN}:5
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
index c3539368fd..c9d4d8dfdc 100644
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
@@ -22,7 +22,7 @@ IUSE=""
RESTRICT+=" test"
RDEPEND="
- >=dev-libs/wayland-1.18.0
+ >=dev-libs/wayland-1.19.0
>=dev-qt/qtconcurrent-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5[egl]
>=dev-qt/qtwayland-${QTMIN}:5
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2021-04-24 20:48 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2021-04-24 20:48 UTC (permalink / raw
To: gentoo-commits
commit: 47da06149b577c1afeae9dcc76eb84dbba1af6c5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 24 20:42:53 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 24 20:48:10 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=47da0614
kde-plasma/kwayland-server: BDEPEND on dev-util/wayland-scanner
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-server/kwayland-server-5.21.49.9999.ebuild | 1 +
kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-plasma/kwayland-server/kwayland-server-5.21.49.9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.21.49.9999.ebuild
index b70c4c313c..d3c8b9c46e 100644
--- a/kde-plasma/kwayland-server/kwayland-server-5.21.49.9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-5.21.49.9999.ebuild
@@ -33,3 +33,4 @@ DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.1.1
>=dev-libs/wayland-protocols-1.18
"
+BDEPEND="dev-util/wayland-scanner"
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
index c9d4d8dfdc..4bd3180dc9 100644
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
@@ -33,3 +33,4 @@ DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.1.1
>=dev-libs/wayland-protocols-1.18
"
+BDEPEND="dev-util/wayland-scanner"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2021-05-20 21:50 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2021-05-20 21:50 UTC (permalink / raw
To: gentoo-commits
commit: c2f6c9c52b80994f068c2be20d48898c42dc88e0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 20 21:50:02 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 20 21:50:02 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c2f6c9c5
kde-plasma/kwayland-server: Set min p-w-protocols version to 1.3.0
Closes: https://bugs.gentoo.org/790356
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-server/kwayland-server-5.21.90.ebuild | 2 +-
kde-plasma/kwayland-server/kwayland-server-5.22.49.9999.ebuild | 2 +-
kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-plasma/kwayland-server/kwayland-server-5.21.90.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.21.90.ebuild
index 1f6fa51fe0..428f62c44d 100644
--- a/kde-plasma/kwayland-server/kwayland-server-5.21.90.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-5.21.90.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
media-libs/mesa[egl]
"
DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.1.1
+ >=dev-libs/plasma-wayland-protocols-1.3.0
>=dev-libs/wayland-protocols-1.18
"
BDEPEND="dev-util/wayland-scanner"
diff --git a/kde-plasma/kwayland-server/kwayland-server-5.22.49.9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.22.49.9999.ebuild
index d021baa207..1fff9a81ce 100644
--- a/kde-plasma/kwayland-server/kwayland-server-5.22.49.9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-5.22.49.9999.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
media-libs/mesa[egl]
"
DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.1.1
+ >=dev-libs/plasma-wayland-protocols-1.3.0
>=dev-libs/wayland-protocols-1.18
"
BDEPEND="dev-util/wayland-scanner"
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
index 4bd3180dc9..f8b20b721e 100644
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
media-libs/mesa[egl]
"
DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.1.1
+ >=dev-libs/plasma-wayland-protocols-1.3.0
>=dev-libs/wayland-protocols-1.18
"
BDEPEND="dev-util/wayland-scanner"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2021-07-29 18:12 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2021-07-29 18:12 UTC (permalink / raw
To: gentoo-commits
commit: 5e06fdf2a61f47a93608346155a976b86862294b
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 17:42:34 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 18:10:36 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5e06fdf2
kde-plasma/kwayland-server: Prepare for mesa IUSE="egl gbm" removal
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-server/kwayland-server-5.22.49.9999.ebuild | 2 +-
kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/kwayland-server/kwayland-server-5.22.49.9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.22.49.9999.ebuild
index 1fff9a81ce..bb94fc6fab 100644
--- a/kde-plasma/kwayland-server/kwayland-server-5.22.49.9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-5.22.49.9999.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
>=dev-qt/qtgui-${QTMIN}:5[egl]
>=dev-qt/qtwayland-${QTMIN}:5
>=kde-frameworks/kwayland-${KFMIN}:5
- media-libs/mesa[egl]
+ media-libs/mesa[egl(+)]
"
DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.3.0
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
index f8b20b721e..8024f75611 100644
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
>=dev-qt/qtgui-${QTMIN}:5[egl]
>=dev-qt/qtwayland-${QTMIN}:5
>=kde-frameworks/kwayland-${KFMIN}:5
- media-libs/mesa[egl]
+ media-libs/mesa[egl(+)]
"
DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.3.0
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2021-08-26 16:46 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2021-08-26 16:46 UTC (permalink / raw
To: gentoo-commits
commit: c1909e00a100ddc8dbc1c103c6369ac7693a5a4d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 16:22:26 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 16:22:26 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c1909e00
kde-plasma/kwayland-server: Raise to >=dev-libs/wayland-protocols-1.21
Upstream commit cdaee2d3895afe24ee5081059496d176fc2c1ccc
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
index 6f3c07b40d..bcadf2878b 100644
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
@@ -31,6 +31,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.3.0
- >=dev-libs/wayland-protocols-1.18
+ >=dev-libs/wayland-protocols-1.21
"
BDEPEND="dev-util/wayland-scanner"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2022-01-15 15:28 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2022-01-15 15:28 UTC (permalink / raw
To: gentoo-commits
commit: b121995317c218abbd29552737ffbe564348af06
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 15:23:48 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 15:25:02 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1219953
kde-plasma/kwayland-server: Raise minimum version deps
Upstream commits:
7354d8de40d24929290d2f7dc8b4f2d77a5b97ce
54899316b842d33c360a33a09eddcda97fef5998
737074d368bcf5aa3a388908f1776261d46dbb8b
087b06d19dac7f8544c14398fd4664a4b2ac8cf7
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
index 476801b670..7b51b8a64b 100644
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
media-libs/libglvnd
"
DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.3.0
- >=dev-libs/wayland-protocols-1.21
+ >=dev-libs/plasma-wayland-protocols-1.6.0
+ >=dev-libs/wayland-protocols-1.24
"
BDEPEND="dev-util/wayland-scanner"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2022-03-16 14:25 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2022-03-16 14:25 UTC (permalink / raw
To: gentoo-commits
commit: 4f96d8fe6a30ba39e5efc651ce9eeaa38c4805b6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 14:01:23 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=4f96d8fe
kde-plasma/kwayland-server: 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/kwayland-server/kwayland-server-5.24.49.9999.ebuild | 8 +++++++-
kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 8 +++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/kwayland-server/kwayland-server-5.24.49.9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.24.49.9999.ebuild
index c636be381c..b4e8908791 100644
--- a/kde-plasma/kwayland-server/kwayland-server-5.24.49.9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-5.24.49.9999.ebuild
@@ -33,4 +33,10 @@ DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.6.0
>=dev-libs/wayland-protocols-1.24
"
-BDEPEND="dev-util/wayland-scanner"
+BDEPEND="
+ || (
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
+ <dev-qt/qtwayland-5.15.3:5
+ )
+ dev-util/wayland-scanner
+"
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
index 7b51b8a64b..ce94230f64 100644
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
@@ -33,4 +33,10 @@ DEPEND="${RDEPEND}
>=dev-libs/plasma-wayland-protocols-1.6.0
>=dev-libs/wayland-protocols-1.24
"
-BDEPEND="dev-util/wayland-scanner"
+BDEPEND="
+ || (
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
+ <dev-qt/qtwayland-5.15.3:5
+ )
+ dev-util/wayland-scanner
+"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2022-05-08 22:23 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2022-05-08 22:23 UTC (permalink / raw
To: gentoo-commits
commit: 21339966e8a2f63ab51e88fc449791ae3984ebcc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 8 22:13:39 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 8 22:14:11 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=21339966
kde-plasma/kwayland-server: Merged into >=kde-plasma/kwin-5.25
Dropping 9999, no more development. Upstream commit
1b6b6e9226c10d608f5e981e37008b0305de5a28
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kwayland-server/kwayland-server-9999.ebuild | 39 ----------------------
1 file changed, 39 deletions(-)
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
deleted file mode 100644
index 30007a6ca7..0000000000
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=9999
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.3
-inherit ecm kde.org
-
-DESCRIPTION="Wayland Server Components built on KDE Frameworks"
-HOMEPAGE="https://invent.kde.org/plasma/kwayland-server"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS=""
-IUSE=""
-
-# All failing, I guess we need a virtual wayland server
-RESTRICT="test"
-
-RDEPEND="
- >=dev-libs/wayland-1.19.0
- >=dev-qt/qtconcurrent-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5[egl]
- >=dev-qt/qtwayland-${QTMIN}:5
- >=kde-frameworks/kwayland-${KFMIN}:5
- media-libs/libglvnd
-"
-DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.6.0
- >=dev-libs/wayland-protocols-1.24
-"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- dev-util/wayland-scanner
-"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/
@ 2022-09-03 13:05 Andreas Sturmlechner
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2022-09-03 13:05 UTC (permalink / raw
To: gentoo-commits
commit: b3d8e758a422bbe0f5aa4b75f716d81a85f78c36
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 3 12:44:12 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 3 13:04:48 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b3d8e758
kde-plasma/kwayland-server: Cleanup leftovers
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-server/metadata.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/kde-plasma/kwayland-server/metadata.xml b/kde-plasma/kwayland-server/metadata.xml
deleted file mode 100644
index d925f24397..0000000000
--- a/kde-plasma/kwayland-server/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <bugs-to>https://bugs.kde.org/</bugs-to>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2022-09-03 13:05 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-21 8:46 [gentoo-commits] proj/kde:master commit in: kde-plasma/kwayland-server/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2022-09-03 13:05 Andreas Sturmlechner
2022-05-08 22:23 Andreas Sturmlechner
2022-03-16 14:25 Andreas Sturmlechner
2022-01-15 15:28 Andreas Sturmlechner
2021-08-26 16:46 Andreas Sturmlechner
2021-07-29 18:12 Andreas Sturmlechner
2021-05-20 21:50 Andreas Sturmlechner
2021-04-24 20:48 Andreas Sturmlechner
2021-01-30 22:31 Andreas Sturmlechner
2020-08-07 14:18 Andreas Sturmlechner
2020-08-01 19:39 Andreas Sturmlechner
2020-07-24 21:20 Andreas Sturmlechner
2020-05-22 23:10 Andreas Sturmlechner
2020-05-03 0:04 Andreas Sturmlechner
2020-04-29 16:10 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox