Version bump
This commit is contained in:
parent
5ed0b979b5
commit
77cb2fbfd2
@ -1,3 +1,5 @@
|
||||
DIST libcall-ui-5bb3fc2d662285681a54ce4b5bc2ed29a47c8c74.tar.gz 175364 BLAKE2B 95beeeb9f280aa1325b2cdb84eac2ec9662ff0dea66a712bec6da95dc67a44630a5dff4e09f609b4078577ee1dae0cf1716fbe2d9c6f13994d5d4e8476e0f7e9 SHA512 cf1b74d3b404689396bdb21daf6604aee4c3d23b478277f61de6f58c7b829b50f7b499d7d9fe224c36ffe1126cb4ce9dfcba0d7708867828253cafeb25ceb623
|
||||
DIST libcall-ui-60870e871e480e111e6a2fa50de67d1dd358d65a.tar.gz 170376 BLAKE2B 6e5bbeb47e6a2101db252833db9b838fa1abb2e34c16f5aad49a11cf1c1e980bd190e3ac17d0e7f476b74a78b0d73f83560db9c3e3b8209a022a731a9dbb362d SHA512 39f11f9f74f595615a7f9c669e664def6e05c1e925bb626e2ecbffb082be4b52a6e28e6fb063d09d3850d663bf09c2b38a65400050f944e87b08b53351d196f1
|
||||
DIST libgnome-volume-control-5f9768a2eac29c1ed56f1fbb449a77a3523683b6.tar.gz 46452 BLAKE2B 0ebd7971eb4cb8cceb559cc7db4c1df395d489ee80360bcda8e63c42a76f74efd4c5493fe5c5a540e76b6a7f081696bc1b7f5f8d968ceaa2c6323a822f5ed5ae SHA512 ef6a103ddca784db35648acd11a423a9d65173c597c6463a572834827c9812bb1be5c8113d93a28ea99ca017dd1655b8eaf417a30b6b9085677baf373395aac1
|
||||
DIST phosh-v0.41.1.tar.gz 1129402 BLAKE2B f622eb5daad70bc84341639448288e4bde08dd7f716273513a3db9ad31d8853ec998f5aca070a3f75a9503fcee355f0f1e60eb84590608697c078a6f1641f51c SHA512 9e3cab59c601ba4dda13e16616a087f0c511ed79903d0e7d1be643e916a8eafc995b4e45572147e436e43fef1335b28ac3a0440527a550333fc5a90a77c806b9
|
||||
DIST phosh-v0.42.0.tar.gz 1145201 BLAKE2B c44d40b3bedec50d990c85f92d8c708b1f264a7502bf728448174777b1c73e4b47a27f2c8bb6e22161a814727043726e0c9beac2146f7d5906c1d41a5dbdb734 SHA512 d1cfd256c56e7e85d91016add1e90db2e88bbd77b7629857fbac1249de4f1d0df129a2495bfd91485994c664c1d4b5c6b6ba57b079c77402616e29b0493ccfb2
|
||||
|
100
gui-wm/phosh/phosh-0.42.0.ebuild
Executable file
100
gui-wm/phosh/phosh-0.42.0.ebuild
Executable file
@ -0,0 +1,100 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop gnome2-utils meson pam readme.gentoo-r1 systemd xdg
|
||||
|
||||
MY_P="${PN}-v${PV}"
|
||||
LVC_COMMIT="5f9768a2eac29c1ed56f1fbb449a77a3523683b6"
|
||||
LCU_COMMIT="5bb3fc2d662285681a54ce4b5bc2ed29a47c8c74"
|
||||
|
||||
DESCRIPTION="A pure Wayland shell prototype for GNOME on mobile devices"
|
||||
HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phosh/"
|
||||
SRC_URI="
|
||||
https://gitlab.gnome.org/World/Phosh/phosh/-/archive/v${PV}/${MY_P}.tar.gz
|
||||
https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/archive/${LVC_COMMIT}/libgnome-volume-control-${LVC_COMMIT}.tar.gz
|
||||
https://gitlab.gnome.org/World/Phosh/libcall-ui/-/archive/${LCU_COMMIT}/libcall-ui-${LCU_COMMIT}.tar.gz
|
||||
"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
|
||||
KEYWORDS="~arm ~arm64"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="+systemd"
|
||||
|
||||
DEPEND="
|
||||
app-crypt/gcr
|
||||
dev-libs/feedbackd
|
||||
media-sound/pulseaudio
|
||||
>=gui-libs/libhandy-1.1.90
|
||||
net-misc/networkmanager
|
||||
gnome-base/gnome-control-center
|
||||
gnome-base/gnome-desktop
|
||||
gnome-base/gnome-session
|
||||
x11-themes/gnome-backgrounds
|
||||
gnome-base/gnome-keyring
|
||||
gnome-base/gnome-shell
|
||||
gui-apps/gnome-console
|
||||
gnome-base/nautilus
|
||||
x11-wm/phoc
|
||||
sys-apps/systemd
|
||||
sys-power/upower
|
||||
app-misc/geoclue
|
||||
net-libs/libnma
|
||||
media-sound/callaudiod
|
||||
dev-libs/gmobile
|
||||
gnome-extra/gnome-tweaks
|
||||
x11-misc/phosh-mobile-settings
|
||||
>=net-wireless/gnome-bluetooth-46.0
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
dev-util/ctags
|
||||
dev-build/meson
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
rm -r "${S}"/subprojects/gvc.wrap || die
|
||||
mv "${WORKDIR}"/libgnome-volume-control-"${LVC_COMMIT}" "${S}"/subprojects/gvc || die
|
||||
rm -r "${S}"/subprojects/libcall-ui.wrap || die
|
||||
mv "${WORKDIR}"/libcall-ui-"${LCU_COMMIT}" "${S}"/subprojects/libcall-ui || die
|
||||
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dtests=false
|
||||
-Dphoc_tests=disabled
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
meson_src_install
|
||||
newpamd "${FILESDIR}"/pam_phosh 'phosh'
|
||||
systemd_newunit "${FILESDIR}"/phosh.service 'phosh.service'
|
||||
domenu "${FILESDIR}"/sm.puri.OSK0.desktop
|
||||
dobin "${FILESDIR}"/osk-wayland
|
||||
|
||||
DOC_CONTENTS="To amend the existing password policy please see the man 5 passwdqc.conf
|
||||
page and then edit the /etc/security/passwdqc.conf file to change enforce=none
|
||||
to allow use digit only password as phosh only support passcode for now"
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
readme.gentoo_print_elog
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
Loading…
Reference in New Issue
Block a user