Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kmon-1.5.1
@ 2020-10-14 13:26 kkga
  2020-10-14 13:27 ` [PR PATCH] [Updated] " kkga
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kkga @ 2020-10-14 13:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages kmon
https://github.com/void-linux/void-packages/pull/25600

New package: kmon-1.5.1


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

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

From 56c79176a9c0f351373b40874640eba464d41c01 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Sun, 11 Oct 2020 13:33:11 +0300
Subject: [PATCH 1/2] godot: update to 3.2.3.

---
 srcpkgs/godot/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/godot/template b/srcpkgs/godot/template
index dc0c3a90e36..5b17ece10d0 100644
--- a/srcpkgs/godot/template
+++ b/srcpkgs/godot/template
@@ -1,6 +1,6 @@
 # Template file for 'godot'
 pkgname=godot
-version=3.2.2
+version=3.2.3
 revision=1
 archs="x86_64* i686* aarch64* armv7* ppc64*"
 wrksrc="${pkgname}-${version}-stable"
@@ -27,7 +27,7 @@ maintainer="Nick Hahn <nick.hahn@hotmail.de>"
 license="MIT"
 homepage="https://www.godotengine.org/"
 distfiles="https://github.com/godotengine/${pkgname}/archive/${version}-stable.tar.gz"
-checksum=9a071aba23fc912976203d35212a94207b7cb667c0b5353b3525f9b7e6899017
+checksum=4c2a8e7da1ad05c6223b0ff6cf2be124dad6708b56a8ec9910dc2aaf82a553ae
 nocross=https://build.voidlinux.org/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio
 
 CFLAGS+=" -fPIE -fPIC"

From 3dd2db96956e5c802e364016fd92b5f41191a5c2 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Wed, 14 Oct 2020 16:06:36 +0300
Subject: [PATCH 2/2] New package: kmon-1.5.1

---
 srcpkgs/kmon/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/kmon/template

diff --git a/srcpkgs/kmon/template b/srcpkgs/kmon/template
new file mode 100644
index 00000000000..a7b25e30185
--- /dev/null
+++ b/srcpkgs/kmon/template
@@ -0,0 +1,16 @@
+# Template file for 'kmon'
+pkgname=kmon
+version=1.5.1
+revision=1
+build_style=cargo
+hostmakedepends="python3 libxcb-devel"
+short_desc="Linux Kernel Manager and Activity Monitor"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/orhun/kmon"
+distfiles="https://github.com/orhun/kmon/archive/v${version}.tar.gz"
+checksum=@3e05f9c0a347fa6e46070af6c37b4699f467f2f6a53a8c8a10468088112442b1
+
+post_install() {
+	vman man/kmon.8
+}

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

* Re: [PR PATCH] [Updated] New package: kmon-1.5.1
  2020-10-14 13:26 [PR PATCH] New package: kmon-1.5.1 kkga
@ 2020-10-14 13:27 ` kkga
  2020-11-01 11:39 ` kkga
  2020-11-06  8:34 ` [PR PATCH] [Closed]: " kkga
  2 siblings, 0 replies; 4+ messages in thread
From: kkga @ 2020-10-14 13:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages kmon
https://github.com/void-linux/void-packages/pull/25600

New package: kmon-1.5.1


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

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

From 735cf1f42bf34d9d39be11dfb10e11ee5f0b2d97 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Wed, 14 Oct 2020 16:06:36 +0300
Subject: [PATCH] New package: kmon-1.5.1

---
 srcpkgs/kmon/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/kmon/template

diff --git a/srcpkgs/kmon/template b/srcpkgs/kmon/template
new file mode 100644
index 00000000000..a7b25e30185
--- /dev/null
+++ b/srcpkgs/kmon/template
@@ -0,0 +1,16 @@
+# Template file for 'kmon'
+pkgname=kmon
+version=1.5.1
+revision=1
+build_style=cargo
+hostmakedepends="python3 libxcb-devel"
+short_desc="Linux Kernel Manager and Activity Monitor"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/orhun/kmon"
+distfiles="https://github.com/orhun/kmon/archive/v${version}.tar.gz"
+checksum=@3e05f9c0a347fa6e46070af6c37b4699f467f2f6a53a8c8a10468088112442b1
+
+post_install() {
+	vman man/kmon.8
+}

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

* Re: [PR PATCH] [Updated] New package: kmon-1.5.1
  2020-10-14 13:26 [PR PATCH] New package: kmon-1.5.1 kkga
  2020-10-14 13:27 ` [PR PATCH] [Updated] " kkga
@ 2020-11-01 11:39 ` kkga
  2020-11-06  8:34 ` [PR PATCH] [Closed]: " kkga
  2 siblings, 0 replies; 4+ messages in thread
From: kkga @ 2020-11-01 11:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages kmon
https://github.com/void-linux/void-packages/pull/25600

New package: kmon-1.5.1


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

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

From b5e25a5046eaa2d80d109a083e01dbd7162c8c26 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Wed, 14 Oct 2020 16:06:36 +0300
Subject: [PATCH] New package: kmon-1.5.1

---
 srcpkgs/kmon/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/kmon/template

diff --git a/srcpkgs/kmon/template b/srcpkgs/kmon/template
new file mode 100644
index 00000000000..a7b25e30185
--- /dev/null
+++ b/srcpkgs/kmon/template
@@ -0,0 +1,16 @@
+# Template file for 'kmon'
+pkgname=kmon
+version=1.5.1
+revision=1
+build_style=cargo
+hostmakedepends="python3 libxcb-devel"
+short_desc="Linux Kernel Manager and Activity Monitor"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/orhun/kmon"
+distfiles="https://github.com/orhun/kmon/archive/v${version}.tar.gz"
+checksum=@3e05f9c0a347fa6e46070af6c37b4699f467f2f6a53a8c8a10468088112442b1
+
+post_install() {
+	vman man/kmon.8
+}

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

* Re: [PR PATCH] [Closed]: New package: kmon-1.5.1
  2020-10-14 13:26 [PR PATCH] New package: kmon-1.5.1 kkga
  2020-10-14 13:27 ` [PR PATCH] [Updated] " kkga
  2020-11-01 11:39 ` kkga
@ 2020-11-06  8:34 ` kkga
  2 siblings, 0 replies; 4+ messages in thread
From: kkga @ 2020-11-06  8:34 UTC (permalink / raw)
  To: ml

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

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

New package: kmon-1.5.1
https://github.com/void-linux/void-packages/pull/25600

Description:


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

end of thread, other threads:[~2020-11-06  8:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-14 13:26 [PR PATCH] New package: kmon-1.5.1 kkga
2020-10-14 13:27 ` [PR PATCH] [Updated] " kkga
2020-11-01 11:39 ` kkga
2020-11-06  8:34 ` [PR PATCH] [Closed]: " kkga

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).