x11-themes/kvantum: conditionalise verify-sig fetch

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-03-03 21:46:02 +00:00
parent 667645ee20
commit dbd0db9d55
2 changed files with 8 additions and 4 deletions

View File

@@ -11,8 +11,10 @@ inherit cmake multibuild verify-sig xdg
DESCRIPTION="SVG-based theme engine for Qt, KDE Plasma and LXQt"
HOMEPAGE="https://github.com/tsujan/Kvantum"
SRC_URI="https://github.com/tsujan/${PN^}/releases/download/V${PV}/${P^}.tar.xz
https://github.com/tsujan/${PN^}/releases/download/V${PV}/${P^}.tar.xz.asc"
SRC_URI="
https://github.com/tsujan/${PN^}/releases/download/V${PV}/${P^}.tar.xz
verify-sig? ( https://github.com/tsujan/${PN^}/releases/download/V${PV}/${P^}.tar.xz.asc )
"
S=${WORKDIR}/${PN^}-${PV}/${PN^}
LICENSE="GPL-3"

View File

@@ -11,8 +11,10 @@ inherit cmake multibuild verify-sig xdg
DESCRIPTION="SVG-based theme engine for Qt, KDE Plasma and LXQt"
HOMEPAGE="https://github.com/tsujan/Kvantum"
SRC_URI="https://github.com/tsujan/${PN^}/releases/download/V${PV}/${P^}.tar.xz
https://github.com/tsujan/${PN^}/releases/download/V${PV}/${P^}.tar.xz.asc"
SRC_URI="
https://github.com/tsujan/${PN^}/releases/download/V${PV}/${P^}.tar.xz
verify-sig? ( https://github.com/tsujan/${PN^}/releases/download/V${PV}/${P^}.tar.xz.asc )
"
S=${WORKDIR}/${PN^}-${PV}/${PN^}
LICENSE="GPL-3"