glyphy: update to 0.0.20190307

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-06-13 11:00:21 +02:00
parent afff310a8a
commit ea1c61763a
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -1,8 +1,8 @@
# Template file for 'glyphy' # Template file for 'glyphy'
pkgname=glyphy pkgname=glyphy
version=0.0.20160104 version=0.0.20190307
revision=3 revision=1
_gitrev=77bd0c223c1c35bbd50e2521d8769c557871f432 _gitrev=bc2da506d23bdaf3eb0d95c9649a4591b4d912c7
wrksrc="${pkgname}-${_gitrev}" wrksrc="${pkgname}-${_gitrev}"
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool pkg-config" hostmakedepends="automake libtool pkg-config"
@ -11,15 +11,15 @@ short_desc="Signed-distance-field (SDF) text renderer using OpenGL"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>" maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/behdad/glyphy" homepage="https://github.com/behdad/glyphy"
distfiles="https://codeload.github.com/behdad/glyphy/tar.gz/77bd0c223c1c35bbd50e2521d8769c557871f432>${pkgname}-${version}.tar.gz" distfiles="https://codeload.github.com/behdad/glyphy/tar.gz/${_gitrev}>${pkgname}-${version}.tar.gz"
checksum=a1696df913a115cb9112c6b158cadebb4c9bd6a9c917d6ccbc4145a7118fc131 checksum=821be957828215cbca8766b7be48983cccef7d578dcf90db0beffbb4be2715b0
pre_configure() { pre_configure() {
NOCONFIGURE=1 ./autogen.sh NOCONFIGURE=1 ./autogen.sh
} }
post_configure() { post_configure() {
sed -i Makefile -e "s;SUBDIRS = src demo;SUBDIRS = src;" vsed -i Makefile -e "s;SUBDIRS = src demo;SUBDIRS = src;"
} }
glyphy-devel_package() { glyphy-devel_package() {