Cleaned up phinephone stuff

This commit is contained in:
2023-10-25 12:09:36 +02:00
parent c521c14af6
commit 4ce0aa6bca
204 changed files with 1 additions and 23136 deletions

View File

@@ -1 +0,0 @@
DIST phosh-mobile-settings-0.30.0.tar.gz 175802 BLAKE2B 2d59e5c99c2c58d45a1c28ad32a7358746732bab3046ca653370d105562af8c89839608da124b223c977f2b145873532b1d3bd8bbcb07fc15c61532f0732f171 SHA512 337d228d3a8e8dce77e2a85fa13569c47598b6b42758631917f3c1a00a12f8c80770a82b7be6fea42b5fcd6625ba1c6759e2aed69a87915bc1362efed74e6e6e

View File

@@ -1,44 +0,0 @@
# 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/guidog/phosh-mobile-settings"
SRC_URI="https://gitlab.gnome.org/guidog/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
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
}