mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
gnome-extra/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
parent
d6ae7d0c07
commit
98b864d91f
@ -12,8 +12,8 @@ SRC_URI="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/archive/${PV}/
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
RESTRICT="test"
|
||||
IUSE="+systemd"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:*
|
||||
|
@ -6,6 +6,7 @@ EAPI=8
|
||||
inherit gnome2-utils meson
|
||||
|
||||
TROLL_COMMIT="94ced56f1b08e6955f6c8325a04c74736d39b823"
|
||||
|
||||
DESCRIPTION="Application/browser chooser"
|
||||
HOMEPAGE="
|
||||
https://apps.gnome.org/app/re.sonny.Junction/
|
||||
@ -15,11 +16,12 @@ SRC_URI="
|
||||
https://github.com/sonnyp/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://github.com/sonnyp/troll/archive/${TROLL_COMMIT}.tar.gz -> troll-${P}.tar.gz
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN^}-${PV}"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/gjs
|
||||
|
@ -11,6 +11,8 @@ DESCRIPTION="A minimalist file manager for those who want to use Linux mobile de
|
||||
HOMEPAGE="https://github.com/tchx84/Portfolio"
|
||||
SRC_URI="https://github.com/tchx84/Portfolio/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}"/Portfolio-"${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
@ -24,8 +26,6 @@ RDEPEND="
|
||||
x11-libs/gtk+
|
||||
"
|
||||
|
||||
S="${WORKDIR}"/Portfolio-"${PV}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
# shebang fixing craziness
|
||||
|
Loading…
x
Reference in New Issue
Block a user