x11-misc/gmrun - 1.4w (gentoo)

Search

Install

Install this version:

emerge -a =x11-misc/gmrun-1.4w

Package Information

Description:
A run utility featuring a slim design and bash style auto-completion
Homepage:
https://github.com/wdlkmpx/gmrun
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
1.4w 8 amd64 ~mips ppc x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

if [[ ${PV} == *9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/WdesktopX/${PN}.git"
	EGIT_BRANCH="master"
else
	SRC_URI="https://github.com/wdlkmpx/${PN}/releases/download/${PV}/${P}.tar.xz"
	KEYWORDS="amd64 ~mips ppc x86"
fi

DESCRIPTION="A run utility featuring a slim design and bash style auto-completion"
HOMEPAGE="https://github.com/wdlkmpx/gmrun"

LICENSE="ISC"
SLOT="0"
IUSE="nls xdg"

RDEPEND="x11-libs/gtk+:3"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_configure() {
	econf \
		--disable-gtk2 \
		$(use_enable nls) \
		$(use_enable xdg)
}

USE Flags

Manage flags for this package: euse -i <flag> -p x11-misc/gmrun | euse -E <flag> -p x11-misc/gmrun | euse -D <flag> -p x11-misc/gmrun

Global/Standard Flags

nls
xdg

Inherited Eclasses

Dependencies

DEPEND

x11-libs/gtk+:3

RDEPEND

x11-libs/gtk+:3

BDEPEND

virtual/pkgconfig

Manifest for 1.4w

Type File Size Source URLs
DIST gmrun-1.4w.tar.xz 43304 bytes https://github.com/wdlkmpx/gmrun/releases/download/1.4w/gmrun-1.4w.tar.xz