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 52982158041 for ; Tue, 9 Apr 2024 03:28:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40521E29B4; Tue, 9 Apr 2024 03:28:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1FF6FE29B4 for ; Tue, 9 Apr 2024 03:28:15 +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 2A1AE33E3A9 for ; Tue, 9 Apr 2024 03:28:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B23F16A9 for ; Tue, 9 Apr 2024 03:28:11 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1712633279.a31e7776e55c2d086818aadb81a41014cc4faf1d.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: phosh-base/phosh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: phosh-base/phosh/metadata.xml phosh-base/phosh/phosh-0.38.0.ebuild X-VCS-Directories: phosh-base/phosh/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: a31e7776e55c2d086818aadb81a41014cc4faf1d X-VCS-Branch: dev Date: Tue, 9 Apr 2024 03:28:11 +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: d9c9b4c4-dcf8-44bf-8e18-57f661103c3a X-Archives-Hash: 6f551d26186c438064a174e6550c7fc0 commit: a31e7776e55c2d086818aadb81a41014cc4faf1d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Apr 9 03:25:56 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Apr 9 03:27:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a31e7776 phosh-base/phosh: add 0.38.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> phosh-base/phosh/metadata.xml | 4 ++++ phosh-base/phosh/phosh-0.38.0.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/phosh-base/phosh/metadata.xml b/phosh-base/phosh/metadata.xml index 7ebbd03347..27d8936d36 100644 --- a/phosh-base/phosh/metadata.xml +++ b/phosh-base/phosh/metadata.xml @@ -5,4 +5,8 @@ cyber+gentoo@sysrq.in Anna + + Enable sys-apps/xdg-desktop-portal backend implementation + Enable support for IIO sensors via gnome-extra/iio-sensor-proxy + diff --git a/phosh-base/phosh/phosh-0.38.0.ebuild b/phosh-base/phosh/phosh-0.38.0.ebuild new file mode 100644 index 0000000000..3617b2e398 --- /dev/null +++ b/phosh-base/phosh/phosh-0.38.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Meta package for Phosh, merge this package to install" +HOMEPAGE="https://phosh.mobi/" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64" +IUSE="cups +desktop-portal geolocation iio" + +RDEPEND=" + app-alternatives/phosh-keyboard + dev-libs/feedbackd[daemon] + gnome-base/gnome-core-libs[cups?] + >=gui-wm/phoc-${PV} + media-fonts/cantarell + >=phosh-base/phosh-mobile-settings-${PV} + >=phosh-base/phosh-shell-${PV} + >=phosh-base/phosh-tour-${PV} + x11-themes/gnome-backgrounds + x11-themes/sound-theme-freedesktop + desktop-portal? ( + gui-libs/xdg-desktop-portal-wlr + sys-apps/xdg-desktop-portal-gtk + ) + geolocation? ( app-misc/geoclue:2.0 ) + iio? ( gnome-extra/iio-sensor-proxy ) +"