From f44937aa40078463a64b6aa5a7a2dd570ee125af Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Mon, 4 May 2026 12:57:05 +0200 Subject: [PATCH] Updated version --- x11-misc/stevia/Manifest | 1 + x11-misc/stevia/stevia-0.52.1.ebuild | 58 ++++++++++++++++++++++++++++ x11-misc/stevia/stevia-0.54.0.ebuild | 1 + 3 files changed, 60 insertions(+) create mode 100755 x11-misc/stevia/stevia-0.52.1.ebuild diff --git a/x11-misc/stevia/Manifest b/x11-misc/stevia/Manifest index ac00906..9712691 100644 --- a/x11-misc/stevia/Manifest +++ b/x11-misc/stevia/Manifest @@ -1 +1,2 @@ +DIST stevia-v0.52.1.tar.gz 365100 BLAKE2B c94e58a42d5d95d09c695d6c9ec730dcee380891105ae8df3cf78bf7183be7b042ba6fc26618339a378c1ee13a450a65b3e1ab062e85100087dd774256787f30 SHA512 83187fd8f8b3c619ae4f1d9f6c9ae0275102e058a5c458ece086074f7f1b6f5ba9273c10eced07e2302b854c52389198fb5271f7eb03f8027294ed098dd105e2 DIST stevia-v0.54.0.tar.gz 380779 BLAKE2B 162bac59a494f67d338f6cc150fe70c5587399f8a0e9ee8ba301c266972dc7c74262b957435a00aeb0ab1f145ff3fef017fb15de807f84131f26d5dc17af9eb8 SHA512 1ca2741dce224195c564af9bdd989af2697afae54d72fe41dbe9508f7fe972ad01be5a192858dab5bf6a62a54bc4f66de005a8aae68b6b142f114ce16220d35a diff --git a/x11-misc/stevia/stevia-0.52.1.ebuild b/x11-misc/stevia/stevia-0.52.1.ebuild new file mode 100755 index 0000000..0d9f3d0 --- /dev/null +++ b/x11-misc/stevia/stevia-0.52.1.ebuild @@ -0,0 +1,58 @@ +# 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 + dev-libs/glib + dev-libs/gobject-introspection + dev-libs/wayland + dev-libs/wayland-protocols + gnome-base/gsettings-desktop-schemas + gnome-base/gnome-settings-daemon + >=gnome-base/gnome-desktop-3.26 + >=gnome-base/dconf-40.0 + x11-libs/libxkbcommon + dev-libs/gmobile + app-text/hunspell + gui-libs/libhandy +" + +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 +} diff --git a/x11-misc/stevia/stevia-0.54.0.ebuild b/x11-misc/stevia/stevia-0.54.0.ebuild index f4fde90..2727aed 100755 --- a/x11-misc/stevia/stevia-0.54.0.ebuild +++ b/x11-misc/stevia/stevia-0.54.0.ebuild @@ -30,6 +30,7 @@ RDEPEND=" gnome-base/gsettings-desktop-schemas gnome-base/gnome-settings-daemon >=gnome-base/gnome-desktop-3.26 + >=gnome-base/dconf-49.0 x11-libs/libxkbcommon dev-libs/gmobile app-text/hunspell