batsignal: update to 1.2.0.
This commit is contained in:
parent
e6f0b94773
commit
85722af26f
|
@ -1,14 +0,0 @@
|
||||||
--- Makefile 2020-07-31 18:42:11.268427773 +0100
|
|
||||||
+++ Makefile 2020-07-31 19:30:33.904122987 +0100
|
|
||||||
@@ -7,9 +7,9 @@
|
|
||||||
PREFIX = /usr/local
|
|
||||||
MANPREFIX = $(PREFIX)/share/man
|
|
||||||
|
|
||||||
-CC = cc
|
|
||||||
+CC ?= cc
|
|
||||||
LD = ld
|
|
||||||
-CFLAGS = -std=c99 -pedantic -Wall -Wextra -Werror -Wno-unused-parameter -Os -s -D_GNU_SOURCE $(shell pkg-config --cflags libnotify)
|
|
||||||
+CFLAGS += -std=c99 -D_GNU_SOURCE $(shell pkg-config --cflags libnotify)
|
|
||||||
LDLIBS = $(shell pkg-config --libs libnotify)
|
|
||||||
|
|
||||||
SRC = main.c version.h
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'batsignal'
|
# Template file for 'batsignal'
|
||||||
pkgname=batsignal
|
pkgname=batsignal
|
||||||
version=1.1.2
|
version=1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
|
@ -11,7 +11,7 @@ maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/electrickite/batsignal"
|
homepage="https://github.com/electrickite/batsignal"
|
||||||
distfiles="https://github.com/electrickite/batsignal/archive/${version}.tar.gz"
|
distfiles="https://github.com/electrickite/batsignal/archive/${version}.tar.gz"
|
||||||
checksum=00cb30df33b5fee049963657f341e963a0f094dbf1620397bf1e56fa07191e7c
|
checksum=79f72e7cfe660734ab14950b7592e8b46df3ebf15d41cb2cab45437dda3dfffb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue