Version bump

This commit is contained in:
Gerben Jan Dijkman 2024-10-06 15:45:00 +02:00
parent 489eacf67a
commit f0b86b7fe6
2 changed files with 46 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST phosh-mobile-settings-0.41.0.tar.gz 256512 BLAKE2B f996b30e8aa5290ac10d501a54f6d1a956903027b01bfbf086c275506bb049fd8134e72618ddad3552ab5aa5aae1631f7d61b21c309819404ffda0b7f60a566a SHA512 cb7b301c6682cd65d928b72dffe3bb1b68f127ac2da0bfbe2312b2383cc247aaea5ae2d6cf55f7ca31519a6221f0fa4836e4423001e6fd88c880f8b973f2de93 DIST phosh-mobile-settings-0.41.0.tar.gz 256512 BLAKE2B f996b30e8aa5290ac10d501a54f6d1a956903027b01bfbf086c275506bb049fd8134e72618ddad3552ab5aa5aae1631f7d61b21c309819404ffda0b7f60a566a SHA512 cb7b301c6682cd65d928b72dffe3bb1b68f127ac2da0bfbe2312b2383cc247aaea5ae2d6cf55f7ca31519a6221f0fa4836e4423001e6fd88c880f8b973f2de93
DIST phosh-mobile-settings-0.42.0.tar.gz 271289 BLAKE2B 34c36f07a9fd8ff2e58fb0e8126be474116b638241a3a635db36506531ae64b430afb33eb09e204abb272d5f1507a008c8002f32867659bdd50baa7b60987188 SHA512 0e4fa1f9b089c33e2c46b5624ab76cabb99cb383b1a2994e28d6cc1c5c0fe9e1e6469754ac94b4e2024a376b9483f28a1bfd26af566cfa40a8803a1cee258856

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
}