public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-tour/
Date: Thu, 02 Jan 2025 19:26:52 +0000 (UTC)	[thread overview]
Message-ID: <1735806945.728fa1ff66d9ac32d3b5454512e41f70f48b3e05.davidroman@gentoo> (raw)

commit:     728fa1ff66d9ac32d3b5454512e41f70f48b3e05
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jan  2 05:28:20 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jan  2 08:35:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=728fa1ff

phosh-base/phosh-tour: add 0.44.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 phosh-base/phosh-tour/Manifest                 |  2 +
 phosh-base/phosh-tour/phosh-tour-0.44.0.ebuild | 57 ++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/phosh-base/phosh-tour/Manifest b/phosh-base/phosh-tour/Manifest
index 5d8acbbaf..955a2fba1 100644
--- a/phosh-base/phosh-tour/Manifest
+++ b/phosh-base/phosh-tour/Manifest
@@ -1,2 +1,4 @@
 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
+DIST phosh-tour-0.44.0.tar.xz 141136 BLAKE2B b4aadc0525593eb5273abb684840107c42fb6dff5333ab49642457044f5d7156956628f9aa4b38f88854c1ac694bba1513d4289e996f47d6a1673c666a40e955 SHA512 8738e226ff24a9a8c2628caa5a8545b3f17bca1385832f141a8f543aab958de6cc1017734bf5ebbf0ef9140c4079ed2e17650d2c5c7650c5fd4c67d79e6e82a8
+DIST phosh-tour-0.44.0.tar.xz.asc 833 BLAKE2B 35d72c6f09f8e1eb7ef3346f28bf1d34ed453c0f4984e1d0a96626630ca09e85fd361456c287ca8c31d3442d0c38c7626abb8b21c93d17396c8c4ce68a3e17d6 SHA512 d2a9930b027122de4b7280de14317007bdf985f5848e16fed4bc5ffcfc9892aec73a9c3fd81bbd42fea3f2eb40f46dc4a952c7e469f996c1a986d105695fb379

diff --git a/phosh-base/phosh-tour/phosh-tour-0.44.0.ebuild b/phosh-base/phosh-tour/phosh-tour-0.44.0.ebuild
new file mode 100644
index 000000000..f753badc5
--- /dev/null
+++ b/phosh-base/phosh-tour/phosh-tour-0.44.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
+}


             reply	other threads:[~2025-01-02 19:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-02 19:26 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-20 13:45 [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-tour/ Julien Roy
2025-01-02 19:26 David Roman
2024-11-17  3:36 Julien Roy
2024-10-21  9:51 David Roman
2024-08-20 20:46 David Roman
2024-04-09 11:25 Julien Roy
2024-02-05 11:57 David Roman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1735806945.728fa1ff66d9ac32d3b5454512e41f70f48b3e05.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox