commit: 0faef2085beecafc940d9dab73c165824f0daaef Author: jan Anja (cybertailor) <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Tue May 20 08:04:07 2025 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Tue May 20 08:04:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0faef208
phosh-base/phosh-tour: add 0.47.0 Signed-off-by: jan Anja (cybertailor) <cyber+gentoo <AT> sysrq.in> phosh-base/phosh-tour/Manifest | 2 + phosh-base/phosh-tour/phosh-tour-0.47.0.ebuild | 57 ++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) diff --git a/phosh-base/phosh-tour/Manifest b/phosh-base/phosh-tour/Manifest index 493d71eaf..02f3bdd81 100644 --- a/phosh-base/phosh-tour/Manifest +++ b/phosh-base/phosh-tour/Manifest @@ -6,3 +6,5 @@ DIST phosh-tour-0.45.0.tar.xz 142556 BLAKE2B a51ebc0d029512b6de1903ea7270a181171 DIST phosh-tour-0.45.0.tar.xz.asc 833 BLAKE2B 41f048589cf3b2afa854fb292b5c55e852803357ecf0f24c6bf015abfb5af3fe8239540b6bbbf132b772252e3b1fb7bb356e12a2b612ece1f50024bc97fb30d2 SHA512 6fefcd40b471d96384b571f9d57013a0e63e940f8d43dc6852dd1ec4dbc09b269e8d6f1641bc4659e215ef5ca2a1de1fb4ee9e6385001da76cd9ffda0bd1a450 DIST phosh-tour-0.46.0.tar.xz 144036 BLAKE2B 0e45082b5408923883a7af11ce1a98894302f4c48f5d2d9e197d890c447e9b8c92929e5ea9ded4ac5b98c900b3491a645594aa841a91b49143df31a0286bbec1 SHA512 fb6c592aedfecc894e01e05bff75585747b623ebdc25512048ee3facb72382b62afa90fb683bd5306474861044cf681e3a07d9b29d3d4d39500d6fc27fd8fbc2 DIST phosh-tour-0.46.0.tar.xz.asc 833 BLAKE2B 3fd2d9bb6cfc7b3a37f05ec2b92b41a0d6a765a91d022ab5417847a3fbcab0ae2b69f6255428b192a1f3d5bd406ba8c2e8baa477f2b75190871dca1ebabd8855 SHA512 8f1bd6a57bd37cd6c0983ea21eceba713ddcd8d1fca1590c097d2ca8a761226fcade93cd8ebb18ec69bf4d1a245cffa1f9f981a18acb94f079683849e418b1cc +DIST phosh-tour-0.47.0.tar.xz 146500 BLAKE2B bfbb9a93395a30ad4008477f2392f58c7e39e085412e4b4aa21876039363e870cde79002618dc8ffd958f22d56a921046de912728b46e2f64c5054c27aa10efa SHA512 0077ed46badb6de251865680fc7e6e26227e79d50bd16e55bdb9a2ca5987630402c313bcd20804f9a6fb18e46efbd617b9376d0e7dc06f9ac219c6799ac6d3b7 +DIST phosh-tour-0.47.0.tar.xz.asc 833 BLAKE2B 257a2454057daadf26430254237437003ef0efdbd773307a414a54e0c571d9c594d723a61da289abc1a84ece43c3fd2b05e6ee37c5b6d0646898ed74396df8cf SHA512 7af7170cf402199fb4ba7245d513720ac8754a47d98509ba53114e39009c91184ced89ea03e95fb7448f1319f41c3aa9071dfb8aac5855bc3654861405dab4e7 diff --git a/phosh-base/phosh-tour/phosh-tour-0.47.0.ebuild b/phosh-base/phosh-tour/phosh-tour-0.47.0.ebuild new file mode 100644 index 000000000..f753badc5 --- /dev/null +++ b/phosh-base/phosh-tour/phosh-tour-0.47.0.ebuild @@ -0,0 +1,57 @@ +# Copyright 2024-2025 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 +}
