mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
net-voip/discover-overlay: fix variables ordering
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -11,6 +11,7 @@ inherit distutils-r1 xdg
|
||||
DESCRIPTION="Yet another Discord overlay for Linux written in Python using GTK3"
|
||||
HOMEPAGE="https://github.com/trigg/Discover"
|
||||
SRC_URI="https://github.com/trigg/Discover/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/Discover-${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
@@ -27,5 +28,3 @@ RDEPEND="
|
||||
dev-python/python-xlib[${PYTHON_USEDEP}]
|
||||
wayland? ( gui-libs/gtk-layer-shell[introspection(+)] )
|
||||
"
|
||||
|
||||
S="${WORKDIR}/Discover-${PV}"
|
||||
|
||||
@@ -11,6 +11,7 @@ inherit distutils-r1 xdg
|
||||
DESCRIPTION="Yet another Discord overlay for Linux written in Python using GTK3"
|
||||
HOMEPAGE="https://github.com/trigg/Discover"
|
||||
SRC_URI="https://github.com/trigg/Discover/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/Discover-${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
@@ -28,5 +29,3 @@ RDEPEND="
|
||||
dev-python/pulsectl-asyncio[${PYTHON_USEDEP}]
|
||||
wayland? ( gui-libs/gtk-layer-shell[introspection(+)] )
|
||||
"
|
||||
|
||||
S="${WORKDIR}/Discover-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user