Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
lib32-harfbuzz
Commits:
dc023a63 by Caleb Maclennan at 2026-03-04T23:47:10+03:00
upgpkg: 13.0.0-2, add provides for new modules
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib32-harfbuzz
pkgdesc = OpenType text shaping engine - 32-bit
pkgver = 13.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://harfbuzz.github.io/
arch = x86_64
license = MIT
@@ -38,6 +38,8 @@ pkgname = lib32-harfbuzz
provides = libharfbuzz.so
provides = libharfbuzz-subset.so
provides = libharfbuzz-gobject.so
+ provides = libharfbuzz-raster.so
+ provides = libharfbuzz-vector.so
pkgname = lib32-harfbuzz-cairo
pkgdesc = OpenType text shaping engine - 32-bit - Cairo integration
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ pkgname=(
lib32-harfbuzz-icu
)
pkgver=13.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="OpenType text shaping engine - 32-bit"
url="https://harfbuzz.github.io/"
arch=(x86_64)
@@ -86,7 +86,7 @@ package_lib32-harfbuzz() {
libfreetype.so
libg{lib,object}-2.0.so
)
- 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/lib32-harfbuzz/-/commit/dc023a639551025b24d51933286eefea2a79c2ec
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-harfbuzz/-/commit/dc023a639551025b24d51933286eefea2a79c2ec
You're receiving this email because of your account on gitlab.archlinux.org.