mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
harfbuzz: update to 1.8.2. (#629)
This commit is contained in:
parent
548afb2c89
commit
ac9cbceb37
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'harfbuzz'
|
# Template file for 'harfbuzz'
|
||||||
pkgname=harfbuzz
|
pkgname=harfbuzz
|
||||||
version=1.8.1
|
version=1.8.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-glib --with-freetype --with-cairo --with-icu --with-graphite2"
|
configure_args="--with-glib --with-freetype --with-cairo --with-icu --with-graphite2"
|
||||||
hostmakedepends="automake libtool pkg-config glib-devel"
|
hostmakedepends="automake glib-devel libtool pkg-config"
|
||||||
makedepends="libglib-devel icu-devel freetype-devel cairo-devel graphite-devel"
|
makedepends="cairo-devel graphite-devel icu-devel"
|
||||||
short_desc="An OpenType text shaping engine"
|
short_desc="An OpenType text shaping engine"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
|
||||||
|
changelog="https://raw.githubusercontent.com/harfbuzz/harfbuzz/master/NEWS"
|
||||||
distfiles="${FREEDESKTOP_SITE}/harfbuzz/release/${pkgname}-${version}.tar.bz2"
|
distfiles="${FREEDESKTOP_SITE}/harfbuzz/release/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=fbed6392ddb085e45e6090a9f389f72926d0e355f4b0a2ef51d35cf21686df45
|
checksum=c8a3f88f416185a82f899a68b5714d6a40d7dc4d1d7379057348918d55aac657
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue