commit: fd3eae79a5b636e6ad28695adf2188f7f3c82b49 Author: Itai Ferber <itai <AT> itaiferber <DOT> net> AuthorDate: Tue Jul 16 23:14:41 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Jul 16 23:16:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd3eae79
app-misc/via: update SRC_URI and clean up ebuild Signed-off-by: Itai Ferber <itai <AT> itaiferber.net> app-misc/via/via-3.0.0.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app-misc/via/via-3.0.0.ebuild b/app-misc/via/via-3.0.0.ebuild index 7fabbc0a6..62be413b7 100644 --- a/app-misc/via/via-3.0.0.ebuild +++ b/app-misc/via/via-3.0.0.ebuild @@ -7,18 +7,13 @@ inherit desktop DESCRIPTION="GUI configurator for supported QMK-based keyboards" HOMEPAGE="https://caniusevia.com" -SRC_URI="amd64? ( - https://github.com/the-via/releases/releases/download/v${PV}/${P}-linux.AppImage - -> ${P}.AppImage -)" +SRC_URI="https://github.com/the-via/releases/releases/download/v${PV}/${P}-linux.AppImage -> ${P}.AppImage" S="${WORKDIR}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -RESTRICT="bindist mirror test strip" - # These dependencies were extracted from the shared libraries required by the # via-nativia executable; it's not clear whether these are all _actually_ # required, or whether the list is extensive because the executable is an @@ -62,6 +57,7 @@ src_unpack() { src_install() { newbin "${S}/${P}.AppImage" via + local size for size in 16 24 32 48 64 96 128 256 512 1024; do doicon -s "${size}" "${S}/squashfs-root/usr/share/icons/hicolor/${size}x${size}/apps/via-nativia.png" done
