Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: key-mon-1.20
@ 2022-06-26 10:08 hervyqa
  2022-07-15 10:11 ` [PR PATCH] [Updated] " hervyqa
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hervyqa @ 2022-06-26 10:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 769 bytes --]

There is a new pull request by hervyqa against master on the void-packages repository

https://github.com/hervyqa/void-packages key-mon
https://github.com/void-linux/void-packages/pull/37692

New package: key-mon-1.20
keymon has been removed in https://github.com/void-linux/void-packages/pull/29179, but this template uses python3.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)

A patch file from https://github.com/void-linux/void-packages/pull/37692.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-key-mon-37692.patch --]
[-- Type: text/x-diff, Size: 1198 bytes --]

From c53267dce27b7ad132259d93a8796e3ea2800f2c Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Sun, 26 Jun 2022 16:58:45 +0700
Subject: [PATCH] New packages: key-mon-1.20

---
 srcpkgs/key-mon/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/key-mon/template

diff --git a/srcpkgs/key-mon/template b/srcpkgs/key-mon/template
new file mode 100644
index 000000000000..67fb98969043
--- /dev/null
+++ b/srcpkgs/key-mon/template
@@ -0,0 +1,18 @@
+# Template file for 'key-mon'
+pkgname=key-mon
+version=1.20
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="dbus-glib pygtk python3-dbus python3-xlib"
+short_desc="Utility to show live keyboard and mouse status"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
+license="Apache-2.0"
+homepage="https://github.com/scottkirkwood/key-mon"
+distfiles="https://github.com/scottkirkwood/key-mon/archive/refs/tags/${version}.tar.gz"
+checksum=70c0250ec5168de65ac59a48f5f5c62e91480e4f60f9c02f55b4060c55ca6af2
+
+post_install() {
+	vinstall icons/key-mon.desktop 644 usr/share/applications
+	vinstall icons/key-mon.xpm 644 usr/share/pixmaps
+}

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

* Re: [PR PATCH] [Updated] New package: key-mon-1.20
  2022-06-26 10:08 [PR PATCH] New package: key-mon-1.20 hervyqa
@ 2022-07-15 10:11 ` hervyqa
  2022-09-25 10:33 ` hervyqa
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hervyqa @ 2022-07-15 10:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 774 bytes --]

There is an updated pull request by hervyqa against master on the void-packages repository

https://github.com/hervyqa/void-packages key-mon
https://github.com/void-linux/void-packages/pull/37692

New package: key-mon-1.20
keymon has been removed in https://github.com/void-linux/void-packages/pull/29179, but this template uses python3.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)

A patch file from https://github.com/void-linux/void-packages/pull/37692.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-key-mon-37692.patch --]
[-- Type: text/x-diff, Size: 1634 bytes --]

From 84d5113ca44b6da8f4aa3c1e93aeafcf3687d2b9 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Sun, 26 Jun 2022 16:58:45 +0700
Subject: [PATCH] New packages: key-mon-1.20

---
 srcpkgs/key-mon/template          | 18 ++++++++++++++++++
 srcpkgs/removed-packages/template |  1 -
 2 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/key-mon/template

diff --git a/srcpkgs/key-mon/template b/srcpkgs/key-mon/template
new file mode 100644
index 000000000000..67fb98969043
--- /dev/null
+++ b/srcpkgs/key-mon/template
@@ -0,0 +1,18 @@
+# Template file for 'key-mon'
+pkgname=key-mon
+version=1.20
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="dbus-glib pygtk python3-dbus python3-xlib"
+short_desc="Utility to show live keyboard and mouse status"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
+license="Apache-2.0"
+homepage="https://github.com/scottkirkwood/key-mon"
+distfiles="https://github.com/scottkirkwood/key-mon/archive/refs/tags/${version}.tar.gz"
+checksum=70c0250ec5168de65ac59a48f5f5c62e91480e4f60f9c02f55b4060c55ca6af2
+
+post_install() {
+	vinstall icons/key-mon.desktop 644 usr/share/applications
+	vinstall icons/key-mon.xpm 644 usr/share/pixmaps
+}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 8456cb959d35..ecb073b5771e 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -214,7 +214,6 @@ replaces="
  kadu<=4.3_6
  keepassx2<=2.0.3_2
  keepassx<=0.4.4_2
- key-mon<=1.17_5
  laditools<=1.1.0_3
  libapp<=20140527_2
  libco-devel<=20_1

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

* Re: [PR PATCH] [Updated] New package: key-mon-1.20
  2022-06-26 10:08 [PR PATCH] New package: key-mon-1.20 hervyqa
  2022-07-15 10:11 ` [PR PATCH] [Updated] " hervyqa
@ 2022-09-25 10:33 ` hervyqa
  2022-09-28  7:23 ` hervyqa
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hervyqa @ 2022-09-25 10:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 774 bytes --]

There is an updated pull request by hervyqa against master on the void-packages repository

https://github.com/hervyqa/void-packages key-mon
https://github.com/void-linux/void-packages/pull/37692

New package: key-mon-1.20
keymon has been removed in https://github.com/void-linux/void-packages/pull/29179, but this template uses python3.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)

A patch file from https://github.com/void-linux/void-packages/pull/37692.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-key-mon-37692.patch --]
[-- Type: text/x-diff, Size: 1634 bytes --]

From a1723bf31d66ca7a22186db678ee155b17a3c6ec Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Sun, 26 Jun 2022 16:58:45 +0700
Subject: [PATCH] New packages: key-mon-1.20

---
 srcpkgs/key-mon/template          | 18 ++++++++++++++++++
 srcpkgs/removed-packages/template |  1 -
 2 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/key-mon/template

diff --git a/srcpkgs/key-mon/template b/srcpkgs/key-mon/template
new file mode 100644
index 000000000000..67fb98969043
--- /dev/null
+++ b/srcpkgs/key-mon/template
@@ -0,0 +1,18 @@
+# Template file for 'key-mon'
+pkgname=key-mon
+version=1.20
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="dbus-glib pygtk python3-dbus python3-xlib"
+short_desc="Utility to show live keyboard and mouse status"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
+license="Apache-2.0"
+homepage="https://github.com/scottkirkwood/key-mon"
+distfiles="https://github.com/scottkirkwood/key-mon/archive/refs/tags/${version}.tar.gz"
+checksum=70c0250ec5168de65ac59a48f5f5c62e91480e4f60f9c02f55b4060c55ca6af2
+
+post_install() {
+	vinstall icons/key-mon.desktop 644 usr/share/applications
+	vinstall icons/key-mon.xpm 644 usr/share/pixmaps
+}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 7bed6e0f99b2..a1e65afd905d 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -232,7 +232,6 @@ replaces="
  kadu<=4.3_6
  keepassx2<=2.0.3_2
  keepassx<=0.4.4_2
- key-mon<=1.17_5
  laditools<=1.1.0_3
  libapp<=20140527_2
  libco-devel<=20_1

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

* Re: [PR PATCH] [Updated] New package: key-mon-1.20
  2022-06-26 10:08 [PR PATCH] New package: key-mon-1.20 hervyqa
  2022-07-15 10:11 ` [PR PATCH] [Updated] " hervyqa
  2022-09-25 10:33 ` hervyqa
@ 2022-09-28  7:23 ` hervyqa
  2022-12-28  1:56 ` github-actions
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hervyqa @ 2022-09-28  7:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 774 bytes --]

There is an updated pull request by hervyqa against master on the void-packages repository

https://github.com/hervyqa/void-packages key-mon
https://github.com/void-linux/void-packages/pull/37692

New package: key-mon-1.20
keymon has been removed in https://github.com/void-linux/void-packages/pull/29179, but this template uses python3.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)

A patch file from https://github.com/void-linux/void-packages/pull/37692.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-key-mon-37692.patch --]
[-- Type: text/x-diff, Size: 1634 bytes --]

From 939d63dd6b58e16c70410074e0bd758eeff19fd7 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Sun, 26 Jun 2022 16:58:45 +0700
Subject: [PATCH] New packages: key-mon-1.20

---
 srcpkgs/key-mon/template          | 18 ++++++++++++++++++
 srcpkgs/removed-packages/template |  1 -
 2 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/key-mon/template

diff --git a/srcpkgs/key-mon/template b/srcpkgs/key-mon/template
new file mode 100644
index 000000000000..67fb98969043
--- /dev/null
+++ b/srcpkgs/key-mon/template
@@ -0,0 +1,18 @@
+# Template file for 'key-mon'
+pkgname=key-mon
+version=1.20
+revision=1
+build_style=python3-module
+hostmakedepends="python3"
+depends="dbus-glib pygtk python3-dbus python3-xlib"
+short_desc="Utility to show live keyboard and mouse status"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
+license="Apache-2.0"
+homepage="https://github.com/scottkirkwood/key-mon"
+distfiles="https://github.com/scottkirkwood/key-mon/archive/refs/tags/${version}.tar.gz"
+checksum=70c0250ec5168de65ac59a48f5f5c62e91480e4f60f9c02f55b4060c55ca6af2
+
+post_install() {
+	vinstall icons/key-mon.desktop 644 usr/share/applications
+	vinstall icons/key-mon.xpm 644 usr/share/pixmaps
+}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 9c9b0611a47e..14e1359f8ea9 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -234,7 +234,6 @@ replaces="
  kadu<=4.3_6
  keepassx2<=2.0.3_2
  keepassx<=0.4.4_2
- key-mon<=1.17_5
  laditools<=1.1.0_3
  libapp<=20140527_2
  libco-devel<=20_1

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

* Re: New package: key-mon-1.20
  2022-06-26 10:08 [PR PATCH] New package: key-mon-1.20 hervyqa
                   ` (2 preceding siblings ...)
  2022-09-28  7:23 ` hervyqa
@ 2022-12-28  1:56 ` github-actions
  2022-12-28 15:52 ` [PR REVIEW] " paper42
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-12-28  1:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/37692#issuecomment-1366309644

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR REVIEW] New package: key-mon-1.20
  2022-06-26 10:08 [PR PATCH] New package: key-mon-1.20 hervyqa
                   ` (3 preceding siblings ...)
  2022-12-28  1:56 ` github-actions
@ 2022-12-28 15:52 ` paper42
  2023-03-29  1:59 ` github-actions
  2023-04-13  1:50 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-12-28 15:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37692#discussion_r1058438575

Comment:
PyGTK uses Python 2 and GTK 2

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

* Re: New package: key-mon-1.20
  2022-06-26 10:08 [PR PATCH] New package: key-mon-1.20 hervyqa
                   ` (4 preceding siblings ...)
  2022-12-28 15:52 ` [PR REVIEW] " paper42
@ 2023-03-29  1:59 ` github-actions
  2023-04-13  1:50 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-03-29  1:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/37692#issuecomment-1487839712

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: key-mon-1.20
  2022-06-26 10:08 [PR PATCH] New package: key-mon-1.20 hervyqa
                   ` (5 preceding siblings ...)
  2023-03-29  1:59 ` github-actions
@ 2023-04-13  1:50 ` github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-04-13  1:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 618 bytes --]

There's a closed pull request on the void-packages repository

New package: key-mon-1.20
https://github.com/void-linux/void-packages/pull/37692

Description:
keymon has been removed in https://github.com/void-linux/void-packages/pull/29179, but this template uses python3.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)

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

end of thread, other threads:[~2023-04-13  1:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-26 10:08 [PR PATCH] New package: key-mon-1.20 hervyqa
2022-07-15 10:11 ` [PR PATCH] [Updated] " hervyqa
2022-09-25 10:33 ` hervyqa
2022-09-28  7:23 ` hervyqa
2022-12-28  1:56 ` github-actions
2022-12-28 15:52 ` [PR REVIEW] " paper42
2023-03-29  1:59 ` github-actions
2023-04-13  1:50 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).