harfbuzz: update to 2.7.3.
This commit is contained in:
parent
d7e17c28b1
commit
519501017a
@ -1,28 +0,0 @@
|
||||
From 27850ef12cb3ed658d8263893c43f6052c315aa7 Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Kolesa <daniel@octaforge.org>
|
||||
Date: Sat, 12 Sep 2020 03:58:00 +0200
|
||||
Subject: [PATCH] remove introspection cross check
|
||||
|
||||
---
|
||||
src/meson.build | 5 -----
|
||||
1 file changed, 5 deletions(-)
|
||||
|
||||
diff --git src/meson.build src/meson.build
|
||||
index 1865633..9a273b6 100644
|
||||
--- src/meson.build
|
||||
+++ src/meson.build
|
||||
@@ -634,11 +634,6 @@ if have_gobject
|
||||
gir = find_program('g-ir-scanner', required: get_option('introspection'))
|
||||
build_gir = gir.found()
|
||||
|
||||
- build_gir = build_gir and not meson.is_cross_build()
|
||||
- if not build_gir and get_option('introspection').enabled()
|
||||
- error('Introspection support is requested but it isn\'t available in cross builds')
|
||||
- endif
|
||||
-
|
||||
build_gir = build_gir and get_option('default_library') != 'static'
|
||||
if not build_gir and get_option('introspection').enabled()
|
||||
error('Introspection support is requested but the default library option should be shared or both')
|
||||
--
|
||||
2.28.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'harfbuzz'
|
||||
pkgname=harfbuzz
|
||||
version=2.7.2
|
||||
revision=2
|
||||
version=2.7.3
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper=gir
|
||||
configure_args="-Dglib=enabled -Dfreetype=enabled -Dcairo=enabled -Dicu=enabled
|
||||
@ -12,9 +12,9 @@ short_desc="OpenType text shaping engine"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
|
||||
changelog="https://raw.githubusercontent.com/harfbuzz/harfbuzz/master/NEWS"
|
||||
changelog="https://github.com/harfbuzz/harfbuzz/raw/master/NEWS"
|
||||
distfiles="https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"
|
||||
checksum=b8c048d7c2964a12f2c80deb6634dfc836b603dd12bf0d0a3df1627698e220ce
|
||||
checksum=97bf10e7bc576a4e60a1cb45388669b778bb7787660d8666c4e554f021cdead9
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user