Version bump

This commit is contained in:
Gerben Jan Dijkman 2025-05-14 14:48:18 +02:00
parent edbc385b91
commit 76e4002311
2 changed files with 46 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST phosh-mobile-settings-0.43.0.tar.gz 282218 BLAKE2B dc5b5bc5a12e0311eb40f33384e62aaf4e08bef46016433339417be23f44ccc7bb78a43e5ed2d96578ab73b966a9a08eee4bb87a78bd907dcdc5cf49d83995da SHA512 e83920c002c60fbd7bb5ca482770a3a387e7d3b8f565104bb7f1ad71672d938feeb0d056596fa7c12a45bd7735921e4b5776fe553e743dd7e573aa8c006d7ebe DIST phosh-mobile-settings-0.43.0.tar.gz 282218 BLAKE2B dc5b5bc5a12e0311eb40f33384e62aaf4e08bef46016433339417be23f44ccc7bb78a43e5ed2d96578ab73b966a9a08eee4bb87a78bd907dcdc5cf49d83995da SHA512 e83920c002c60fbd7bb5ca482770a3a387e7d3b8f565104bb7f1ad71672d938feeb0d056596fa7c12a45bd7735921e4b5776fe553e743dd7e573aa8c006d7ebe
DIST phosh-mobile-settings-0.46.0.tar.gz 305732 BLAKE2B ff125321af7e7cc009385c8246b4dec6327de8d4261f42148b52f9aa1306ae3b7ebc0e3f8a057ab0bfd346031c894d37c3b19d918d007864a2c67d035f488814 SHA512 86b6a88f9d7d23eba5f42576e47f01e3a8c73b06a3acce2678a4171cbf0bc0cc7991a96d80b05d615da1795d33bdbcb07ef16ed45efc33e33f87a1bdd1b92e7a

View File

@ -0,0 +1,45 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License-2
EAPI=8
inherit gnome2-utils meson
DESCRIPTION="A settings app for mobile specific things"
HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings"
SRC_URI="https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings/-/archive/v${PV}/phosh-mobile-settings-v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~arm ~arm64"
RDEPEND="
x11-wm/phoc
gui-wm/phosh
gui-libs/libadwaita
dev-libs/gmobile
sys-apps/lm-sensors
"
BDEPEND="
"
S="${WORKDIR}/${PN}-v${PV}"
src_prepare() {
default
}
src_install() {
CC="$(tc-getCC)"
meson_src_install
}
pkg_postinst() {
gnome2_schemas_update
xdg_icon_cache_update
}
pkg_postrm() {
gnome2_schemas_update
xdg_icon_cache_update
}