* [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/
@ 2020-05-03 0:04 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2020-05-03 0:04 UTC (permalink / raw
To: gentoo-commits
commit: f0fc9a41a89a516824ffeebb2711f4779b6017ad
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 1 23:01:01 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 1 23:08:25 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f0fc9a41
dev-libs/plasma-wayland-protocols: New package
Moved from kde-plasma/plasma-wayland-protocols.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/plasma-wayland-protocols/metadata.xml | 8 ++++++++
.../plasma-wayland-protocols-9999.ebuild | 18 ++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-libs/plasma-wayland-protocols/metadata.xml b/dev-libs/plasma-wayland-protocols/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/dev-libs/plasma-wayland-protocols/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>
diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
new file mode 100644
index 0000000000..0767a6e676
--- /dev/null
+++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_NONGUI=true
+KFMIN=5.69.0
+inherit ecm kde.org
+
+DESCRIPTION="Plasma Specific Protocols for Wayland"
+HOMEPAGE="https://cgit.kde.org/plasma-wayland-protocols.git"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="!kde-frameworks/plasma-wayland-protocols"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/
@ 2020-05-13 22:01 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2020-05-13 22:01 UTC (permalink / raw
To: gentoo-commits
commit: 475a989094815fcf04bcfecfa261c43e4cc7baaf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 21:19:28 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 13 22:01:13 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=475a9890
dev-libs/plasma-wayland-protocols: Add release switch
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
index 0767a6e676..935cdef76d 100644
--- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
+++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
@@ -10,9 +10,12 @@ inherit ecm kde.org
DESCRIPTION="Plasma Specific Protocols for Wayland"
HOMEPAGE="https://cgit.kde.org/plasma-wayland-protocols.git"
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS=""
-IUSE=""
RDEPEND="!kde-frameworks/plasma-wayland-protocols"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/
@ 2021-04-04 16:55 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-04-04 16:55 UTC (permalink / raw
To: gentoo-commits
commit: f418752345d657c214de93a167ce706b8e277ec8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 4 14:03:00 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 16:30:05 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f4187523
dev-libs/plasma-wayland-protocols: Add ~arm, ~arm64, ~ppc64, ~x86
No compiling going on, only installing protocol files broken out of KF5Wayland.
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
index a35163e778..20bf63304d 100644
--- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
+++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/
@ 2021-09-05 0:16 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-09-05 0:16 UTC (permalink / raw
To: gentoo-commits
commit: 2614d05f7f6d4e4b62abf518609567dc702d01f0
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Jul 25 07:09:26 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 5 00:16:14 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2614d05f
dev-libs/plasma-wayland-protocols: keyword 1.3.0 for ~riscv
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
index cfcf2cf588..67e10a9ad2 100644
--- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
+++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/
@ 2021-09-05 7:22 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-09-05 7:22 UTC (permalink / raw
To: gentoo-commits
commit: f9de1a48902ba575bd5c752531bde8b8a6f85df4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 5 00:17:31 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 5 07:22:05 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f9de1a48
dev-libs/plasma-wayland-protocols: 1.4.0 version bump
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-wayland-protocols-1.4.0.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.4.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.4.0.ebuild
new file mode 100644
index 0000000000..3355d0d4d2
--- /dev/null
+++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.4.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_NONGUI=true
+KFMIN=5.82.0
+inherit ecm kde.org
+
+DESCRIPTION="Plasma Specific Protocols for Wayland"
+HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+RDEPEND="!kde-frameworks/plasma-wayland-protocols"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/
@ 2021-09-22 11:12 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 11:12 UTC (permalink / raw
To: gentoo-commits
commit: 57408d04c87ce6d6afab6098bb10fd99a5a30484
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 12 20:18:29 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 11:12:09 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=57408d04
dev-libs/plasma-wayland-protocols: Drop 1.4.0
Moved to Gentoo ebuild repository.
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-wayland-protocols-1.4.0.ebuild | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.4.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.4.0.ebuild
deleted file mode 100644
index 3355d0d4d2..0000000000
--- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.4.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_NONGUI=true
-KFMIN=5.82.0
-inherit ecm kde.org
-
-DESCRIPTION="Plasma Specific Protocols for Wayland"
-HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-RDEPEND="!kde-frameworks/plasma-wayland-protocols"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/
@ 2022-05-08 13:33 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2022-05-08 13:33 UTC (permalink / raw
To: gentoo-commits
commit: 676f4fac300d4af8d955d9333b14a732f4a48586
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 8 12:50:15 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 8 12:50:15 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=676f4fac
dev-libs/plasma-wayland-protocols: Drop obsolete blocker
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
index c27bd47d36..9eac035884 100644
--- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
+++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
@@ -17,5 +17,3 @@ fi
LICENSE="LGPL-2.1"
SLOT="0"
-
-RDEPEND="!kde-frameworks/plasma-wayland-protocols"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/
@ 2023-01-20 14:15 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2023-01-20 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 0bc79e3c4f50c65f9398fd2b11db5e6c4909fed8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 14:03:01 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 14:15:12 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0bc79e3c
dev-libs/plasma-wayland-protocols: drop 1.10.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-wayland-protocols-1.10.0.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.10.0.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.10.0.ebuild
deleted file mode 100644
index 6835a08de5..0000000000
--- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-1.10.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_NONGUI=true
-KFMIN=5.82.0
-inherit ecm kde.org
-
-DESCRIPTION="Plasma Specific Protocols for Wayland"
-HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/
@ 2024-03-03 16:27 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2024-03-03 16:27 UTC (permalink / raw
To: gentoo-commits
commit: af86b7244bf1c4335762fcf6fd5aed9735d5743f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 16:24:08 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 16:25:53 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=af86b724
dev-libs/plasma-wayland-protocols: Use cmake instead of ecm.eclass
The latter was just overkill for the needs of this simple build system,
this ensures that it works for Qt5/Qt6 "purity" builds alike.
Bug: https://bugs.gentoo.org/923502
Closes: https://github.com/gentoo/kde/pull/980
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-wayland-protocols-9999.ebuild | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)
diff --git a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
index 96a44c879a..05f74e583c 100644
--- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
+++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
@@ -3,9 +3,7 @@
EAPI=8
-ECM_NONGUI=true
-KFMIN=5.115.0
-inherit ecm kde.org
+inherit cmake kde.org
DESCRIPTION="Plasma Specific Protocols for Wayland"
HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols"
@@ -17,3 +15,21 @@ fi
LICENSE="LGPL-2.1"
SLOT="0"
+
+BDEPEND="
+ dev-libs/libpcre2:*
+ >=kde-frameworks/extra-cmake-modules-5.115.0:*
+ || (
+ dev-qt/qtbase:6
+ dev-qt/qtcore:5
+ )
+"
+
+ecm_src_configure() {
+ local mycmakeargs=(
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON # ecm.eclass
+ -DKDE_INSTALL_DOCBUNDLEDIR="${EPREFIX}/usr/share/help" # ecm.eclass
+ )
+
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-03-03 16:27 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-22 11:12 [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-03-03 16:27 Andreas Sturmlechner
2023-01-20 14:15 Andreas Sturmlechner
2022-05-08 13:33 Andreas Sturmlechner
2021-09-05 7:22 Andreas Sturmlechner
2021-09-05 0:16 Andreas Sturmlechner
2021-04-04 16:55 Andreas Sturmlechner
2020-05-13 22:01 Andreas Sturmlechner
2020-05-03 0:04 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox