Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] i3lock-color: update to version 2.12.c.5
@ 2020-08-08  0:12 harrisonthorne
  2020-08-08  9:48 ` PaperMountainStudio
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: harrisonthorne @ 2020-08-08  0:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/harrisonthorne/void-packages update-i3lock-color
https://github.com/void-linux/void-packages/pull/24133

i3lock-color: update to version 2.12.c.5
Updates `i3lock-color` to allow for 4-byte rgba colors and more features.

The maintainer of i3lock-color has also been changed to Raymo111, so the appropriate change has been reflected in the revised template file.

(Disclaimer: I'm still a little new to xbps templates, gently let me know if I did something wrong :))

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-i3lock-color-24133.patch --]
[-- Type: text/x-diff, Size: 1523 bytes --]

From 59f19ca3112f4e0a6f94d035e63776ea7f7b72de Mon Sep 17 00:00:00 2001
From: Harrison Thorne <harrison.thorne@gmail.com>
Date: Tue, 4 Aug 2020 21:37:12 -0600
Subject: [PATCH] i3lock-color: update to version 2.12.c.5

---
 srcpkgs/i3lock-color/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/i3lock-color/template b/srcpkgs/i3lock-color/template
index 07bd585c69d..7f5572f99d6 100644
--- a/srcpkgs/i3lock-color/template
+++ b/srcpkgs/i3lock-color/template
@@ -1,8 +1,7 @@
 # Template file for 'i3lock-color'
 pkgname=i3lock-color
-version=2.12
-revision=2
-wrksrc="${pkgname}-${version}.c"
+version=2.12.c.5
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config automake"
 makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel xcb-util-devel
@@ -10,9 +9,9 @@ makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel xcb-util-devel
 short_desc="Screenlocker forked from i3lock with more features"
 maintainer="jtalowell <jtalowell@protonmail.com>"
 license="MIT"
-homepage="https://github.com/PandorasFox/i3lock-color"
-distfiles="https://github.com/PandorasFox/i3lock-color/archive/${version}.c.tar.gz"
-checksum=c2ba4cfa51fee3fd2cab439805d213d8614407d93cf8eecbd4e6fa5cb4c9b7a3
+homepage="https://github.com/Raymo111/i3lock-color"
+distfiles="https://github.com/Raymo111/i3lock-color/archive/${version}.tar.gz"
+checksum=62c9bdff2759186426b184ed45e4c1aae1dc3c582499d94da68d9b08662a96a9
 conf_files="/etc/pam.d/i3lock"
 conflicts="i3lock"
 

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

* Re: i3lock-color: update to version 2.12.c.5
  2020-08-08  0:12 [PR PATCH] i3lock-color: update to version 2.12.c.5 harrisonthorne
@ 2020-08-08  9:48 ` PaperMountainStudio
  2020-08-08 16:42 ` [PR PATCH] [Updated] " harrisonthorne
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: PaperMountainStudio @ 2020-08-08  9:48 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/24133#issuecomment-670852200

Comment:
The commit message should be: `<pkgname>: update to <version>.` as mentioned in Contributing.md. Would you mind changing it?

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

* Re: [PR PATCH] [Updated] i3lock-color: update to version 2.12.c.5
  2020-08-08  0:12 [PR PATCH] i3lock-color: update to version 2.12.c.5 harrisonthorne
  2020-08-08  9:48 ` PaperMountainStudio
@ 2020-08-08 16:42 ` harrisonthorne
  2020-08-08 16:43 ` harrisonthorne
  2020-08-10 15:47 ` [PR PATCH] [Closed]: i3lock-color: update to 2.12.c.5 ahesford
  3 siblings, 0 replies; 6+ messages in thread
From: harrisonthorne @ 2020-08-08 16:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/harrisonthorne/void-packages update-i3lock-color
https://github.com/void-linux/void-packages/pull/24133

i3lock-color: update to version 2.12.c.5
Updates `i3lock-color` to allow for 4-byte rgba colors and more features.

The maintainer of i3lock-color has also been changed to Raymo111, so the appropriate change has been reflected in the revised template file.

(Disclaimer: I'm still a little new to xbps templates, gently let me know if I did something wrong :))

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-i3lock-color-24133.patch --]
[-- Type: text/x-diff, Size: 1515 bytes --]

From 250c70aadf04c6ad27ceacb5d221b0fefe1bfe45 Mon Sep 17 00:00:00 2001
From: Harrison Thorne <harrison.thorne@gmail.com>
Date: Tue, 4 Aug 2020 21:37:12 -0600
Subject: [PATCH] i3lock-color: update to 2.12.c.5

---
 srcpkgs/i3lock-color/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/i3lock-color/template b/srcpkgs/i3lock-color/template
index 07bd585c69d..7f5572f99d6 100644
--- a/srcpkgs/i3lock-color/template
+++ b/srcpkgs/i3lock-color/template
@@ -1,8 +1,7 @@
 # Template file for 'i3lock-color'
 pkgname=i3lock-color
-version=2.12
-revision=2
-wrksrc="${pkgname}-${version}.c"
+version=2.12.c.5
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config automake"
 makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel xcb-util-devel
@@ -10,9 +9,9 @@ makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel xcb-util-devel
 short_desc="Screenlocker forked from i3lock with more features"
 maintainer="jtalowell <jtalowell@protonmail.com>"
 license="MIT"
-homepage="https://github.com/PandorasFox/i3lock-color"
-distfiles="https://github.com/PandorasFox/i3lock-color/archive/${version}.c.tar.gz"
-checksum=c2ba4cfa51fee3fd2cab439805d213d8614407d93cf8eecbd4e6fa5cb4c9b7a3
+homepage="https://github.com/Raymo111/i3lock-color"
+distfiles="https://github.com/Raymo111/i3lock-color/archive/${version}.tar.gz"
+checksum=62c9bdff2759186426b184ed45e4c1aae1dc3c582499d94da68d9b08662a96a9
 conf_files="/etc/pam.d/i3lock"
 conflicts="i3lock"
 

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

* Re: i3lock-color: update to version 2.12.c.5
  2020-08-08  0:12 [PR PATCH] i3lock-color: update to version 2.12.c.5 harrisonthorne
  2020-08-08  9:48 ` PaperMountainStudio
  2020-08-08 16:42 ` [PR PATCH] [Updated] " harrisonthorne
@ 2020-08-08 16:43 ` harrisonthorne
  2020-08-10 15:47 ` [PR PATCH] [Closed]: i3lock-color: update to 2.12.c.5 ahesford
  3 siblings, 0 replies; 6+ messages in thread
From: harrisonthorne @ 2020-08-08 16:43 UTC (permalink / raw)
  To: ml

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

New comment by harrisonthorne on void-packages repository

https://github.com/void-linux/void-packages/pull/24133#issuecomment-670949169

Comment:
Yessir :)

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

* Re: [PR PATCH] [Closed]: i3lock-color: update to 2.12.c.5
  2020-08-08  0:12 [PR PATCH] i3lock-color: update to version 2.12.c.5 harrisonthorne
                   ` (2 preceding siblings ...)
  2020-08-08 16:43 ` harrisonthorne
@ 2020-08-10 15:47 ` ahesford
  3 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-08-10 15:47 UTC (permalink / raw)
  To: ml

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

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

i3lock-color: update to 2.12.c.5
https://github.com/void-linux/void-packages/pull/24133

Description:
Updates `i3lock-color` to allow for 4-byte rgba colors and more features.

The maintainer of i3lock-color has also been changed to Raymo111, so the appropriate change has been reflected in the revised template file.

(Disclaimer: I'm still a little new to xbps templates, gently let me know if I did something wrong :))

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

* Re: [PR PATCH] [Closed]: i3lock-color: Update to 2.12.c.5
  2020-07-31  3:56 [PR PATCH] i3lock-color: Update " jestark
@ 2020-10-03 22:42 ` jestark
  0 siblings, 0 replies; 6+ messages in thread
From: jestark @ 2020-10-03 22:42 UTC (permalink / raw)
  To: ml

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

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

i3lock-color: Update to 2.12.c.5
https://github.com/void-linux/void-packages/pull/23965

Description:
i3lock-color has a new maintainer, Raymo111, switch upstream to his
repository and update to the latest release.

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

end of thread, other threads:[~2020-10-03 22:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-08  0:12 [PR PATCH] i3lock-color: update to version 2.12.c.5 harrisonthorne
2020-08-08  9:48 ` PaperMountainStudio
2020-08-08 16:42 ` [PR PATCH] [Updated] " harrisonthorne
2020-08-08 16:43 ` harrisonthorne
2020-08-10 15:47 ` [PR PATCH] [Closed]: i3lock-color: update to 2.12.c.5 ahesford
  -- strict thread matches above, loose matches on Subject: below --
2020-07-31  3:56 [PR PATCH] i3lock-color: Update " jestark
2020-10-03 22:42 ` [PR PATCH] [Closed]: " jestark

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