Version bump

This commit is contained in:
2025-05-15 16:29:04 +02:00
parent d62c32ae8b
commit 8e581cee8b
5 changed files with 47 additions and 27 deletions

View File

@@ -1 +1,2 @@
DIST feedbackd-device-themes-v0.4.0.tar.bz2 16548 BLAKE2B 25f2f9135cab824df2de905f7329caaeb9b2f1a678777e1573925c8fd2b3fc70d33242038099798c182ab7d5d65c3a150c6263c95c1fef288d22746963aa2626 SHA512 19b5f42368adae67561591588efe17e89325ff7a8bf1dd203c7ceff72df900306ac8bd56c35ba4c8fd33d653e5b51b6de4841604208f9ae89fe871f04f26a217
DIST feedbackd-device-themes-0.8.3.tar.xz 22868 BLAKE2B 529ecc44b5eb2b80b4faaa176867630a9eaacb3072a39222c2407c23e8e856b656b443afd7abaf6c3ac64ae043dd064c5a916d637a392078257a39734dd1f58c SHA512 3b0540a43da211c4ac2bcda1420d4bc8c034b2a61b97d73da8b2b27466a1dc033f8515b12e5d076de3b80ab36be521b02fccdbf03f9b0d49ff3c98327a10a9e6
DIST feedbackd-device-themes-0.8.3.tar.xz.asc 833 BLAKE2B 827b47feb5c9c6cf424c7f601eae08a53cacefe0f6315a0b83479a586d5f733d1517fdd1895de4c6baffbf1109cf14b0528a16d78a5441927d8d808615f86168 SHA512 953d83fcf64054f7fd41fa1835b11543642c0de3f6a344921bba2ad20cdb060aaf4726238393384fe59e1716afeb98340ff6c81276f5e5eb600c72cceb983e7d

View File

@@ -1,17 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
MY_PV="v${PV}"
MY_P="${PN}-${MY_PV}"
DESCRIPTION="A daemon to provide haptic feedback on events (themes package)"
HOMEPAGE="https://source.puri.sm/Librem5/feedbackd-device-themes"
SRC_URI="https://source.puri.sm/Librem5/${PN}/-/archive/${MY_PV}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
LICENSE="LGPL-3"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
SLOT="0"

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2025 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/agx/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"