gui-libs/wayqt - 0.3.0 (parona-overlay)

Search

Package Information

Description:
A Qt-based wrapper for various wayland protocols.
Homepage:
https://gitlab.com/desktop-frameworks/wayqt
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.3.0 8 ~amd64 0/$(ver_cut 1)
View Raw Ebuild
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="A Qt-based wrapper for various wayland protocols."
HOMEPAGE="https://gitlab.com/desktop-frameworks/wayqt"
SRC_URI="
	https://gitlab.com/desktop-frameworks/wayqt/-/archive/v${PV}/wayqt-v${PV}.tar.bz2
"
S="${WORKDIR}/${PN}-v${PV}"

LICENSE="MIT"
SLOT="0/$(ver_cut 1)"
KEYWORDS="~amd64"

RESTRICT="test" # no tests

RDEPEND="
	dev-qt/qtbase:6=[gui,widgets]
	dev-qt/qtwayland:6=
	dev-libs/wayland
"
DEPEND="
	${RDEPEND}
"
BDEPEND="
	virtual/pkgconfig
"

PATCHES=(
	"${FILESDIR}"/wayqt-0.3.0-fix-private-headers.patch
	"${FILESDIR}"/wayqt-0.3.0-qt6.10.patch
)

src_configure() {
	local emesonargs=(
		-Duse_qt_version=qt6
	)
	meson_src_configure
}

src_install() {
	meson_src_install
	einstalldocs
}

Dependencies

DEPEND

	
	dev-qt/qtbase:6=[gui,widgets]
	dev-qt/qtwayland:6=
	dev-libs/wayland

RDEPEND

	dev-qt/qtbase:6=[gui,widgets]
	dev-qt/qtwayland:6=
	dev-libs/wayland

BDEPEND

	virtual/pkgconfig

Manifest for 0.3.0

Type File Size Source URLs
DIST wayqt-v0.3.0.tar.bz2 146908 bytes https://gitlab.com/desktop-frameworks/wayqt/-/archive/v0.3.0/wayqt-v0.3.0.tar.bz2