Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / gtk3
Commits: 7e9042f3 by Jan Alexander Steffens (heftig) at 2023-12-26T02:52:32+01:00 3.24.39-2: Cherry-pick hebrew translation update Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/gtk3/-/issues/4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = gtk3 pkgdesc = GObject-based multi-platform GUI toolkit pkgver = 3.24.39 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = https://www.gtk.org/ arch = x86_64 ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ pkgname=( gtk3-docs ) pkgver=3.24.39 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="GObject-based multi-platform GUI toolkit" url="https://www.gtk.org/" @@ -74,6 +74,10 @@ pkgver() { prepare() { cd gtk + + # Fix Hebrew + # https://gitlab.archlinux.org/archlinux/packaging/packages/gtk3/-/issues/4 + git cherry-pick -n 26336c401a39cbd8a7b8128fac7029077c6e1dd0 } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtk3/-/commit/7e9042f38c9f3574090c2a27fb2379ec196e08fa -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtk3/-/commit/7e9042f38c9f3574090c2a27fb2379ec196e08fa You're receiving this email because of your account on gitlab.archlinux.org.
