Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
harfbuzz
Commits:
9362bcc2 by Caleb Maclennan at 2026-03-04T23:47:36+03:00
upgpkg: 13.0.0-2, add provides for new modules
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = harfbuzz
pkgdesc = OpenType text shaping engine
pkgver = 13.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://harfbuzz.github.io/
arch = x86_64
license = MIT
@@ -42,6 +42,8 @@ pkgname = harfbuzz
provides = libharfbuzz.so
provides = libharfbuzz-subset.so
provides = libharfbuzz-gobject.so
+ provides = libharfbuzz-raster.so
+ provides = libharfbuzz-vector.so
pkgname = harfbuzz-cairo
pkgdesc = OpenType text shaping engine - Cairo integration
=====================================
PKGBUILD
=====================================
@@ -11,7 +11,7 @@ pkgname=(
harfbuzz-docs
)
pkgver=13.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="OpenType text shaping engine"
url="https://harfbuzz.github.io/"
arch=(x86_64)
@@ -89,7 +89,7 @@ package_harfbuzz() {
libg{lib,object}-2.0.so
)
optdepends=('harfbuzz-utils: utilities')
- provides=(libharfbuzz{,-subset,-gobject}.so)
+ provides=(libharfbuzz{,-{subset,gobject,raster,vector}}.so)
meson install -C build --destdir "$pkgdir"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/harfbuzz/-/commit/9362bcc2b9838c8a98f7b18d221bf0d109b7c6f4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/harfbuzz/-/commit/9362bcc2b9838c8a98f7b18d221bf0d109b7c6f4
You're receiving this email because of your account on gitlab.archlinux.org.