commit: 63d21e87d5ca347f0c50545ca02777b40149da74 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Thu Apr 24 18:32:15 2025 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 21:33:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d21e87
lxqt-base/lxqt-wayland-session: new package, add 0.2.0 This package provides the files needed for an LXQt Wayland Session. Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> lxqt-base/lxqt-wayland-session/Manifest | 1 + .../lxqt-wayland-session-0.2.0.ebuild | 42 ++++++++++++++++++++++ lxqt-base/lxqt-wayland-session/metadata.xml | 11 ++++++ 3 files changed, 54 insertions(+) diff --git a/lxqt-base/lxqt-wayland-session/Manifest b/lxqt-base/lxqt-wayland-session/Manifest new file mode 100644 index 000000000000..7e4a17e70413 --- /dev/null +++ b/lxqt-base/lxqt-wayland-session/Manifest @@ -0,0 +1 @@ +DIST lxqt-wayland-session-0.2.0.tar.xz 358956 BLAKE2B 08bc5844bc82bb687199fbea7bc270099627557139f3efa75759532a2bbaa3bdcd6c554f9d57e5b10f568122a2c17f22d8b990bee5a45ab21f4319409873056a SHA512 7a5b25fe697440c4d70bc2ef8850264b565cdbeaa185c67b3afe4e27365c0bc0c81f1e79512be6f85272619e25518f5e343a2706e5a1d707d61e6eaca5091438 diff --git a/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-0.2.0.ebuild b/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-0.2.0.ebuild new file mode 100644 index 000000000000..d455878efaf0 --- /dev/null +++ b/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-0.2.0.ebuild @@ -0,0 +1,42 @@ +# 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 CC-BY-SA-4.0 GPL-2 GPL-3 LGPL-2.1 MIT" +SLOT="0" + +BDEPEND=" + >=dev-qt/qttools-6.6:6[linguist] + >=dev-util/lxqt-build-tools-2.2.0 + virtual/pkgconfig +" +DEPEND=" + >=app-misc/qtxdg-tools-4.2.0 + kde-plasma/layer-shell-qt:6 + >=lxqt-base/lxqt-session-2.1.0 + x11-misc/xdg-user-dirs +" +RDEPEND="${DEPEND}" + +pkg_postinst() { + einfo "By default, the labwc compositor will be used." + einfo "To use something else, define, for example, the following in '.config/lxqt/session.conf':" + einfo " compositor=kwin_wayland" + einfo "" + einfo "For more configuration details, and a list of supported compositors, see:" + einfo " /usr/share/doc/${P}/README*" +} diff --git a/lxqt-base/lxqt-wayland-session/metadata.xml b/lxqt-base/lxqt-wayland-session/metadata.xml new file mode 100644 index 000000000000..4bd779719450 --- /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-session</remote-id> + </upstream> +</pkgmetadata>
