Update dependencies
This commit is contained in:
@@ -1,19 +1,23 @@
|
|||||||
name: harfbuzz
|
name: harfbuzz
|
||||||
description: OpenType text shaping engine
|
description: OpenType text shaping engine
|
||||||
version: 12.1.0
|
version: 12.1.0
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://harfbuzz.github.io/
|
url: https://harfbuzz.github.io/
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
type: source
|
type: source
|
||||||
depends:
|
depends:
|
||||||
- gobject-introspection
|
- freetype2
|
||||||
- glib
|
- glib
|
||||||
- glibc
|
- glibc
|
||||||
- icu
|
|
||||||
- freetype2
|
|
||||||
make_depends:
|
make_depends:
|
||||||
|
- cairo
|
||||||
|
- gobject-introspection
|
||||||
|
- gtk-doc
|
||||||
|
- help2man
|
||||||
|
- icu
|
||||||
- meson
|
- meson
|
||||||
|
- python3
|
||||||
downloads:
|
downloads:
|
||||||
- url: https://github.com/harfbuzz/harfbuzz/releases/download/${BPM_PKG_VERSION}/harfbuzz-${BPM_PKG_VERSION}.tar.xz
|
- url: https://github.com/harfbuzz/harfbuzz/releases/download/${BPM_PKG_VERSION}/harfbuzz-${BPM_PKG_VERSION}.tar.xz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
meson setup --prefix=/usr --libdir=/usr/lib --buildtype=release -Ddocs=disabled build
|
meson setup --prefix=/usr -Dcpp_std=c++17 build
|
||||||
}
|
}
|
||||||
|
|
||||||
# The check function is executed in the source directory
|
# The check function is executed in the source directory
|
||||||
|
|||||||
Reference in New Issue
Block a user