Github messages for voidlinux
 help / color / mirror / Atom feed
From: motorto <motorto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] batsignal: update to 1.5.1.
Date: Fri, 29 Jul 2022 13:00:06 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38350@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2022-07-29 11:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-29 11:00 motorto [this message]
2022-07-29 21:19 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38350@inbox.vuxu.org \
    --to=motorto@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).