From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 191B5158451 for ; Tue, 9 Jan 2024 12:03:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF23AE2A7E; Tue, 9 Jan 2024 12:03:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D51D5E2A7E for ; Tue, 9 Jan 2024 12:03:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 224FB343346 for ; Tue, 9 Jan 2024 12:03:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45CC214C8 for ; Tue, 9 Jan 2024 12:03:35 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1704773203.b3a8240588155c8151b39a3a0ce1bc63df39aea1.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/phosh-tour/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/phosh-tour/Manifest gui-apps/phosh-tour/phosh-tour-0.35.0.ebuild X-VCS-Directories: gui-apps/phosh-tour/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: b3a8240588155c8151b39a3a0ce1bc63df39aea1 X-VCS-Branch: master Date: Tue, 9 Jan 2024 12:03:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bd62981d-3f04-461c-8579-94a4f8a0da82 X-Archives-Hash: 7992bdd8126dfe0806de5dcb55cad970 commit: b3a8240588155c8151b39a3a0ce1bc63df39aea1 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Jan 9 04:06:43 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Jan 9 04:06:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3a82405 gui-apps/phosh-tour: add 0.35.0 Closes: https://bugs.gentoo.org/921344 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> gui-apps/phosh-tour/Manifest | 1 + gui-apps/phosh-tour/phosh-tour-0.35.0.ebuild | 49 ++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/gui-apps/phosh-tour/Manifest b/gui-apps/phosh-tour/Manifest index 0d4e5ef888..5f55a8bbe5 100644 --- a/gui-apps/phosh-tour/Manifest +++ b/gui-apps/phosh-tour/Manifest @@ -1 +1,2 @@ DIST phosh-tour-v0.28.0.tar.bz2 120380 BLAKE2B 629bd6eae4cca4d65d0725299d6d6303d32056b46c5df9109ffd9558f81d1e206acbd160c3ff244a328f42d33438d44642f31a2f77389cebb3dd60d793229ca8 SHA512 0c49f8bf0d89399fec5e67480374f1f396d01bb47a01906111395b7df37e33eaac6255c7374a7313edd6c1c7e3b5b829695e7a564b2b204036d045484bc77a63 +DIST phosh-tour-v0.35.0.tar.bz2 121098 BLAKE2B cd229c7d7a406dd4cea1a4e5bdf6c271f93025c2337d974873995c7b000316d7d210dcf729955d3c49dbb6360f79d1d28d6198c257142dd252cf263ab1089693 SHA512 af435e228f4a3151accf122faf7eb33d1198ccc890fee8d45e9005dfa3887a5fd0ae7a931756a707bcbe0511c20a54e1adf967873dca126f9904bf43174769c3 diff --git a/gui-apps/phosh-tour/phosh-tour-0.35.0.ebuild b/gui-apps/phosh-tour/phosh-tour-0.35.0.ebuild new file mode 100644 index 0000000000..b664e5288e --- /dev/null +++ b/gui-apps/phosh-tour/phosh-tour-0.35.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome2-utils meson xdg + +MY_P="${PN}-v${PV}" +DESCRIPTION="Introduction to phosh on smartphones" +HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-tour" +SRC_URI="https://gitlab.gnome.org/guidog/${PN}/-/archive/v${PV}/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-libs/glib:2 + >=gui-libs/gtk-4.4:4 + >=gui-libs/libadwaita-1.1:1 +" +RDEPEND="${DEPEND}" +BDEPEND="sys-devel/gettext" + +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 +}