desktop/xonclock: Updated for version 0.0.9.4.

Fixes build with freetype-2.5.5 (14.1) and freetype-2.6.2 (14.2).

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-16 16:39:03 +00:00 committed by Willy Sudiarto Raharjo
parent 05111a8b22
commit 06f5e62210
2 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xonclock
VERSION=${VERSION:-0.0.9.3}
VERSION=${VERSION:-0.0.9.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,8 +69,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS -I/usr/include/freetype2" \
CXXFLAGS="$SLKCFLAGS -I/usr/include/freetype2" \
LDFLAGS="-lm -lXrender" \
./configure \
--prefix=/usr \

View File

@ -1,8 +1,8 @@
PRGNAM="xonclock"
VERSION="0.0.9.3"
VERSION="0.0.9.4"
HOMEPAGE="http://xonclock.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/project/xonclock/xonclock/xonclock-0.0.9.3/xonclock-0.0.9.3.tar.gz"
MD5SUM="3505b6ab52244bd9399936a3a1ed6351"
DOWNLOAD="http://downloads.sourceforge.net/project/xonclock/xonclock/xonclock-0.0.9.4/xonclock-0.0.9.4.tar.gz"
MD5SUM="173f67305114d3eca10e9a7969b6c939"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""