commit:     5d0a0bfb5da9e49bc14a75be914255873e02a188
Author:     Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
AuthorDate: Tue Dec 27 16:04:38 2022 +0000
Commit:     Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
CommitDate: Tue Dec 27 16:05:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d0a0bfb

gui-apps/showmethekey: fix missing dependency

Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com>

 gui-apps/showmethekey/showmethekey-1.7.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gui-apps/showmethekey/showmethekey-1.7.3.ebuild 
b/gui-apps/showmethekey/showmethekey-1.7.3.ebuild
index c3a9eeb5a..8c782aa84 100644
--- a/gui-apps/showmethekey/showmethekey-1.7.3.ebuild
+++ b/gui-apps/showmethekey/showmethekey-1.7.3.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit gnome2 meson
 
-DESCRIPTION=" Show keys you typed on screen. "
+DESCRIPTION="Show keys you typed on screen."
 HOMEPAGE="https://showmethekey.alynx.one/";
 SRC_URI="https://github.com/AlynxZhou/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
 
@@ -18,9 +18,10 @@ DEPEND="
        dev-libs/json-glib
        dev-libs/libevdev
        dev-libs/libinput
-       gui-libs/gtk
+       gui-libs/gtk:4
        virtual/udev
        x11-libs/cairo
+       x11-libs/libxkbcommon
        x11-libs/pango
 "
 RDEPEND="${DEPEND}"

Reply via email to