Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
lib32-sdl3_ttf
Commits:
6c93fcf8 by Sven-Hendrik Haase at 2026-05-18T19:10:01+02:00
upgpkg: 3.2.2-4: Fix file conflics with sdl3_ttf
Fixes #2.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib32-sdl3_ttf
pkgdesc = Library that allows you to use TrueType fonts in your SDL
applications (Version 3) (32-bit)
pkgver = 3.2.2
- pkgrel = 3
+ pkgrel = 4
url = https://www.libsdl.org/projects/SDL_ttf
arch = x86_64
license = Zlib
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=lib32-sdl3_ttf
pkgver=3.2.2
-pkgrel=3
+pkgrel=4
pkgdesc='Library that allows you to use TrueType fonts in your SDL
applications (Version 3) (32-bit)'
url='https://www.libsdl.org/projects/SDL_ttf'
arch=('x86_64')
@@ -34,6 +34,8 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
+
+ rm -r "${pkgdir}"/usr/{include,share}
install -Dm644 "SDL3_ttf-${pkgver}/LICENSE.txt"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sdl3_ttf/-/commit/6c93fcf87b2ea6f002b5c12df8e7ca17962b3b72
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sdl3_ttf/-/commit/6c93fcf87b2ea6f002b5c12df8e7ca17962b3b72
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help