mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
x11-themes/kvantum: conditionalise verify-sig fetch
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user