* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-wayland-session/
@ 2025-03-17 12:45 Jimi Huotari
0 siblings, 0 replies; 3+ messages in thread
From: Jimi Huotari @ 2025-03-17 12:45 UTC (permalink / raw
To: gentoo-commits
commit: e4a57ad89ddaf11803f91327c761d4cb8caa0959
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 17 12:40:07 2025 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Mar 17 12:44:48 2025 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e4a57ad8
lxqt-base/lxqt-wayland-session: new package, add 9999
Initial ebuild for the files needed for the LXQt Wayland Session.
Bug: https://bugs.gentoo.org/946370
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
.../lxqt-wayland-session-9999.ebuild | 32 ++++++++++++++++++++++
lxqt-base/lxqt-wayland-session/metadata.xml | 11 ++++++++
2 files changed, 43 insertions(+)
diff --git a/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild b/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild
new file mode 100644
index 00000000..be895442
--- /dev/null
+++ b/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt Wayland Session Support"
+HOMEPAGE="https://lxqt-project.org/"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD GPL-2 GPL-3 LGPL-2.1 MIT"
+SLOT="0"
+
+BDEPEND="
+ >=dev-qt/qttools-6.6:6[linguist]
+ >=dev-util/lxqt-build-tools-2.1.0
+ virtual/pkgconfig
+"
+DEPEND="
+ >=app-misc/qtxdg-tools-4.1.0
+ kde-plasma/layer-shell-qt:6
+ x11-misc/xdg-user-dirs
+"
+RDEPEND="${DEPEND}"
diff --git a/lxqt-base/lxqt-wayland-session/metadata.xml b/lxqt-base/lxqt-wayland-session/metadata.xml
new file mode 100644
index 00000000..c9acc10a
--- /dev/null
+++ b/lxqt-base/lxqt-wayland-session/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>lxqt@gentoo.org</email>
+ <name>LXQt</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">lxqt/lxqt-wayland-session</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-wayland-session/
@ 2025-03-17 12:51 Jimi Huotari
0 siblings, 0 replies; 3+ messages in thread
From: Jimi Huotari @ 2025-03-17 12:51 UTC (permalink / raw
To: gentoo-commits
commit: 002cdd757627895047489c43338f81dada31fe8a
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 17 12:49:08 2025 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Mar 17 12:49:08 2025 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=002cdd75
lxqt-base/lxqt-wayland-session: depend on 'lxqt-session' at run-time
This got lost somewhere on the way.
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild b/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild
index be895442..6d0b3aa5 100644
--- a/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild
+++ b/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+MY_PV="$(ver_cut 1-2)"
+
inherit cmake
DESCRIPTION="LXQt Wayland Session Support"
@@ -27,6 +29,7 @@ BDEPEND="
DEPEND="
>=app-misc/qtxdg-tools-4.1.0
kde-plasma/layer-shell-qt:6
+ =lxqt-base/lxqt-session-${MY_PV}*
x11-misc/xdg-user-dirs
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-wayland-session/
@ 2025-03-18 21:03 Jimi Huotari
0 siblings, 0 replies; 3+ messages in thread
From: Jimi Huotari @ 2025-03-18 21:03 UTC (permalink / raw
To: gentoo-commits
commit: bf6e71208467cdb998a7cb6d4bffed47af370d45
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 18 20:59:50 2025 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Tue Mar 18 20:59:50 2025 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=bf6e7120
lxqt-base/lxqt-wayland-session: adjust version specifiers
This one is not synced up with release versions compared to the
other packages, so 'MY_PV' does not match with 'lxqt-session' at
this time.
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild b/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild
index 6d0b3aa5..d86d4ef0 100644
--- a/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild
+++ b/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-9999.ebuild
@@ -3,8 +3,6 @@
EAPI=8
-MY_PV="$(ver_cut 1-2)"
-
inherit cmake
DESCRIPTION="LXQt Wayland Session Support"
@@ -29,7 +27,7 @@ BDEPEND="
DEPEND="
>=app-misc/qtxdg-tools-4.1.0
kde-plasma/layer-shell-qt:6
- =lxqt-base/lxqt-session-${MY_PV}*
+ >=lxqt-base/lxqt-session-2.1.0
x11-misc/xdg-user-dirs
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-18 21:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-17 12:45 [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-wayland-session/ Jimi Huotari
-- strict thread matches above, loose matches on Subject: below --
2025-03-17 12:51 Jimi Huotari
2025-03-18 21:03 Jimi Huotari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox