Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] batsignal: update to 1.5.1.
@ 2022-07-29 11:00 motorto
  2022-07-29 21:19 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: motorto @ 2022-07-29 11:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages batsignal-1.5.1
https://github.com/void-linux/void-packages/pull/38350

batsignal: update to 1.5.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l


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

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

From 42e5ac6c1fb8535ba3ededcb618bf666e5f1a51e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Fri, 29 Jul 2022 11:59:05 +0100
Subject: [PATCH] batsignal: update to 1.5.1.

---
 srcpkgs/batsignal/patches/makefile.patch | 36 ------------------------
 srcpkgs/batsignal/template               |  4 +--
 2 files changed, 2 insertions(+), 38 deletions(-)
 delete mode 100644 srcpkgs/batsignal/patches/makefile.patch

diff --git a/srcpkgs/batsignal/patches/makefile.patch b/srcpkgs/batsignal/patches/makefile.patch
deleted file mode 100644
index 659298e6d20a..000000000000
--- a/srcpkgs/batsignal/patches/makefile.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Patched by sgn
-
---- a/Makefile
-+++ b/Makefile
-@@ -3,7 +3,6 @@
- NAME = batsignal
- VERSION != grep VERSION version.h | cut -d \" -f2
- 
--CC = cc
- RM = rm -f
- INSTALL = install
- SED = sed
-@@ -17,19 +16,19 @@ MANPREFIX=$(MANPREFIX.$(PREFIX))
- 
- INCLUDES != pkg-config --cflags libnotify
- CFLAGS_EXTRA = -pedantic -Wall -Wextra -Werror -Wno-unused-parameter -Os
--CFLAGS := $(CFLAGS_EXTRA) -std=c11 $(INCLUDES)
-+CFLAGS := $(CFLAGS_EXTRA) -std=c11 $(INCLUDES) $(CFLAGS)
- 
- LIBS != pkg-config --libs libnotify
- LIBS := $(LIBS) -lm
- LDFLAGS_EXTRA = -s
--LDFLAGS := $(LIBS) $(LDFLAGS_EXTRA)
-+LDFLAGS := $(LDFLAGS_EXTRA) $(CFLAGS) $(LDFLAGS)
- 
- all: $(NAME) $(NAME).1
- 
- $(NAME).o: version.h
- 
- $(NAME): $(NAME).o
--	$(CC) -o $(NAME) $(NAME).o $(LDFLAGS)
-+	$(CC) -o $(NAME) $(LDFLAGS) $(NAME).o $(LIBS)
- 
- $(NAME).1: $(NAME).1.in version.h
- 	$(SED) "s/VERSION/$(VERSION)/g" < $(NAME).1.in > $@
-
diff --git a/srcpkgs/batsignal/template b/srcpkgs/batsignal/template
index a6f112d6da1d..9dc3556e0adf 100644
--- a/srcpkgs/batsignal/template
+++ b/srcpkgs/batsignal/template
@@ -1,6 +1,6 @@
 # Template file for 'batsignal'
 pkgname=batsignal
-version=1.5.0
+version=1.5.1
 revision=1
 build_style=gnu-makefile
 make_use_env=yes
@@ -11,7 +11,7 @@ maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="ISC"
 homepage="https://github.com/electrickite/batsignal"
 distfiles="https://github.com/electrickite/batsignal/archive/${version}.tar.gz"
-checksum=be3196bac5f369348123d78cacc3d20d29005a8bc93bcbc4541231843a5a7f5f
+checksum=99f09816529932b73f95d1989dc29fa952468193f7438e232d4e0627be01969b
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: batsignal: update to 1.5.1.
  2022-07-29 11:00 [PR PATCH] batsignal: update to 1.5.1 motorto
@ 2022-07-29 21:19 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-07-29 21:19 UTC (permalink / raw)
  To: ml

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

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

batsignal: update to 1.5.1.
https://github.com/void-linux/void-packages/pull/38350

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l


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

end of thread, other threads:[~2022-07-29 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-29 11:00 [PR PATCH] batsignal: update to 1.5.1 motorto
2022-07-29 21:19 ` [PR PATCH] [Merged]: " classabbyamp

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