Install this version:
emerge -a =gui-apps/nwg-launchers-0.5.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/nwg-launchers-0.5.0
Or alternatively:
emerge --autounmask-write -a =gui-apps/nwg-launchers-0.5.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.5.0 | 7 | ~amd64 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson xdg
DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
HOMEPAGE="https://github.com/nwg-piotr/nwg-launchers"
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/nwg-piotr/nwg-launchers.git"
else
SRC_URI="https://github.com/nwg-piotr/nwg-launchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="GPL-3 CC-BY-SA-3.0"
SLOT="0"
IUSE="+bar +dmenu +grid layershell"
RESTRICT="mirror"
RDEPEND="
x11-libs/gtk+:3
dev-cpp/gtkmm:3.0
dev-cpp/nlohmann_json
layershell? ( gui-libs/gtk-layer-shell )"
DEPEND="${RDEPEND}"
src_configure() {
meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid) $(meson_feature layershell layer-shell)
}
src_install() {
meson_src_install
insinto /usr/share/icons/nwg-launchers
doins -r "${FILESDIR}"/.
}
Manage flags for this package:
euse -i <flag> -p gui-apps/nwg-launchers |
euse -E <flag> -p gui-apps/nwg-launchers |
euse -D <flag> -p gui-apps/nwg-launchers
x11-libs/gtk+:3 dev-cpp/gtkmm:3.0 dev-cpp/nlohmann_json layershell? ( gui-libs/gtk-layer-shell )
x11-libs/gtk+:3 dev-cpp/gtkmm:3.0 dev-cpp/nlohmann_json layershell? ( gui-libs/gtk-layer-shell )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | nwg-launchers-0.5.0.tar.gz | 52715 bytes | https://github.com/nwg-piotr/nwg-launchers/archive/v0.5.0.tar.gz |