st-git: update to 20140920

This commit is contained in:
Ypnose 2014-09-20 08:27:13 +00:00
parent 251387705d
commit 0407073eb1

View file

@ -1,6 +1,6 @@
# Template file for 'st-git'
pkgname=st-git
version=20140820
version=20140920
revision=1
build_style=gnu-makefile
provides="st-${version}_${revision}"
@ -23,6 +23,8 @@ pre_build() {
sed -i 's|Liberation Mono|Terminus|g' config.def.h
sed -i 's|-I/usr/include||g' config.mk
sed -i 's|-L/usr/lib||g' config.mk
# Remove a warning
sed -i 's|-D_BSD_SOURCE|-D_DEFAULT_SOURCE|g' config.mk
# We will use tic after install. See INSTALL.
sed -i 's|@tic -s st.info||g' Makefile
}