mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
gui-apps/nwg-launchers: Stable version 0.2.0
Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
This commit is contained in:
1
gui-apps/nwg-launchers/Manifest
Normal file
1
gui-apps/nwg-launchers/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST nwg-launchers-0.2.0.tar.gz 43240 BLAKE2B e026faaa272d2c0b71a4140d3a0dd6bad9b40a528a3d49819197ad93a833a2263048c56287058f70fa50a7c0de503b8b3d84fa1a0271b3c906d107c582d61d3c SHA512 4f04c8bae4a3cf8869d66b833d9528fffb65f27a04e254c38133f2cd3b046b2db3cdc61dec90c958f009ea79e68313741f71b29bc15a04f4905f0853b3b55553
|
||||
@@ -8,7 +8,7 @@
|
||||
<use>
|
||||
<flag name="bar">Installs nwgbar,
|
||||
a horizontal or vertical button bar.</flag>
|
||||
<flag name="dmenu">Installs nwgdmenu and nwgdmenu_run,
|
||||
<flag name="dmenu">Installs nwgdmenu,
|
||||
GTK dynamic menu windows.</flag>
|
||||
<flag name="grid">Installs nwggrid,
|
||||
a GNOME-like application grid.</flag>
|
||||
|
||||
33
gui-apps/nwg-launchers/nwg-launchers-0.2.0.ebuild
Normal file
33
gui-apps/nwg-launchers/nwg-launchers-0.2.0.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EGIT_REPO_URI="https://github.com/nwg-piotr/${PN}"
|
||||
case "${PV}" in
|
||||
9999)
|
||||
inherit git-r3
|
||||
;;
|
||||
*)
|
||||
SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
esac
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
|
||||
HOMEPAGE="${EGIT_REPO_URI}"
|
||||
LICENSE="GPL-3"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
x11-libs/gtk+:3
|
||||
dev-cpp/gtkmm:3.0
|
||||
dev-cpp/nlohmann_json"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
IUSE="+bar +dmenu +grid"
|
||||
|
||||
src_configure() {
|
||||
meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use grid)
|
||||
}
|
||||
Reference in New Issue
Block a user