phosh-base/phosh-tour: drop 0.41.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-01-02 10:22:22 +05:00
parent 1c6f46456f
commit de065e31f2
2 changed files with 0 additions and 59 deletions

View File

@@ -1,4 +1,2 @@
DIST phosh-tour-0.41.0.tar.xz 124148 BLAKE2B daf096ba871385329d15a40dc9c80d32da17412f8fb4aefdef02be75e6e4ec2abbdedddecddc73fc9a8a6aa0f291bc691c07e2ecc33c9e4264f888e32822efe3 SHA512 e0aed0f1bf86bda240b092c27c5809c7f882b5857e5f251b5876416b6e05fd7dbf6c67c16f64ef297ccb04038805341bd48570359601f6584db81de15c6df933
DIST phosh-tour-0.41.0.tar.xz.asc 833 BLAKE2B 81636f8d5589c643eb0c96922d2f04f82a64a7d43f586eeb84c86b470ca099d84be0492e5c673d08806e9db7387d20ea6b9142a1a036c48e0c7b6c4ad6dd8c83 SHA512 11443300ab7de558d817a5359933812a0eb266ef7e0bfb6045523e6c67b33dbf586314b8f59cb1dad064d8ca7bb4d6707cede993e0c2d0f99f5dd93dc7894456
DIST phosh-tour-0.43.0.tar.xz 136128 BLAKE2B 03d06981c0ddadf904f4e5ea1b73a770100f3137d52bab2298dfa87f55ee429f9b59d50c01a33c2938cc587f4b20545b7ca8deeda56bcdf44808536f44c30402 SHA512 e037a3cc67f3413072a41d0fbdcc75b82090cdfa9051607464d333d72a01798ca782689ce3d0f2ce13b1a34e93d385bb69f29e7c09328f52f01df9ef4fcf03a4
DIST phosh-tour-0.43.0.tar.xz.asc 833 BLAKE2B 71ba3feada3af7d154a147404b1348eec8582c1d652d338b8b5c95d900dd782792dcd1a2332e7b02efbb1036fc53aa46b8b693ffc3f3951e03a81668035c2c82 SHA512 5370645b9265274fd298c367f8b88008ff1a3c8a0cd2f53c8e1270f6516bd77ba702a190deeafe06386ee8ec6ef21415e064896723021dc36349e250dcd60ac1

View File

@@ -1,57 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils meson verify-sig xdg
DESCRIPTION="Introduction to phosh on smartphones"
HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh-tour"
SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=dev-libs/glib-2.74:2
dev-libs/gmobile
>=gui-libs/gtk-4.12:4
>=gui-libs/libadwaita-1.4:1
"
RDEPEND="${DEPEND}"
BDEPEND="
dev-libs/libxml2
sys-devel/gettext
verify-sig? (
sec-keys/openpgp-keys-phosh
)
"
VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
QA_DESKTOP_FILE="usr/share/applications/mobi.phosh.PhoshTour.desktop"
src_configure() {
local emesonargs=(
-Dbrand="smartphone"
-Dvendor="Gentoo"
)
meson_src_configure
}
src_test() {
# No useful tests
:
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}