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

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

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

https://github.com/jestark/void-packages master
https://github.com/void-linux/void-packages/pull/23965

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

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

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

From d4eae5b718a39deaa9780c6a563c4a86bfdfaebf Mon Sep 17 00:00:00 2001
From: James Stark <jstark@fortinet.com>
Date: Thu, 30 Jul 2020 18:51:08 -0700
Subject: [PATCH] i3lock-color: Update to 2.12.c.5

i3lock-color has a new maintainer, Raymo111, switch upstream to his
repository and update to the latest release.
---
 srcpkgs/i3lock-color/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/i3lock-color/template b/srcpkgs/i3lock-color/template
index 07bd585c69d..ce9cb5e1c82 100644
--- a/srcpkgs/i3lock-color/template
+++ b/srcpkgs/i3lock-color/template
@@ -1,8 +1,8 @@
 # Template file for 'i3lock-color'
 pkgname=i3lock-color
-version=2.12
-revision=2
-wrksrc="${pkgname}-${version}.c"
+version=2.12.c.5
+revision=1
+wrksrc="${pkgname}-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config automake"
 makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel xcb-util-devel
@@ -10,9 +10,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=3a097a683145e5f4e3267acc6f1517385389cf2a993145017bf8ac437b51ff68
 conf_files="/etc/pam.d/i3lock"
 conflicts="i3lock"
 

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