Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] screenFetch: update to 3.9.0.
@ 2019-10-12  7:39 voidlinux-github
  2019-10-12  8:26 ` voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-12  7:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PrinceKael/void-packages patch-1
https://github.com/void-linux/void-packages/pull/15378

screenFetch: update to 3.9.0.


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

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

From a4a28b2a1a02b24e3d3f5072c54e52d1b30dada2 Mon Sep 17 00:00:00 2001
From: PrinceKael <44752304+PrinceKael@users.noreply.github.com>
Date: Sat, 12 Oct 2019 07:38:45 +0000
Subject: [PATCH] screenFetch: update to 3.9.0.

---
 srcpkgs/screenFetch/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/screenFetch/template b/srcpkgs/screenFetch/template
index d695943a178..a486ea27370 100644
--- a/srcpkgs/screenFetch/template
+++ b/srcpkgs/screenFetch/template
@@ -1,7 +1,7 @@
 # Template file for 'screenFetch'
 pkgname=screenFetch
-version=3.8.0
-revision=2
+version=3.9.0
+revision=1
 archs=noarch
 depends="bash bc xdpyinfo"
 short_desc="Bash screenshot information tool"
@@ -9,7 +9,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
 license="GPL-3"
 homepage="https://github.com/KittyKatt/screenFetch"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=248283ee3c24b0dbffb79ed685bdd518554073090c1c167d07ad2a729db26633
+checksum=d6df4ef7763f9761d818c878465d78ef701b71002a50d4f150f65a31cc1bea37
 
 do_install() {
 	vbin screenfetch-dev screenfetch

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

* Re: screenFetch: update to 3.9.0.
  2019-10-12  7:39 [PR PATCH] screenFetch: update to 3.9.0 voidlinux-github
@ 2019-10-12  8:26 ` voidlinux-github
  2019-10-12 10:00 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-12  8:26 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15378#issuecomment-541300947

Comment:
fails to apply patches

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

* Re: [PR PATCH] [Updated] screenFetch: update to 3.9.0.
  2019-10-12  7:39 [PR PATCH] screenFetch: update to 3.9.0 voidlinux-github
  2019-10-12  8:26 ` voidlinux-github
  2019-10-12 10:00 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-12 10:00 ` voidlinux-github
  2019-10-12 10:04 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-12 10:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PrinceKael/void-packages patch-1
https://github.com/void-linux/void-packages/pull/15378

screenFetch: update to 3.9.0.


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

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

From a4a28b2a1a02b24e3d3f5072c54e52d1b30dada2 Mon Sep 17 00:00:00 2001
From: PrinceKael <44752304+PrinceKael@users.noreply.github.com>
Date: Sat, 12 Oct 2019 07:38:45 +0000
Subject: [PATCH 1/2] screenFetch: update to 3.9.0.

---
 srcpkgs/screenFetch/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/screenFetch/template b/srcpkgs/screenFetch/template
index d695943a178..a486ea27370 100644
--- a/srcpkgs/screenFetch/template
+++ b/srcpkgs/screenFetch/template
@@ -1,7 +1,7 @@
 # Template file for 'screenFetch'
 pkgname=screenFetch
-version=3.8.0
-revision=2
+version=3.9.0
+revision=1
 archs=noarch
 depends="bash bc xdpyinfo"
 short_desc="Bash screenshot information tool"
@@ -9,7 +9,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
 license="GPL-3"
 homepage="https://github.com/KittyKatt/screenFetch"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=248283ee3c24b0dbffb79ed685bdd518554073090c1c167d07ad2a729db26633
+checksum=d6df4ef7763f9761d818c878465d78ef701b71002a50d4f150f65a31cc1bea37
 
 do_install() {
 	vbin screenfetch-dev screenfetch

From c55b0f4eab59a4c4a701eedc5f3a639c70746330 Mon Sep 17 00:00:00 2001
From: PrinceKael <44752304+PrinceKael@users.noreply.github.com>
Date: Sat, 12 Oct 2019 10:00:13 +0000
Subject: [PATCH 2/2] Update template

---
 srcpkgs/screenFetch/template | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/screenFetch/template b/srcpkgs/screenFetch/template
index a486ea27370..4331a94fb11 100644
--- a/srcpkgs/screenFetch/template
+++ b/srcpkgs/screenFetch/template
@@ -3,15 +3,10 @@ pkgname=screenFetch
 version=3.9.0
 revision=1
 archs=noarch
-depends="bash bc xdpyinfo"
+depends="bash bc xdpyinfo xprop"
 short_desc="Bash screenshot information tool"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
-license="GPL-3"
+license="GPL-3.0-only"
 homepage="https://github.com/KittyKatt/screenFetch"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=d6df4ef7763f9761d818c878465d78ef701b71002a50d4f150f65a31cc1bea37
-
-do_install() {
-	vbin screenfetch-dev screenfetch
-	vman screenfetch.1
-}

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

* Re: [PR PATCH] [Updated] screenFetch: update to 3.9.0.
  2019-10-12  7:39 [PR PATCH] screenFetch: update to 3.9.0 voidlinux-github
  2019-10-12  8:26 ` voidlinux-github
@ 2019-10-12 10:00 ` voidlinux-github
  2019-10-12 10:00 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-12 10:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PrinceKael/void-packages patch-1
https://github.com/void-linux/void-packages/pull/15378

screenFetch: update to 3.9.0.


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

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

From a4a28b2a1a02b24e3d3f5072c54e52d1b30dada2 Mon Sep 17 00:00:00 2001
From: PrinceKael <44752304+PrinceKael@users.noreply.github.com>
Date: Sat, 12 Oct 2019 07:38:45 +0000
Subject: [PATCH 1/2] screenFetch: update to 3.9.0.

---
 srcpkgs/screenFetch/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/screenFetch/template b/srcpkgs/screenFetch/template
index d695943a178..a486ea27370 100644
--- a/srcpkgs/screenFetch/template
+++ b/srcpkgs/screenFetch/template
@@ -1,7 +1,7 @@
 # Template file for 'screenFetch'
 pkgname=screenFetch
-version=3.8.0
-revision=2
+version=3.9.0
+revision=1
 archs=noarch
 depends="bash bc xdpyinfo"
 short_desc="Bash screenshot information tool"
@@ -9,7 +9,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
 license="GPL-3"
 homepage="https://github.com/KittyKatt/screenFetch"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=248283ee3c24b0dbffb79ed685bdd518554073090c1c167d07ad2a729db26633
+checksum=d6df4ef7763f9761d818c878465d78ef701b71002a50d4f150f65a31cc1bea37
 
 do_install() {
 	vbin screenfetch-dev screenfetch

From c55b0f4eab59a4c4a701eedc5f3a639c70746330 Mon Sep 17 00:00:00 2001
From: PrinceKael <44752304+PrinceKael@users.noreply.github.com>
Date: Sat, 12 Oct 2019 10:00:13 +0000
Subject: [PATCH 2/2] Update template

---
 srcpkgs/screenFetch/template | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/screenFetch/template b/srcpkgs/screenFetch/template
index a486ea27370..4331a94fb11 100644
--- a/srcpkgs/screenFetch/template
+++ b/srcpkgs/screenFetch/template
@@ -3,15 +3,10 @@ pkgname=screenFetch
 version=3.9.0
 revision=1
 archs=noarch
-depends="bash bc xdpyinfo"
+depends="bash bc xdpyinfo xprop"
 short_desc="Bash screenshot information tool"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
-license="GPL-3"
+license="GPL-3.0-only"
 homepage="https://github.com/KittyKatt/screenFetch"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=d6df4ef7763f9761d818c878465d78ef701b71002a50d4f150f65a31cc1bea37
-
-do_install() {
-	vbin screenfetch-dev screenfetch
-	vman screenfetch.1
-}

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

* Re: screenFetch: update to 3.9.0.
  2019-10-12  7:39 [PR PATCH] screenFetch: update to 3.9.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-12 10:00 ` voidlinux-github
@ 2019-10-12 10:04 ` voidlinux-github
  2019-10-12 10:11 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-12 10:11 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-12 10:04 UTC (permalink / raw)
  To: ml

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

New comment by PrinceKael on void-packages repository

https://github.com/void-linux/void-packages/pull/15378#issuecomment-541309578

Comment:
hmm i fixed the license spdx id but ive messed something up...

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

* Re: [PR PATCH] [Updated] screenFetch: update to 3.9.0.
  2019-10-12  7:39 [PR PATCH] screenFetch: update to 3.9.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-12 10:04 ` voidlinux-github
@ 2019-10-12 10:11 ` voidlinux-github
  2019-10-12 10:11 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-12 10:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PrinceKael/void-packages patch-1
https://github.com/void-linux/void-packages/pull/15378

screenFetch: update to 3.9.0.


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

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

From a4a28b2a1a02b24e3d3f5072c54e52d1b30dada2 Mon Sep 17 00:00:00 2001
From: PrinceKael <44752304+PrinceKael@users.noreply.github.com>
Date: Sat, 12 Oct 2019 07:38:45 +0000
Subject: [PATCH 1/3] screenFetch: update to 3.9.0.

---
 srcpkgs/screenFetch/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/screenFetch/template b/srcpkgs/screenFetch/template
index d695943a178..a486ea27370 100644
--- a/srcpkgs/screenFetch/template
+++ b/srcpkgs/screenFetch/template
@@ -1,7 +1,7 @@
 # Template file for 'screenFetch'
 pkgname=screenFetch
-version=3.8.0
-revision=2
+version=3.9.0
+revision=1
 archs=noarch
 depends="bash bc xdpyinfo"
 short_desc="Bash screenshot information tool"
@@ -9,7 +9,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
 license="GPL-3"
 homepage="https://github.com/KittyKatt/screenFetch"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=248283ee3c24b0dbffb79ed685bdd518554073090c1c167d07ad2a729db26633
+checksum=d6df4ef7763f9761d818c878465d78ef701b71002a50d4f150f65a31cc1bea37
 
 do_install() {
 	vbin screenfetch-dev screenfetch

From c55b0f4eab59a4c4a701eedc5f3a639c70746330 Mon Sep 17 00:00:00 2001
From: PrinceKael <44752304+PrinceKael@users.noreply.github.com>
Date: Sat, 12 Oct 2019 10:00:13 +0000
Subject: [PATCH 2/3] Update template

---
 srcpkgs/screenFetch/template | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/screenFetch/template b/srcpkgs/screenFetch/template
index a486ea27370..4331a94fb11 100644
--- a/srcpkgs/screenFetch/template
+++ b/srcpkgs/screenFetch/template
@@ -3,15 +3,10 @@ pkgname=screenFetch
 version=3.9.0
 revision=1
 archs=noarch
-depends="bash bc xdpyinfo"
+depends="bash bc xdpyinfo xprop"
 short_desc="Bash screenshot information tool"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
-license="GPL-3"
+license="GPL-3.0-only"
 homepage="https://github.com/KittyKatt/screenFetch"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=d6df4ef7763f9761d818c878465d78ef701b71002a50d4f150f65a31cc1bea37
-
-do_install() {
-	vbin screenfetch-dev screenfetch
-	vman screenfetch.1
-}

From a6d2e2a2957bf0ec4fb1e7a41e0c0765982af002 Mon Sep 17 00:00:00 2001
From: PrinceKael <44752304+PrinceKael@users.noreply.github.com>
Date: Sat, 12 Oct 2019 10:11:42 +0000
Subject: [PATCH 3/3] Update template

---
 srcpkgs/screenFetch/template | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/srcpkgs/screenFetch/template b/srcpkgs/screenFetch/template
index 4331a94fb11..68564d1c3e2 100644
--- a/srcpkgs/screenFetch/template
+++ b/srcpkgs/screenFetch/template
@@ -10,3 +10,8 @@ license="GPL-3.0-only"
 homepage="https://github.com/KittyKatt/screenFetch"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=d6df4ef7763f9761d818c878465d78ef701b71002a50d4f150f65a31cc1bea37
+
+do_install() {
+      vbin screenfetch-dev screenfetch
+      vman screenfetch.1
+}

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

* Re: [PR PATCH] [Updated] screenFetch: update to 3.9.0.
  2019-10-12  7:39 [PR PATCH] screenFetch: update to 3.9.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-12 10:11 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-12 10:11 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-12 10:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PrinceKael/void-packages patch-1
https://github.com/void-linux/void-packages/pull/15378

screenFetch: update to 3.9.0.


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

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

From a4a28b2a1a02b24e3d3f5072c54e52d1b30dada2 Mon Sep 17 00:00:00 2001
From: PrinceKael <44752304+PrinceKael@users.noreply.github.com>
Date: Sat, 12 Oct 2019 07:38:45 +0000
Subject: [PATCH 1/3] screenFetch: update to 3.9.0.

---
 srcpkgs/screenFetch/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/screenFetch/template b/srcpkgs/screenFetch/template
index d695943a178..a486ea27370 100644
--- a/srcpkgs/screenFetch/template
+++ b/srcpkgs/screenFetch/template
@@ -1,7 +1,7 @@
 # Template file for 'screenFetch'
 pkgname=screenFetch
-version=3.8.0
-revision=2
+version=3.9.0
+revision=1
 archs=noarch
 depends="bash bc xdpyinfo"
 short_desc="Bash screenshot information tool"
@@ -9,7 +9,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
 license="GPL-3"
 homepage="https://github.com/KittyKatt/screenFetch"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=248283ee3c24b0dbffb79ed685bdd518554073090c1c167d07ad2a729db26633
+checksum=d6df4ef7763f9761d818c878465d78ef701b71002a50d4f150f65a31cc1bea37
 
 do_install() {
 	vbin screenfetch-dev screenfetch

From c55b0f4eab59a4c4a701eedc5f3a639c70746330 Mon Sep 17 00:00:00 2001
From: PrinceKael <44752304+PrinceKael@users.noreply.github.com>
Date: Sat, 12 Oct 2019 10:00:13 +0000
Subject: [PATCH 2/3] Update template

---
 srcpkgs/screenFetch/template | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/screenFetch/template b/srcpkgs/screenFetch/template
index a486ea27370..4331a94fb11 100644
--- a/srcpkgs/screenFetch/template
+++ b/srcpkgs/screenFetch/template
@@ -3,15 +3,10 @@ pkgname=screenFetch
 version=3.9.0
 revision=1
 archs=noarch
-depends="bash bc xdpyinfo"
+depends="bash bc xdpyinfo xprop"
 short_desc="Bash screenshot information tool"
 maintainer="Eivind Uggedal <eivind@uggedal.com>"
-license="GPL-3"
+license="GPL-3.0-only"
 homepage="https://github.com/KittyKatt/screenFetch"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=d6df4ef7763f9761d818c878465d78ef701b71002a50d4f150f65a31cc1bea37
-
-do_install() {
-	vbin screenfetch-dev screenfetch
-	vman screenfetch.1
-}

From a6d2e2a2957bf0ec4fb1e7a41e0c0765982af002 Mon Sep 17 00:00:00 2001
From: PrinceKael <44752304+PrinceKael@users.noreply.github.com>
Date: Sat, 12 Oct 2019 10:11:42 +0000
Subject: [PATCH 3/3] Update template

---
 srcpkgs/screenFetch/template | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/srcpkgs/screenFetch/template b/srcpkgs/screenFetch/template
index 4331a94fb11..68564d1c3e2 100644
--- a/srcpkgs/screenFetch/template
+++ b/srcpkgs/screenFetch/template
@@ -10,3 +10,8 @@ license="GPL-3.0-only"
 homepage="https://github.com/KittyKatt/screenFetch"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=d6df4ef7763f9761d818c878465d78ef701b71002a50d4f150f65a31cc1bea37
+
+do_install() {
+      vbin screenfetch-dev screenfetch
+      vman screenfetch.1
+}

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

end of thread, other threads:[~2019-10-12 10:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-12  7:39 [PR PATCH] screenFetch: update to 3.9.0 voidlinux-github
2019-10-12  8:26 ` voidlinux-github
2019-10-12 10:00 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-12 10:00 ` voidlinux-github
2019-10-12 10:04 ` voidlinux-github
2019-10-12 10:11 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-12 10:11 ` voidlinux-github

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