glyphy: update to 0.0.20190307
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
afff310a8a
commit
ea1c61763a
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'glyphy'
|
||||
pkgname=glyphy
|
||||
version=0.0.20160104
|
||||
revision=3
|
||||
_gitrev=77bd0c223c1c35bbd50e2521d8769c557871f432
|
||||
version=0.0.20190307
|
||||
revision=1
|
||||
_gitrev=bc2da506d23bdaf3eb0d95c9649a4591b4d912c7
|
||||
wrksrc="${pkgname}-${_gitrev}"
|
||||
build_style=gnu-configure
|
||||
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>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/behdad/glyphy"
|
||||
distfiles="https://codeload.github.com/behdad/glyphy/tar.gz/77bd0c223c1c35bbd50e2521d8769c557871f432>${pkgname}-${version}.tar.gz"
|
||||
checksum=a1696df913a115cb9112c6b158cadebb4c9bd6a9c917d6ccbc4145a7118fc131
|
||||
distfiles="https://codeload.github.com/behdad/glyphy/tar.gz/${_gitrev}>${pkgname}-${version}.tar.gz"
|
||||
checksum=821be957828215cbca8766b7be48983cccef7d578dcf90db0beffbb4be2715b0
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
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() {
|
||||
|
|
Loading…
Reference in a new issue