gui-apps/wofi: treeclean

Bug: https://bugs.gentoo.org/711876
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-12-14 12:33:18 +05:00
parent bd53b8843c
commit 480e19911b
5 changed files with 0 additions and 139 deletions

View File

@@ -1,2 +0,0 @@
DIST wofi-1.2.3.tar.gz 71445 BLAKE2B 38051803d1c902ddf8b8d7053f92c2bf9ce3e10a93ed12c832c108cb1807b12611721a8502edd6ce9b595a2a1486f65ed97f488333e38f0696f2f4fd0b1d6704 SHA512 1a7dee1ef6304a1e538977bf34b8fbe91abc811133fa3b9b48a975b42d46142808c364ae7acd4ab5f6c898547b529cfa1579b4fd7cfeb5a9fd93f489ccc491bf
DIST wofi-1.2.4.tar.gz 71569 BLAKE2B 6fa2e49da94a6d9e408999e66ec2359368b8298ae647cecad53fbb5cf754eab0db307d3555ebad3d26dff81a494322ed6552c8767697a5159dcc6304af24c4a4 SHA512 9c31a57b4fd476e4cc368ae281f18687e43d61167bcc1e883d9988c6e966c128e9aaae3f27ccd33b59e0ac6a3c4a32fc70eecb7a6d259f083b9b7d2ea3f963a6

View File

@@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Matthias Coppens</name>
<email>coppens.matthias.abc@gmail.com</email>
</maintainer>
<upstream>
<bugs-to>https://todo.sr.ht/~scoopta/wofi</bugs-to>
<doc>https://cloudninja.pw/docs/wofi.html</doc>
</upstream>
<use>
<flag name="run">Enable run mode</flag>
<flag name="drun">Enable drun mode</flag>
<flag name="dmenu">Enable dmenu mode</flag>
</use>
</pkgmetadata>

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
if [ "${PV}" = 9999 ]
then
inherit mercurial
EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}"
else
SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
KEYWORDS="~amd64"
fi
DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"
HOMEPAGE="https://hg.sr.ht/~scoopta/wofi"
LICENSE="GPL-3"
IUSE="+run +drun +dmenu"
DEPEND="
dev-libs/wayland
x11-libs/gtk+[wayland(-)]"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
RESTRICT="test mirror"
SLOT="0"
src_configure() {
local emesonargs=(
$(meson_use run enable_run)
$(meson_use drun enable_drun)
$(meson_use dmenu enable_dmenu)
)
meson_src_configure
}

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
if [ "${PV}" = 9999 ]
then
inherit mercurial
EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}"
else
SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
KEYWORDS="~amd64"
fi
DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"
HOMEPAGE="https://hg.sr.ht/~scoopta/wofi"
LICENSE="GPL-3"
IUSE="+run +drun +dmenu"
DEPEND="
dev-libs/wayland
x11-libs/gtk+[wayland(-)]"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
RESTRICT="test mirror"
SLOT="0"
src_configure() {
local emesonargs=(
$(meson_use run enable_run)
$(meson_use drun enable_drun)
$(meson_use dmenu enable_dmenu)
)
meson_src_configure
}

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
if [ "${PV}" = 9999 ]
then
inherit mercurial
EHG_REPO_URI="https://hg.sr.ht/~scoopta/${PN}"
else
SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
KEYWORDS="~amd64"
fi
DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway"
HOMEPAGE="https://hg.sr.ht/~scoopta/wofi"
LICENSE="GPL-3"
IUSE="+run +drun +dmenu"
DEPEND="
dev-libs/wayland
x11-libs/gtk+[wayland(-)]"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
RESTRICT="test mirror"
SLOT="0"
src_configure() {
local emesonargs=(
$(meson_use run enable_run)
$(meson_use drun enable_drun)
$(meson_use dmenu enable_dmenu)
)
meson_src_configure
}