Added Phosh Mobile Settings:
This commit is contained in:
parent
08fce43e17
commit
bc9b9cda49
1
x11-misc/phosh-mobile-settings/Manifest
Normal file
1
x11-misc/phosh-mobile-settings/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST phosh-mobile-settings-0.21.0.tar.gz 154048 BLAKE2B 7afda322e1b2efc8fc0fdf463d21c920d7e5c6b557da71147cbf35039232b97c8d560796c87a1203f6416caf3ebceea8ce296fba6f0f6c42290e93b03578f780 SHA512 fbb0aafa6ae2fcd3385a609fab29c8c307cb0eab4b69a8d42ec33ae05d73fde7b3a61f2dc3dcc25efb3d48623a45e41816e7071a1a7a08d7a496f90b71447edc
|
40
x11-misc/phosh-mobile-settings/phosh-mobile-settings-0.21.0.ebuild
Executable file
40
x11-misc/phosh-mobile-settings/phosh-mobile-settings-0.21.0.ebuild
Executable file
@ -0,0 +1,40 @@
|
||||
# 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
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
CC="$(tc-getCC)"
|
||||
meson_src_install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_schemas_update
|
||||
}
|
Loading…
Reference in New Issue
Block a user