Added stevia

This commit is contained in:
2025-11-24 11:13:07 +01:00
parent 251a975f77
commit 19ba9a734b
3 changed files with 59 additions and 0 deletions

1
x11-misc/stevia/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST stevia-v0.51.0.tar.gz 364032 BLAKE2B dee71e59237477009480287afa8f099980c654dfb03645c7baad6dfb847bab51c283786f43e908bd83fc4672732e3d98cb65f67e4d6cfaad6568244ba6e93341 SHA512 a924300615861de063b8cd6c00cd8ecde65ddba7198765a1174b17f2d46e2816cbf91586a7d54fce00410b9a080a89e9adf518803cc8cfee60d3a7c66b01309b

11
x11-misc/stevia/metadata.xml Executable file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gjdijkman@gjdwebserver.nl</email>
<name>Gerben Jan Dijkman</name>
</maintainer>
<upstream>
<bugs-to>https://source.puri.sm/Librem5/phoc/-/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@@ -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
}