Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / lib32-harfbuzz
Commits:
eb4f3b22 by Jan Alexander Steffens (heftig) at 2023-10-18T02:05:56+02:00
8.2.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib32-harfbuzz
pkgdesc = OpenType text shaping engine - 32-bit
- pkgver = 8.2.1
- pkgrel = 2
+ pkgver = 8.2.2
+ pkgrel = 1
url = https://www.freedesktop.org/wiki/Software/HarfBuzz
arch = x86_64
license = MIT
@@ -15,7 +15,7 @@ pkgbase = lib32-harfbuzz
makedepends = meson
makedepends = python
makedepends = ragel
- source =
git+https://github.com/harfbuzz/harfbuzz#commit=0967a3e24ab5d79cc55dbe224652d8aabd942def
+ source =
git+https://github.com/harfbuzz/harfbuzz#commit=18a6e78549e8e04a281129ea8ca784ce85f111b8
b2sums = SKIP
pkgname = lib32-harfbuzz
=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@ pkgname=(
lib32-harfbuzz-cairo
lib32-harfbuzz-icu
)
-pkgver=8.2.1
-pkgrel=2
+pkgver=8.2.2
+pkgrel=1
pkgdesc="OpenType text shaping engine - 32-bit"
url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
arch=(x86_64)
@@ -27,7 +27,7 @@ checkdepends=(
python-fonttools
python-setuptools
)
-_commit=0967a3e24ab5d79cc55dbe224652d8aabd942def # tags/8.2.1^0
+_commit=18a6e78549e8e04a281129ea8ca784ce85f111b8 # tags/8.2.2^0
source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit")
b2sums=('SKIP')
@@ -38,11 +38,6 @@ pkgver() {
prepare() {
cd harfbuzz
-
- # Unbreak CSS font-features
- # https://bugs.archlinux.org/task/79966
- # https://github.com/harfbuzz/harfbuzz/issues/4414
- git cherry-pick -n 3a1b0f0a72525d847197a8446d9503e44b1f2add
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-harfbuzz/-/commit/eb4f3b2291cf8641d2a76fd3b339bf5173dbc639
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-harfbuzz/-/commit/eb4f3b2291cf8641d2a76fd3b339bf5173dbc639
You're receiving this email because of your account on gitlab.archlinux.org.