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>[email protected]</email> + <name>LXQt</name> + </maintainer> + <upstream> + <remote-id type="github">lxqt/lxqt-wayland-session</remote-id> + </upstream> +</pkgmetadata>
