berry: update to 0.1.5.
This commit is contained in:
parent
992cce4c8a
commit
1c84d16699
2 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
--- config.mk.orig
|
||||
+++ config.mk
|
||||
@@ -4,11 +4,11 @@
|
||||
@@ -9,11 +9,11 @@
|
||||
# Customize below to fit your system
|
||||
|
||||
# paths
|
||||
|
@ -15,7 +15,7 @@
|
|||
|
||||
# Xinerama, comment if you don't want it
|
||||
XINERAMALIBS = -lXinerama
|
||||
@@ -16,7 +16,7 @@
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
# freetype
|
||||
FREETYPELIBS = -lfontconfig -lXft
|
||||
|
@ -24,16 +24,16 @@
|
|||
# OpenBSD (uncomment)
|
||||
#FREETYPEINC = ${X11INC}/freetype2
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
@@ -36,7 +36,7 @@
|
||||
# flags
|
||||
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 = -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}
|
||||
-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} $(NAME_DEFINES)
|
||||
LDFLAGS = ${LIBS}
|
||||
|
||||
# Solaris
|
||||
@@ -39,4 +39,4 @@
|
||||
@@ -44,4 +44,4 @@
|
||||
#LDFLAGS = ${LIBS}
|
||||
|
||||
# compiler and linker
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'berry'
|
||||
pkgname=berry
|
||||
version=0.1.4
|
||||
version=0.1.5
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
|
@ -10,7 +10,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/JLErvin/berry"
|
||||
distfiles="https://github.com/JLErvin/berry/archive/${version}.tar.gz"
|
||||
checksum=0339a799230970e209bc37053f573057119a483781cda714e5435b5911013540
|
||||
checksum=7d4a87a709862626ef1e5bb069b0360531718ffd61633167dcbc8619e9eef134
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue