gui-apps/tofi - 0.9.1 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/tofi-0.9.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-apps/tofi-0.9.1

Or alternatively:

emerge --autounmask-write -a =gui-apps/tofi-0.9.1

Package Information

Description:
Fast and simple dmenu/rofi replacement for wlroots-based Wayland compositors
Homepage:
https://github.com/philj56/tofi
License:
MIT

Ebuild Details

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

EAPI=8

inherit meson

DESCRIPTION="Fast and simple dmenu/rofi replacement for wlroots-based Wayland compositors"
HOMEPAGE="https://github.com/philj56/tofi"
SRC_URI="https://github.com/philj56/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

IUSE="+man"

RDEPEND="
	dev-libs/glib
	dev-libs/wayland
	media-libs/freetype:2
	media-libs/harfbuzz
	x11-libs/cairo
	x11-libs/pango
	x11-libs/libxkbcommon
"

DEPEND="
	${RDEPEND}
	dev-libs/wayland-protocols
	dev-util/wayland-scanner
	elibc_musl? ( sys-libs/fts-standalone )
	"

BDEPEND="
	virtual/pkgconfig
	man? ( app-text/scdoc )
	"

src_configure() {
	local emesonargs=(
		$(meson_feature man man-pages)
	)
	meson_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p gui-apps/tofi | euse -E <flag> -p gui-apps/tofi | euse -D <flag> -p gui-apps/tofi

Global/Standard Flags

man
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	
	dev-libs/glib
	dev-libs/wayland
	media-libs/freetype:2
	media-libs/harfbuzz
	x11-libs/cairo
	x11-libs/pango
	x11-libs/libxkbcommon

	dev-libs/wayland-protocols
	dev-util/wayland-scanner
	elibc_musl? ( sys-libs/fts-standalone )
	

RDEPEND

	dev-libs/glib
	dev-libs/wayland
	media-libs/freetype:2
	media-libs/harfbuzz
	x11-libs/cairo
	x11-libs/pango
	x11-libs/libxkbcommon

BDEPEND

	virtual/pkgconfig
	man? ( app-text/scdoc )
	

Manifest for 0.9.1

Type File Size Source URLs
DIST tofi-0.9.1.tar.gz 430699 bytes https://github.com/philj56/tofi/archive/refs/tags/v0.9.1.tar.gz