Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

harfbuzz: update to 7.1.0 #42954

Merged
merged 1 commit into from Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions common/shlibs
Expand Up @@ -1171,6 +1171,7 @@ libharfbuzz.so.0 libharfbuzz-5.1.0_1
libharfbuzz-icu.so.0 libharfbuzz-5.1.0_1
libharfbuzz-subset.so.0 libharfbuzz-5.1.0_1
libharfbuzz-gobject.so.0 libharfbuzz-5.1.0_1
libharfbuzz-cairo.so.0 libharfbuzz-7.1.0_1
libosinfo-1.0.so.0 libosinfo-0.10.0_2
libspice-client-gtk-3.0.so.5 spice-gtk-0.41_2
libspice-client-glib-2.0.so.8 spice-gtk-0.41_2
Expand Down
29 changes: 0 additions & 29 deletions srcpkgs/harfbuzz/patches/fix-char-signed.patch

This file was deleted.

6 changes: 3 additions & 3 deletions srcpkgs/harfbuzz/template
@@ -1,7 +1,7 @@
# Template file for 'harfbuzz'
pkgname=harfbuzz
version=5.1.0
revision=2
version=7.1.0
revision=1
build_style=meson
build_helper="gir qemu"
configure_args="-Dglib=enabled -Dfreetype=enabled -Dcairo=enabled -Dicu=enabled
Expand All @@ -14,7 +14,7 @@ license="MIT"
homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
changelog="https://github.com/harfbuzz/harfbuzz/raw/main/NEWS"
distfiles="https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"
checksum=2edb95db668781aaa8d60959d21be2ff80085f31b12053cdd660d9a50ce84f05
checksum=f135a61cd464c9ed6bc9823764c188f276c3850a8dc904628de2a87966b7077b

libharfbuzz_package() {
short_desc+=" - runtime library"
Expand Down