gui-apps/wofi - 1.2.4 (ambasta)

Search

Package Information

Description:
Wofi is a launcher for wlroots based wayland compositors
Homepage:
https://hg.sr.ht/~scoopta/wofi
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.2.4 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="Wofi is a launcher for wlroots based wayland compositors"
HOMEPAGE="https://hg.sr.ht/~scoopta/wofi"
SRC_URI="https://hg.sr.ht/~scoopta/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

IUSE="+run +drun +dmenu"

DEPEND="
	dev-libs/wayland
	x11-libs/gtk+[wayland(-)]"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"

S=$WORKDIR/$PN-v$PV

src_configure() {
	local emesonargs=(
		$(meson_use run enable_run)
		$(meson_use drun enable_drun)
		$(meson_use dmenu enable_dmenu)
	)
	meson_src_configure
}

USE Flags

run
Default: Enabled (+)
drun
Default: Enabled (+)
dmenu
Default: Enabled (+)

Dependencies

DEPEND

	dev-libs/wayland
	x11-libs/gtk+[wayland(-)]

RDEPEND

	dev-libs/wayland
	x11-libs/gtk+[wayland(-)]

BDEPEND

virtual/pkgconfig

Manifest for 1.2.4

Type File Size Source URLs
DIST wofi-1.2.4.tar.gz 71538 bytes https://hg.sr.ht/~scoopta/wofi/archive/v1.2.4.tar.gz