berry: update to 0.1.5.

This commit is contained in:
Andrew Benson 2020-03-23 07:34:19 -05:00 committed by Helmut Pozimski
parent 992cce4c8a
commit 1c84d16699
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
--- config.mk.orig --- config.mk.orig
+++ config.mk +++ config.mk
@@ -4,11 +4,11 @@ @@ -9,11 +9,11 @@
# Customize below to fit your system # Customize below to fit your system
# paths # paths
@ -15,7 +15,7 @@
# Xinerama, comment if you don't want it # Xinerama, comment if you don't want it
XINERAMALIBS = -lXinerama XINERAMALIBS = -lXinerama
@@ -16,7 +16,7 @@ @@ -21,7 +21,7 @@
# freetype # freetype
FREETYPELIBS = -lfontconfig -lXft FREETYPELIBS = -lfontconfig -lXft
@ -24,16 +24,16 @@
# OpenBSD (uncomment) # OpenBSD (uncomment)
#FREETYPEINC = ${X11INC}/freetype2 #FREETYPEINC = ${X11INC}/freetype2
@@ -31,7 +31,7 @@ @@ -36,7 +36,7 @@
# flags # flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} ${DEBUG_CPPFLAGS} CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} ${DEBUG_CPPFLAGS}
#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} ${DEBUG_CFLAGS} #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} ${DEBUG_CFLAGS}
-CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} ${DEBUG_CFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} ${DEBUG_CFLAGS} $(NAME_DEFINES)
+CFLAGS += -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} ${DEBUG_CFLAGS} +CFLAGS += -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} ${DEBUG_CFLAGS} $(NAME_DEFINES)
LDFLAGS = ${LIBS} LDFLAGS = ${LIBS}
# Solaris # Solaris
@@ -39,4 +39,4 @@ @@ -44,4 +44,4 @@
#LDFLAGS = ${LIBS} #LDFLAGS = ${LIBS}
# compiler and linker # compiler and linker

View file

@ -1,6 +1,6 @@
# Template file for 'berry' # Template file for 'berry'
pkgname=berry pkgname=berry
version=0.1.4 version=0.1.5
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_use_env=yes make_use_env=yes
@ -10,7 +10,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/JLErvin/berry" homepage="https://github.com/JLErvin/berry"
distfiles="https://github.com/JLErvin/berry/archive/${version}.tar.gz" distfiles="https://github.com/JLErvin/berry/archive/${version}.tar.gz"
checksum=0339a799230970e209bc37053f573057119a483781cda714e5435b5911013540 checksum=7d4a87a709862626ef1e5bb069b0360531718ffd61633167dcbc8619e9eef134
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE