mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
phosh-base/phosh-mobile-settings: add 0.48.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -4,3 +4,5 @@ DIST phosh-mobile-settings-0.43.0.tar.xz 236724 BLAKE2B 29f15d9f1bb6717f49c604a2
|
||||
DIST phosh-mobile-settings-0.43.0.tar.xz.asc 833 BLAKE2B 336edf65970fe4b13345e93393c6dfc41edfbea41a9b156cefb3ecb0e55c08992ee552ff3c8a2af1995c5b1f2bcfc20c153c86c4431a68b7d022e3f462f894e6 SHA512 4f6001fd2b745acccc8db658f2953b41dd9d5e71b1a752acec52536ccccc9fd9d691da1df6f88ce6e5cf328b07c901c37ba742e20f1d2030ee87f3a0f6ab9cc9
|
||||
DIST phosh-mobile-settings-0.47.0.tar.xz 295132 BLAKE2B 681e3ed7537012337c0491d4b162ba88c85d6023af464ba3050e5e8dd84e47264c722a8b01621ce9869c39e4d514b3c91e2f3ee30d27620e4855963ef36451b2 SHA512 9d09477c2d72e2a262d9772167cbf0a9ddc0450cf024eed36bdae86b0099df6dcb8ffb85bbe6ba2c35762e14e5845626e8c40e9bd7257593a52cf6977971bf05
|
||||
DIST phosh-mobile-settings-0.47.0.tar.xz.asc 833 BLAKE2B 72fed0bf8b8274f082b2c82e0b480344e57d854b69962b1f4a6523fc9c5f2485ae6d19c7361128332b7e367fb5d01ac0036029d64a5ebdb658ff1771d543c86c SHA512 9d650db4fa92e3527fe191c86cf532954e7a998d73c25562f8bbcc7fff7d06b9e860794ba7a80639b1456304de33c8c64cd04cc16e7213cd9cc559a6bcc0a486
|
||||
DIST phosh-mobile-settings-0.48.0.tar.xz 309156 BLAKE2B 745ae493d22fd50635ae09bbd5635e7bdcea1b929fc0a2b0e23371a068b2627e22d6ff4c10c09751edc62a0dcb929ea0bdd6a86df7b5959243b16e2c6da1defd SHA512 e89dc955fc8cac9120c0d6718a9bb8ea09eaf66d041b379ab1e0a194224da4fa07c8df4f9f23008b16bdda0b0f29a6f583d48f27c0154b8af30b9d3b8bdb0bca
|
||||
DIST phosh-mobile-settings-0.48.0.tar.xz.asc 833 BLAKE2B 1c026480c6110de57d311e36fcbeadbd3a73c4678e719c1f64595432500b472cc353dd5584109cc0cbead098d99f2a5d1694f6fbe0fa73355396556c41e6daa0 SHA512 f03a4b4faeffe2dc4808312f8d74c8af11c2e1059175a2bac82e47324c05558331203b7ba4b36524d83a5bc6ca6b1115021b12c6a2f077bc4d6fb3bebc8ffd4a
|
||||
|
||||
@@ -0,0 +1,70 @@
|
||||
# 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="Phosh and related settings for mobile"
|
||||
HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-mobile-settings"
|
||||
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-2+ GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
COMMON_DEPEND="
|
||||
>=dev-libs/glib-2.76:2
|
||||
>=dev-libs/gmobile-0.2.1
|
||||
>=dev-libs/json-glib-1.6.2
|
||||
>=dev-libs/feedbackd-0.8.0
|
||||
>=dev-libs/libportal-0.9.1:=[gtk]
|
||||
>=dev-libs/wayland-1.14
|
||||
>=gnome-base/gnome-desktop-44:4=
|
||||
>=gui-libs/gtk-4.12.5:4[wayland]
|
||||
>=gui-libs/libadwaita-1.5:1
|
||||
media-libs/gsound
|
||||
>=media-libs/libpulse-12.99.3[glib]
|
||||
>=phosh-base/phosh-shell-0.40.0
|
||||
sys-apps/dbus
|
||||
sys-apps/lm-sensors:=
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
>=dev-libs/wayland-protocols-1.12
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
!<phosh-base/phosh-osk-stub-0.42.0
|
||||
>=gui-wm/phoc-0.34.0
|
||||
|| (
|
||||
>=phosh-base/xdg-desktop-portal-phosh-0.46.0
|
||||
<phosh-base/phosh-shell-0.44.0
|
||||
)
|
||||
"
|
||||
BDEPEND="
|
||||
dev-libs/glib:2
|
||||
dev-util/gdbus-codegen
|
||||
dev-util/glib-utils
|
||||
dev-util/wayland-scanner
|
||||
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.MobileSettings.desktop"
|
||||
|
||||
src_test() {
|
||||
# No useful tests
|
||||
:
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
||||
Reference in New Issue
Block a user