From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3C1D158020 for ; Tue, 6 Dec 2022 06:09:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 414CEE08EC; Tue, 6 Dec 2022 06:09:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FD30E08EC for ; Tue, 6 Dec 2022 06:09:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAD963410EF for ; Tue, 6 Dec 2022 06:09:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76C027AF for ; Tue, 6 Dec 2022 06:09:08 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1670283621.eafda6954b2094245578b1ca4e76ab4188888431.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/showmethekey/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/showmethekey/Manifest gui-apps/showmethekey/metadata.xml gui-apps/showmethekey/showmethekey-1.7.3.ebuild X-VCS-Directories: gui-apps/showmethekey/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: eafda6954b2094245578b1ca4e76ab4188888431 X-VCS-Branch: master Date: Tue, 6 Dec 2022 06:09:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d83ce52-c4a0-4998-b454-0d9a2f615642 X-Archives-Hash: 31f9ced719e35c43275af22931aae20b commit: eafda6954b2094245578b1ca4e76ab4188888431 Author: David Roman gmail com> AuthorDate: Mon Dec 5 23:31:41 2022 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Dec 5 23:40:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eafda695 gui-apps/showmethekey: new package, add 1.7.3 Signed-off-by: David Roman gmail.com> gui-apps/showmethekey/Manifest | 1 + gui-apps/showmethekey/metadata.xml | 8 ++++++++ gui-apps/showmethekey/showmethekey-1.7.3.ebuild | 26 +++++++++++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/gui-apps/showmethekey/Manifest b/gui-apps/showmethekey/Manifest new file mode 100644 index 000000000..f02787cfb --- /dev/null +++ b/gui-apps/showmethekey/Manifest @@ -0,0 +1 @@ +DIST showmethekey-1.7.3.tar.gz 6044309 BLAKE2B cf62baba0a15379bcec46da28ff68bea4eb8afd28f05df246e64ef43ad6ad2a6b213c21b6355fdebca78619e1a5cefa82dd2d07842850d2f891076cd59a0ba37 SHA512 a6a97b1ff6dea6ed950b565006953ecc52558ecdd7c2743d58eb0a9a5e6bd6636b1beeb1feb90b80425ab4024c5efb9302dda8433ed713624ac27ad0fb295396 diff --git a/gui-apps/showmethekey/metadata.xml b/gui-apps/showmethekey/metadata.xml new file mode 100644 index 000000000..01c1fc848 --- /dev/null +++ b/gui-apps/showmethekey/metadata.xml @@ -0,0 +1,8 @@ + + + + + davidroman96@gmail.com + David Roman + + diff --git a/gui-apps/showmethekey/showmethekey-1.7.3.ebuild b/gui-apps/showmethekey/showmethekey-1.7.3.ebuild new file mode 100644 index 000000000..c3a9eeb5a --- /dev/null +++ b/gui-apps/showmethekey/showmethekey-1.7.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 2022 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 + gui-libs/gtk + virtual/udev + x11-libs/cairo + x11-libs/pango +" +RDEPEND="${DEPEND}"