commit: 17daebeefba23cc2afa96a4f6c0e4c2b2a7a5f4d Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com> AuthorDate: Fri Nov 13 22:05:11 2020 +0000 Commit: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com> CommitDate: Fri Nov 13 22:05:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17daebee
gui-apps/wofi: Version bump 1.2.3 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com> gui-apps/wofi/wofi-1.2.3.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gui-apps/wofi/wofi-1.2.3.ebuild b/gui-apps/wofi/wofi-1.2.3.ebuild new file mode 100644 index 00000000..75951147 --- /dev/null +++ b/gui-apps/wofi/wofi-1.2.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# Upstream's tarballs are timestamped (https://todo.sr.ht/~sircmpwn/hg.sr.ht/33). +# This makes them impossible to validate, so every version has a live ebuild. + +EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}" +inherit meson mercurial +case "${PV}" in + "9999") + ;; + *) + EHG_REVISION="v${PV}" +esac + +DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" +HOMEPAGE="${EHG_REPO_URI}" +LICENSE="GPL-3" + +DEPEND=" + dev-libs/wayland + x11-libs/gtk+[wayland]" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + +SLOT="0" +KEYWORDS=""
