public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/showmethekey/
@ 2024-07-11 10:57 David Roman
  2024-07-11 16:47 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 12+ messages in thread
From: David Roman @ 2024-07-11 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a71150e796c66a31670716e64dfb1e14645dd1d6
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Jul 11 10:57:44 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jul 11 10:57:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a71150e7

gui-apps/showmethekey: drop myself as a maintainer

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

 gui-apps/showmethekey/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gui-apps/showmethekey/metadata.xml b/gui-apps/showmethekey/metadata.xml
index b3b0065ef..1f2bf7f80 100644
--- a/gui-apps/showmethekey/metadata.xml
+++ b/gui-apps/showmethekey/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>davidroman96@gmail.com</email>
-		<name>David Roman</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="github">AlynxZhou/showmethekey</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/showmethekey/
@ 2024-07-11 10:57 David Roman
  2024-07-11 16:47 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 12+ messages in thread
From: David Roman @ 2024-07-11 10:57 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/showmethekey/
@ 2024-06-06 10:47 David Roman
  0 siblings, 0 replies; 12+ messages in thread
From: David Roman @ 2024-06-06 10:47 UTC (permalink / raw
  To: gentoo-commits

commit:     5fb8efbef71335128a954a25a3a73ce8bf6a3d3c
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Jun  6 10:43:42 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jun  6 10:43:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fb8efbe

gui-apps/showmethekey: add missing x11-libs/libX11 dep

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

 gui-apps/showmethekey/showmethekey-1.12.0.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gui-apps/showmethekey/showmethekey-1.12.0.ebuild b/gui-apps/showmethekey/showmethekey-1.12.0.ebuild
index a405f2594..66a9f888f 100644
--- a/gui-apps/showmethekey/showmethekey-1.12.0.ebuild
+++ b/gui-apps/showmethekey/showmethekey-1.12.0.ebuild
@@ -26,7 +26,11 @@ DEPEND="
 	x11-libs/libxkbcommon
 	x11-libs/pango
 "
-RDEPEND="${DEPEND}"
+
+RDEPEND="
+	${DEPEND}
+	x11-libs/libX11
+"
 
 src_prepare() {
 	default


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/showmethekey/
@ 2024-06-04 12:26 David Roman
  0 siblings, 0 replies; 12+ messages in thread
From: David Roman @ 2024-06-04 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     4d0d2fdc1c0dc57e50c355dd0d8956bc11b7bdd9
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Jun  4 08:41:02 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jun  4 08:41:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d0d2fdc

gui-apps/showmethekey: drop 1.11.1

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

 gui-apps/showmethekey/Manifest                   |  1 -
 gui-apps/showmethekey/showmethekey-1.11.1.ebuild | 34 ------------------------
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/showmethekey/Manifest b/gui-apps/showmethekey/Manifest
index 7617402cb..d557b6323 100644
--- a/gui-apps/showmethekey/Manifest
+++ b/gui-apps/showmethekey/Manifest
@@ -1,2 +1 @@
-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.11.1.ebuild b/gui-apps/showmethekey/showmethekey-1.11.1.ebuild
deleted file mode 100644
index a405f2594..000000000
--- a/gui-apps/showmethekey/showmethekey-1.11.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/showmethekey/
@ 2023-12-12 10:52 David Roman
  0 siblings, 0 replies; 12+ messages in thread
From: David Roman @ 2023-12-12 10:52 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/showmethekey/
@ 2023-12-12 10:52 David Roman
  0 siblings, 0 replies; 12+ messages in thread
From: David Roman @ 2023-12-12 10:52 UTC (permalink / raw
  To: gentoo-commits

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

gui-apps/showmethekey: drop 1.10.0

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

 gui-apps/showmethekey/Manifest                   |  1 -
 gui-apps/showmethekey/showmethekey-1.10.0.ebuild | 34 ------------------------
 2 files changed, 35 deletions(-)

diff --git a/gui-apps/showmethekey/Manifest b/gui-apps/showmethekey/Manifest
index 9ee8a4d3ee..7617402cbd 100644
--- a/gui-apps/showmethekey/Manifest
+++ b/gui-apps/showmethekey/Manifest
@@ -1,3 +1,2 @@
-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.10.0.ebuild b/gui-apps/showmethekey/showmethekey-1.10.0.ebuild
deleted file mode 100644
index a405f25940..0000000000
--- a/gui-apps/showmethekey/showmethekey-1.10.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/showmethekey/
@ 2023-10-02 15:47 David Roman
  0 siblings, 0 replies; 12+ messages in thread
From: David Roman @ 2023-10-02 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     ff1168031ad94db4063b549bda84a122c034f3c5
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Oct  2 14:09:51 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Oct  2 14:09:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff116803

gui-apps/showmethekey: add 1.11.1

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

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

diff --git a/gui-apps/showmethekey/Manifest b/gui-apps/showmethekey/Manifest
index ad4036eee4..e9553c76af 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.7.3.tar.gz 6044309 BLAKE2B cf62baba0a15379bcec46da28ff68bea4eb8afd28f05df246e64ef43ad6ad2a6b213c21b6355fdebca78619e1a5cefa82dd2d07842850d2f891076cd59a0ba37 SHA512 a6a97b1ff6dea6ed950b565006953ecc52558ecdd7c2743d58eb0a9a5e6bd6636b1beeb1feb90b80425ab4024c5efb9302dda8433ed713624ac27ad0fb295396

diff --git a/gui-apps/showmethekey/showmethekey-1.11.1.ebuild b/gui-apps/showmethekey/showmethekey-1.11.1.ebuild
new file mode 100644
index 0000000000..a405f25940
--- /dev/null
+++ b/gui-apps/showmethekey/showmethekey-1.11.1.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
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/showmethekey/
@ 2023-10-02 14:10 David Roman
  2023-10-02 15:47 ` [gentoo-commits] repo/proj/guru:master " David Roman
  0 siblings, 1 reply; 12+ messages in thread
From: David Roman @ 2023-10-02 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3d98e7ff4dda4fa68f6e0f62e32960824ffb360e
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Oct  2 14:10:48 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Oct  2 14:10:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d98e7ff

gui-apps/showmethekey: drop 1.7.3

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

 gui-apps/showmethekey/Manifest                  |  1 -
 gui-apps/showmethekey/showmethekey-1.7.3.ebuild | 27 -------------------------
 2 files changed, 28 deletions(-)

diff --git a/gui-apps/showmethekey/Manifest b/gui-apps/showmethekey/Manifest
index e9553c76af..1e17a28009 100644
--- a/gui-apps/showmethekey/Manifest
+++ b/gui-apps/showmethekey/Manifest
@@ -1,3 +1,2 @@
 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.7.3.tar.gz 6044309 BLAKE2B cf62baba0a15379bcec46da28ff68bea4eb8afd28f05df246e64ef43ad6ad2a6b213c21b6355fdebca78619e1a5cefa82dd2d07842850d2f891076cd59a0ba37 SHA512 a6a97b1ff6dea6ed950b565006953ecc52558ecdd7c2743d58eb0a9a5e6bd6636b1beeb1feb90b80425ab4024c5efb9302dda8433ed713624ac27ad0fb295396

diff --git a/gui-apps/showmethekey/showmethekey-1.7.3.ebuild b/gui-apps/showmethekey/showmethekey-1.7.3.ebuild
deleted file mode 100644
index 8c782aa840..0000000000
--- a/gui-apps/showmethekey/showmethekey-1.7.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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:4
-	virtual/udev
-	x11-libs/cairo
-	x11-libs/libxkbcommon
-	x11-libs/pango
-"
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/showmethekey/
@ 2023-07-31 15:52 David Roman
  0 siblings, 0 replies; 12+ messages in thread
From: David Roman @ 2023-07-31 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d5db14489c81d3593c6aa2d628d47c704a1fc078
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Jul 31 15:06:12 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jul 31 15:06:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5db1448

gui-apps/showmethekey: add 1.10.0

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

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

diff --git a/gui-apps/showmethekey/Manifest b/gui-apps/showmethekey/Manifest
index f02787cfb8..ad4036eee4 100644
--- a/gui-apps/showmethekey/Manifest
+++ b/gui-apps/showmethekey/Manifest
@@ -1 +1,2 @@
+DIST showmethekey-1.10.0.tar.gz 6048383 BLAKE2B 09bcacae05ee6479429342903a260fbeafcec12b554724b81cc881e5272a38b01fab39db84fcdef1f004e5356f1837b2f7cb05f207b8ed8a0e935fe04e601a2e SHA512 65c13452294ed9458090fbbc0bc172e9d247f6d3fa819b214952fbccf930f3bc8a1753048b47b701bcc3a3ea04e6771c6c8b2a6ac8364487f9c3025037b60664
 DIST showmethekey-1.7.3.tar.gz 6044309 BLAKE2B cf62baba0a15379bcec46da28ff68bea4eb8afd28f05df246e64ef43ad6ad2a6b213c21b6355fdebca78619e1a5cefa82dd2d07842850d2f891076cd59a0ba37 SHA512 a6a97b1ff6dea6ed950b565006953ecc52558ecdd7c2743d58eb0a9a5e6bd6636b1beeb1feb90b80425ab4024c5efb9302dda8433ed713624ac27ad0fb295396

diff --git a/gui-apps/showmethekey/showmethekey-1.10.0.ebuild b/gui-apps/showmethekey/showmethekey-1.10.0.ebuild
new file mode 100644
index 0000000000..a405f25940
--- /dev/null
+++ b/gui-apps/showmethekey/showmethekey-1.10.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
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/showmethekey/
@ 2023-05-28 15:01 Viorel Munteanu
  0 siblings, 0 replies; 12+ messages in thread
From: Viorel Munteanu @ 2023-05-28 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     f612290f423d7491c75b2c7904f1f2d73050d8de
Author:     Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
AuthorDate: Sat May 27 22:21:11 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat May 27 22:21:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f612290f

gui-apps/showmethekey: add github upstream metadata

Signed-off-by: Rahul Sandhu <rahul <AT> sandhuservices.dev>

 gui-apps/showmethekey/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gui-apps/showmethekey/metadata.xml b/gui-apps/showmethekey/metadata.xml
index ee7417102..b3b0065ef 100644
--- a/gui-apps/showmethekey/metadata.xml
+++ b/gui-apps/showmethekey/metadata.xml
@@ -5,4 +5,7 @@
 		<email>davidroman96@gmail.com</email>
 		<name>David Roman</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">AlynxZhou/showmethekey</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/showmethekey/
@ 2022-12-06  6:09 Viorel Munteanu
  0 siblings, 0 replies; 12+ messages in thread
From: Viorel Munteanu @ 2022-12-06  6:09 UTC (permalink / raw
  To: gentoo-commits

commit:     eafda6954b2094245578b1ca4e76ab4188888431
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Dec  5 23:31:41 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> 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 <davidroman96 <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>davidroman96@gmail.com</email>
+		<name>David Roman</name>
+	</maintainer>
+</pkgmetadata>

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}"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-07-11 16:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-11 10:57 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/showmethekey/ David Roman
2024-07-11 16:47 ` [gentoo-commits] repo/proj/guru:master " David Roman
  -- strict thread matches above, loose matches on Subject: below --
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-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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox