Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lemonbar: update to 1.4.
@ 2021-01-01 21:21 rev1e
  2021-01-02  0:48 ` [PR REVIEW] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rev1e @ 2021-01-01 21:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rev1e/void-packages lemonbar
https://github.com/void-linux/void-packages/pull/27609

lemonbar: update to 1.4.


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

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

From f14b90add0c7e4e3f04c6ee9c436ad0d8398c83a Mon Sep 17 00:00:00 2001
From: rev1e <62853071+rev1e@users.noreply.github.com>
Date: Fri, 1 Jan 2021 22:13:27 +0100
Subject: [PATCH] lemonbar: update to 1.4.

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

diff --git a/srcpkgs/lemonbar/template b/srcpkgs/lemonbar/template
index 35afe81e454..616994b5b06 100644
--- a/srcpkgs/lemonbar/template
+++ b/srcpkgs/lemonbar/template
@@ -1,6 +1,6 @@
 # Template file for 'lemonbar'
 pkgname=lemonbar
-version=1.3
+version=1.4
 revision=1
 wrksrc="bar-${version}"
 build_style=gnu-makefile
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 homepage="https://github.com/LemonBoy/bar"
 license="MIT"
 distfiles="https://github.com/LemonBoy/bar/archive/v${version}.tar.gz"
-checksum=eae784c5e375b2d0b12138be1a9902beb4b5eeb807f3512f30f14ba23ddaa37d
+checksum=7bfd36d7a4a950f61ed0d32c7d219678e7787a546d9ef4bc33f02393d60e4939
 
 pre_build() {
 	sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile

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

* Re: [PR REVIEW] lemonbar: update to 1.4.
  2021-01-01 21:21 [PR PATCH] lemonbar: update to 1.4 rev1e
@ 2021-01-02  0:48 ` ericonr
  2021-01-02 12:41 ` [PR PATCH] [Updated] " rev1e
  2021-01-29  3:59 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-01-02  0:48 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27609#discussion_r550825751

Comment:
Could you move these two to `vsed`, please?

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

* Re: [PR PATCH] [Updated] lemonbar: update to 1.4.
  2021-01-01 21:21 [PR PATCH] lemonbar: update to 1.4 rev1e
  2021-01-02  0:48 ` [PR REVIEW] " ericonr
@ 2021-01-02 12:41 ` rev1e
  2021-01-29  3:59 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: rev1e @ 2021-01-02 12:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rev1e/void-packages lemonbar
https://github.com/void-linux/void-packages/pull/27609

lemonbar: update to 1.4.


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

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

From f14b90add0c7e4e3f04c6ee9c436ad0d8398c83a Mon Sep 17 00:00:00 2001
From: rev1e <62853071+rev1e@users.noreply.github.com>
Date: Fri, 1 Jan 2021 22:13:27 +0100
Subject: [PATCH 1/2] lemonbar: update to 1.4.

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

diff --git a/srcpkgs/lemonbar/template b/srcpkgs/lemonbar/template
index 35afe81e454..616994b5b06 100644
--- a/srcpkgs/lemonbar/template
+++ b/srcpkgs/lemonbar/template
@@ -1,6 +1,6 @@
 # Template file for 'lemonbar'
 pkgname=lemonbar
-version=1.3
+version=1.4
 revision=1
 wrksrc="bar-${version}"
 build_style=gnu-makefile
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 homepage="https://github.com/LemonBoy/bar"
 license="MIT"
 distfiles="https://github.com/LemonBoy/bar/archive/v${version}.tar.gz"
-checksum=eae784c5e375b2d0b12138be1a9902beb4b5eeb807f3512f30f14ba23ddaa37d
+checksum=7bfd36d7a4a950f61ed0d32c7d219678e7787a546d9ef4bc33f02393d60e4939
 
 pre_build() {
 	sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile

From d7aa72ce978b94c92931b8379f5cc8f29d039071 Mon Sep 17 00:00:00 2001
From: rev1e <62853071+rev1e@users.noreply.github.com>
Date: Sat, 2 Jan 2021 13:40:32 +0100
Subject: [PATCH 2/2] lemonbar: fix xlint

---
 srcpkgs/lemonbar/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/lemonbar/template b/srcpkgs/lemonbar/template
index 616994b5b06..74bcedf324f 100644
--- a/srcpkgs/lemonbar/template
+++ b/srcpkgs/lemonbar/template
@@ -6,16 +6,16 @@ wrksrc="bar-${version}"
 build_style=gnu-makefile
 hostmakedepends="perl"
 makedepends="libxcb-devel"
-short_desc="A lightweight xcb based bar"
+short_desc="Lightweight xcb based bar"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="https://github.com/LemonBoy/bar"
 license="MIT"
+homepage="https://github.com/LemonBoy/bar"
 distfiles="https://github.com/LemonBoy/bar/archive/v${version}.tar.gz"
 checksum=7bfd36d7a4a950f61ed0d32c7d219678e7787a546d9ef4bc33f02393d60e4939
 
 pre_build() {
-	sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
-	sed -i 's/^\(LDFLAGS *+=\)/override \1/' Makefile
+	vsed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile
+	vsed -i 's/^\(LDFLAGS *+=\)/override \1/' Makefile
 }
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Closed]: lemonbar: update to 1.4.
  2021-01-01 21:21 [PR PATCH] lemonbar: update to 1.4 rev1e
  2021-01-02  0:48 ` [PR REVIEW] " ericonr
  2021-01-02 12:41 ` [PR PATCH] [Updated] " rev1e
@ 2021-01-29  3:59 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-01-29  3:59 UTC (permalink / raw)
  To: ml

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

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

lemonbar: update to 1.4.
https://github.com/void-linux/void-packages/pull/27609

Description:


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

end of thread, other threads:[~2021-01-29  3:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-01 21:21 [PR PATCH] lemonbar: update to 1.4 rev1e
2021-01-02  0:48 ` [PR REVIEW] " ericonr
2021-01-02 12:41 ` [PR PATCH] [Updated] " rev1e
2021-01-29  3:59 ` [PR PATCH] [Closed]: " ericonr

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