mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
Merge updates from master
This commit is contained in:
@@ -25,5 +25,7 @@ DEPEND="
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
@@ -25,5 +25,7 @@ DEPEND="
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
31
gui-apps/wofi/wofi-1.2.3.ebuild
Normal file
31
gui-apps/wofi/wofi-1.2.3.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# 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"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
@@ -25,5 +25,7 @@ DEPEND="
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
Reference in New Issue
Block a user