parent
1b1c7bf499
commit
6c7931b21a
|
@ -1095,6 +1095,7 @@ librygel-server-2.6.so.2 librygel-0.26.0_1
|
|||
librygel-db-2.6.so.2 librygel-0.28.0_1
|
||||
libharfbuzz.so.0 libharfbuzz-0.9.4_1
|
||||
libharfbuzz-icu.so.0 libharfbuzz-0.9.19_1
|
||||
libharfbuzz-subset.so.0 libharfbuzz-1.7.6_1
|
||||
libosinfo-1.0.so.0 libosinfo-0.2.0_1
|
||||
libspice-client-gtk-3.0.so.5 spice-gtk-0.33_1
|
||||
libspice-client-glib-2.0.so.8 spice-gtk-0.14_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'harfbuzz'
|
||||
pkgname=harfbuzz
|
||||
version=1.7.5
|
||||
version=1.7.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-glib --with-freetype --with-cairo --with-icu --with-graphite2"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
|
||||
license="MIT"
|
||||
distfiles="${FREEDESKTOP_SITE}/harfbuzz/release/${pkgname}-${version}.tar.bz2"
|
||||
checksum=84574e1b1f65ca694cb8fb6905309665c0368af18a312357f8ff886ee2f29563
|
||||
checksum=da7bed39134826cd51e57c29f1dfbe342ccedb4f4773b1c951ff05ff383e2e9b
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
@ -32,6 +32,7 @@ harfbuzz-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/gtk-doc
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue