harfbuzz: update to 1.0.3
This commit is contained in:
parent
794ba3154b
commit
49652836c7
1 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'harfbuzz'.
|
||||
# Template file for 'harfbuzz'
|
||||
pkgname=harfbuzz
|
||||
version=1.0.2
|
||||
version=1.0.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-glib --with-freetype --with-cairo --with-icu --with-graphite2"
|
||||
|
@ -9,13 +9,16 @@ makedepends="libglib-devel icu55-devel freetype-devel cairo-devel graphite-devel
|
|||
short_desc="An OpenType text shaping engine"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${version}.tar.bz2"
|
||||
checksum=beb3caf8654010fcdca61c810a3a7532237fc567ee4271deb674b5efbbe3b466
|
||||
license="MIT"
|
||||
distfiles="${FREEDESKTOP_SITE}/harfbuzz/release/${pkgname}-${version}.tar.bz2"
|
||||
checksum=ebdc875ea06d010722dec13d92bc40002ab6a77071d62e71aad564ff76a63df7
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
}
|
||||
|
||||
libharfbuzz_package() {
|
||||
short_desc+=" - runtime library"
|
||||
|
|
Loading…
Reference in a new issue