# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit meson DESCRIPTION="Application launcher for wlroots based Wayland compositors." HOMEPAGE="https://codeberg.org/dnkl/fuzzel" if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://codeberg.org/dnkl/fuzzel" else SRC_URI="https://codeberg.org/dnkl/fuzzel/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}" KEYWORDS="~amd64" fi LICENSE="MIT" SLOT="0" # Nanosvg is enabled by default by upstream, but cairo is enabled by default by desktop profile. IUSE="+cairo +svg +png nanosvg" RESTRICT="test" # no tests REQUIRED_USE=" cairo? ( !nanosvg ) svg? ( ^^ ( cairo nanosvg ) ) " CDEPEND=" dev-libs/wayland >=media-libs/fcft-3.0.0