public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/showmethekey/
Date: Tue, 12 Dec 2023 10:52:49 +0000 (UTC)	[thread overview]
Message-ID: <1702372544.1173ab4ab90f3706d095b9f18759559edabcb27c.davidroman@gentoo> (raw)

commit:     1173ab4ab90f3706d095b9f18759559edabcb27c
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Dec 12 09:15:44 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Dec 12 09:15:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1173ab4a

gui-apps/showmethekey: add 1.12.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 gui-apps/showmethekey/Manifest                   |  1 +
 gui-apps/showmethekey/showmethekey-1.12.0.ebuild | 34 ++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/showmethekey/Manifest b/gui-apps/showmethekey/Manifest
index 1e17a28009..9ee8a4d3ee 100644
--- a/gui-apps/showmethekey/Manifest
+++ b/gui-apps/showmethekey/Manifest
@@ -1,2 +1,3 @@
 DIST showmethekey-1.10.0.tar.gz 6048383 BLAKE2B 09bcacae05ee6479429342903a260fbeafcec12b554724b81cc881e5272a38b01fab39db84fcdef1f004e5356f1837b2f7cb05f207b8ed8a0e935fe04e601a2e SHA512 65c13452294ed9458090fbbc0bc172e9d247f6d3fa819b214952fbccf930f3bc8a1753048b47b701bcc3a3ea04e6771c6c8b2a6ac8364487f9c3025037b60664
 DIST showmethekey-1.11.1.tar.gz 5268069 BLAKE2B dcd00aa3e424ce30f56dfeb07f024df93173f8c1fe8dda4494de4577605fd46f9c28e5f02ce784c1b92e2f1e64259cb9955622f2fec60fad1bedd31ad57976a1 SHA512 afd9759a9a01a4487a9a0915a645020e89088afd1a2d910fcd19cb0e7142c4005574eea5f3265e6321844275c026a3ebb4c6d9a596229496c0e3c636fdd5139d
+DIST showmethekey-1.12.0.tar.gz 5269307 BLAKE2B b5c3f84456c84b3906a619fdc88a4c4605592562d40f05e9d0ab75aa116604812c60f89b9a681eeea79f53f4420f20b526478dd667da2ea90006911b07917fe3 SHA512 bba78950da4d7e834172cdb8e6daf58f4946e21cda349e7c94fefd86dca0416459bbaa130c10925d90c1239abb41f8b3d0641fb9b8e2d19824eec512d1ec3e84

diff --git a/gui-apps/showmethekey/showmethekey-1.12.0.ebuild b/gui-apps/showmethekey/showmethekey-1.12.0.ebuild
new file mode 100644
index 0000000000..a405f25940
--- /dev/null
+++ b/gui-apps/showmethekey/showmethekey-1.12.0.ebuild
@@ -0,0 +1,34 @@
+# 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}"
+
+src_prepare() {
+	default
+	sed -i 's/gtk4-update-icon-/gtk-update-icon-/g' meson.build || die
+}


WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/showmethekey/
Date: Tue, 12 Dec 2023 09:16:23 +0000 (UTC)	[thread overview]
Message-ID: <1702372544.1173ab4ab90f3706d095b9f18759559edabcb27c.davidroman@gentoo> (raw)
Message-ID: <20231212091623.ktLuswmn59NcQ89agvl87nwNJEnECNGvu9agkId4d58@z> (raw)

commit:     1173ab4ab90f3706d095b9f18759559edabcb27c
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Dec 12 09:15:44 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Dec 12 09:15:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1173ab4a

gui-apps/showmethekey: add 1.12.0

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 gui-apps/showmethekey/Manifest                   |  1 +
 gui-apps/showmethekey/showmethekey-1.12.0.ebuild | 34 ++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/gui-apps/showmethekey/Manifest b/gui-apps/showmethekey/Manifest
index 1e17a28009..9ee8a4d3ee 100644
--- a/gui-apps/showmethekey/Manifest
+++ b/gui-apps/showmethekey/Manifest
@@ -1,2 +1,3 @@
 DIST showmethekey-1.10.0.tar.gz 6048383 BLAKE2B 09bcacae05ee6479429342903a260fbeafcec12b554724b81cc881e5272a38b01fab39db84fcdef1f004e5356f1837b2f7cb05f207b8ed8a0e935fe04e601a2e SHA512 65c13452294ed9458090fbbc0bc172e9d247f6d3fa819b214952fbccf930f3bc8a1753048b47b701bcc3a3ea04e6771c6c8b2a6ac8364487f9c3025037b60664
 DIST showmethekey-1.11.1.tar.gz 5268069 BLAKE2B dcd00aa3e424ce30f56dfeb07f024df93173f8c1fe8dda4494de4577605fd46f9c28e5f02ce784c1b92e2f1e64259cb9955622f2fec60fad1bedd31ad57976a1 SHA512 afd9759a9a01a4487a9a0915a645020e89088afd1a2d910fcd19cb0e7142c4005574eea5f3265e6321844275c026a3ebb4c6d9a596229496c0e3c636fdd5139d
+DIST showmethekey-1.12.0.tar.gz 5269307 BLAKE2B b5c3f84456c84b3906a619fdc88a4c4605592562d40f05e9d0ab75aa116604812c60f89b9a681eeea79f53f4420f20b526478dd667da2ea90006911b07917fe3 SHA512 bba78950da4d7e834172cdb8e6daf58f4946e21cda349e7c94fefd86dca0416459bbaa130c10925d90c1239abb41f8b3d0641fb9b8e2d19824eec512d1ec3e84

diff --git a/gui-apps/showmethekey/showmethekey-1.12.0.ebuild b/gui-apps/showmethekey/showmethekey-1.12.0.ebuild
new file mode 100644
index 0000000000..a405f25940
--- /dev/null
+++ b/gui-apps/showmethekey/showmethekey-1.12.0.ebuild
@@ -0,0 +1,34 @@
+# 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}"
+
+src_prepare() {
+	default
+	sed -i 's/gtk4-update-icon-/gtk-update-icon-/g' meson.build || die
+}


             reply	other threads:[~2023-12-12 10:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-12 10:52 David Roman [this message]
2023-12-12  9:16 ` [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/showmethekey/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-07-11 10:57 David Roman
2024-07-11 16:47 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-07-11 10:57 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-07-11 16:47 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-06-06 10:47 David Roman
2024-06-04 12:26 David Roman
2023-12-12 10:52 David Roman
2023-10-02 15:47 David Roman
2023-10-02 14:10 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-10-02 15:47 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-07-31 15:52 David Roman
2023-05-28 15:01 Viorel Munteanu
2022-12-06  6:09 Viorel Munteanu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1702372544.1173ab4ab90f3706d095b9f18759559edabcb27c.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox