From f0b86b7fe68195826d6ef66c118821f47df5b82c Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Sun, 6 Oct 2024 15:45:00 +0200 Subject: [PATCH] Version bump --- x11-misc/phosh-mobile-settings/Manifest | 1 + .../phosh-mobile-settings-0.42.0.ebuild | 45 +++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100755 x11-misc/phosh-mobile-settings/phosh-mobile-settings-0.42.0.ebuild diff --git a/x11-misc/phosh-mobile-settings/Manifest b/x11-misc/phosh-mobile-settings/Manifest index 9bf67bd..e0c8ac6 100644 --- a/x11-misc/phosh-mobile-settings/Manifest +++ b/x11-misc/phosh-mobile-settings/Manifest @@ -1 +1,2 @@ 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 diff --git a/x11-misc/phosh-mobile-settings/phosh-mobile-settings-0.42.0.ebuild b/x11-misc/phosh-mobile-settings/phosh-mobile-settings-0.42.0.ebuild new file mode 100755 index 0000000..f0ee29f --- /dev/null +++ b/x11-misc/phosh-mobile-settings/phosh-mobile-settings-0.42.0.ebuild @@ -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 +}