commit: d95e508b8fc04159631ccbea7e0ad686100d6614 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Thu Jul 11 10:57:06 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Jul 11 10:57:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d95e508b
gui-apps/showmethekey: add 1.13.1 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> gui-apps/showmethekey/Manifest | 1 + gui-apps/showmethekey/showmethekey-1.13.1.ebuild | 38 ++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/gui-apps/showmethekey/Manifest b/gui-apps/showmethekey/Manifest index d557b6323..cb2854ffa 100644 --- a/gui-apps/showmethekey/Manifest +++ b/gui-apps/showmethekey/Manifest @@ -1 +1,2 @@ DIST showmethekey-1.12.0.tar.gz 5269307 BLAKE2B b5c3f84456c84b3906a619fdc88a4c4605592562d40f05e9d0ab75aa116604812c60f89b9a681eeea79f53f4420f20b526478dd667da2ea90006911b07917fe3 SHA512 bba78950da4d7e834172cdb8e6daf58f4946e21cda349e7c94fefd86dca0416459bbaa130c10925d90c1239abb41f8b3d0641fb9b8e2d19824eec512d1ec3e84 +DIST showmethekey-1.13.1.tar.gz 5271189 BLAKE2B bbc075c305b93da3a526639d4b184b48dadddac2be1f73b066d0bc8a50a81c514c13d1d372fba699c7cf79e24cb76e32c9b1b778e5d486110494651c8a3e0601 SHA512 4d15c257078c2b941197a968b9b81784f0603a70b0feba7b77e12b5c6eb75655a6c14fa857a6d4cd33ef657d3630d94be4a5d672331d2edbbda7923c76b87bf1 diff --git a/gui-apps/showmethekey/showmethekey-1.13.1.ebuild b/gui-apps/showmethekey/showmethekey-1.13.1.ebuild new file mode 100644 index 000000000..66a9f888f --- /dev/null +++ b/gui-apps/showmethekey/showmethekey-1.13.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome2 meson + +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" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + dev-libs/glib + dev-libs/json-glib + dev-libs/libevdev + dev-libs/libinput + dev-util/gtk-update-icon-cache + gui-libs/gtk:4 + gui-libs/libadwaita + virtual/udev + x11-libs/cairo + x11-libs/libxkbcommon + x11-libs/pango +" + +RDEPEND=" + ${DEPEND} + x11-libs/libX11 +" + +src_prepare() { + default + sed -i 's/gtk4-update-icon-/gtk-update-icon-/g' meson.build || die +}
