*/*: fix variable order

Manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-04-26 16:46:35 +02:00
parent 7d1147ff43
commit f2be215fb9
147 changed files with 453 additions and 464 deletions

View File

@@ -11,6 +11,8 @@ DESCRIPTION="It's a flashlight, what do you expect?"
HOMEPAGE="https://gitlab.com/a-wai/flashlight.git"
SRC_URI="https://gitlab.com/a-wai/flashlight/-/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_COMMIT}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
@@ -18,8 +20,6 @@ KEYWORDS="~amd64 ~arm64"
RDEPEND="x11-libs/gtk+"
BDEPEND="dev-lang/python-exec[native-symlinks]"
S="${WORKDIR}/${PN}-${MY_COMMIT}"
src_install() {
meson_src_install
udev_dorules "${FILESDIR}/60-flashlight.rules"