diff --git a/x11-misc/stevia/Manifest b/x11-misc/stevia/Manifest new file mode 100644 index 0000000..b76e7f9 --- /dev/null +++ b/x11-misc/stevia/Manifest @@ -0,0 +1 @@ +DIST stevia-v0.51.0.tar.gz 364032 BLAKE2B dee71e59237477009480287afa8f099980c654dfb03645c7baad6dfb847bab51c283786f43e908bd83fc4672732e3d98cb65f67e4d6cfaad6568244ba6e93341 SHA512 a924300615861de063b8cd6c00cd8ecde65ddba7198765a1174b17f2d46e2816cbf91586a7d54fce00410b9a080a89e9adf518803cc8cfee60d3a7c66b01309b diff --git a/x11-misc/stevia/metadata.xml b/x11-misc/stevia/metadata.xml new file mode 100755 index 0000000..1d46517 --- /dev/null +++ b/x11-misc/stevia/metadata.xml @@ -0,0 +1,11 @@ + + + + + gjdijkman@gjdwebserver.nl + Gerben Jan Dijkman + + + https://source.puri.sm/Librem5/phoc/-/issues + + diff --git a/x11-misc/stevia/stevia-0.51.0.ebuild b/x11-misc/stevia/stevia-0.51.0.ebuild new file mode 100755 index 0000000..cdbd49a --- /dev/null +++ b/x11-misc/stevia/stevia-0.51.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson xdg gnome2-utils + +MY_PV="v${PV}" +MY_P="${PN}-${MY_PV}" + +DESCRIPTION="Stevia is a on screen keyboard for Phosh." +HOMEPAGE="https://gitlab.gnome.org/World/Phosh/stevia" + +SRC_URI=" + https://gitlab.gnome.org/World/Phosh/stevia/-/archive/${MY_PV}/${MY_P}.tar.gz +" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64" +IUSE="+introspection +systemd test" +RESTRICT="!test? ( test )" + +RDEPEND=" + x11-wm/phoc +" + +BDEPEND=" + dev-build/meson + virtual/pkgconfig +" + +S="${WORKDIR}/${MY_P}" + + +src_configure() { + meson_src_configure +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm +}