commit: 103f383ab6fe487db3e56bcd2dd078d0f1987582 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Wed Nov 5 13:21:43 2025 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Wed Nov 5 19:09:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103f383a
lxqt-base/lxqt-wayland-session: add 0.3.0 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> lxqt-base/lxqt-wayland-session/Manifest | 1 + .../lxqt-wayland-session-0.3.0.ebuild | 42 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/lxqt-base/lxqt-wayland-session/Manifest b/lxqt-base/lxqt-wayland-session/Manifest index 31ed031fbb89..d437f127ac6a 100644 --- a/lxqt-base/lxqt-wayland-session/Manifest +++ b/lxqt-base/lxqt-wayland-session/Manifest @@ -1,2 +1,3 @@ DIST lxqt-wayland-session-0.2.0.tar.xz 358956 BLAKE2B 08bc5844bc82bb687199fbea7bc270099627557139f3efa75759532a2bbaa3bdcd6c554f9d57e5b10f568122a2c17f22d8b990bee5a45ab21f4319409873056a SHA512 7a5b25fe697440c4d70bc2ef8850264b565cdbeaa185c67b3afe4e27365c0bc0c81f1e79512be6f85272619e25518f5e343a2706e5a1d707d61e6eaca5091438 DIST lxqt-wayland-session-0.2.1.tar.xz 359404 BLAKE2B 997cbd5c13ffa9f6668dd4b57ae5a9402fc96a55c434c2c001df8e11a94e5c58b9d4517b80c84efbb6b7ed2b73a9e20081e081f1ff8996fae3e4013717428cb4 SHA512 3513da3da4969964edcd92e821b105fba89f23ddfd3e20a22e4467a80132636bbd706e8af49eb44111e1f9e36d3d752fa073f9b50f0a902b1b3edbb029b7a013 +DIST lxqt-wayland-session-0.3.0.tar.xz 361352 BLAKE2B abd9f48b90fc004955cf861a9bb70afbba92ea3e8200b6b68dc52fe44c90862cc0a0db73e397aef1cc72ff1d6dcdf61422b353cc1ffb03c7b3757fbd3cfb8d04 SHA512 7159db918507f3fa6d53802e6b9299cc4175e1f5f6e8e340c6ba95aac4ad13eab89b79b45032fbdfbf6edcd261e6f1f0b211e7359a1b186a6807a770dc04b4a4 diff --git a/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-0.3.0.ebuild b/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-0.3.0.ebuild new file mode 100644 index 000000000000..a68196dc35e9 --- /dev/null +++ b/lxqt-base/lxqt-wayland-session/lxqt-wayland-session-0.3.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.3.0 + virtual/pkgconfig +" +DEPEND=" + >=app-misc/qtxdg-tools-4.3.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*" +}
