Files
guru/dev-libs/feedbackd-device-themes/feedbackd-device-themes-0.8.8.ebuild
Anna (cybertailor) Vyalkova 442c129a9a dev-libs/feedbackd-device-themes: add 0.8.8, drop 0.8.6
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2026-02-20 06:13:21 +05:00

24 lines
593 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson verify-sig
DESCRIPTION="Device specific themes for Feedbackd"
HOMEPAGE="https://gitlab.freedesktop.org/feedbackd/feedbackd-device-themes"
SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
BDEPEND="
verify-sig? (
sec-keys/openpgp-keys-phosh
)
"
VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"