mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
dev-util/*: fix variable order
I manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -11,6 +11,8 @@ DESCRIPTION="HTTP and GraphQL client for developers"
|
||||
HOMEPAGE="https://insomnia.rest"
|
||||
SRC_URI="https://github.com/Kong/${MY_PN}/releases/download/core@${PV}/Insomnia.Core-${PV}.deb"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
@@ -48,8 +50,6 @@ RDEPEND="
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
|
||||
@@ -11,6 +11,8 @@ DESCRIPTION="HTTP and GraphQL client for developers"
|
||||
HOMEPAGE="https://insomnia.rest"
|
||||
SRC_URI="https://github.com/Kong/${MY_PN}/releases/download/core@${PV}/Insomnia.Core-${PV}.deb"
|
||||
|
||||
S="$WORKDIR"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
@@ -43,8 +45,6 @@ RDEPEND="
|
||||
accessibility? ( app-accessibility/at-spi2-core )
|
||||
"
|
||||
|
||||
S="$WORKDIR"
|
||||
|
||||
src_install() {
|
||||
for size in 16x16 32x32 48x48 128x128 256x256 512x512 ; do
|
||||
doicon -s "${size}" usr/share/icons/hicolor/"${size}"/apps/insomnia.png
|
||||
|
||||
Reference in New Issue
Block a user