Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
lib32-sdl3
Commits:
cb28ffac by Sven-Hendrik Haase at 2025-01-26T06:31:19+01:00
upgpkg: 3.2.0-2: Add makedep on lib32-sndio
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib32-sdl3
pkgdesc = A library for portable low-level access to a video
framebuffer, audio output, mouse, and keyboard (Version 3) - 32-bit
pkgver = 3.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.libsdl.org
arch = x86_64
license = Zlib
@@ -20,6 +20,7 @@ pkgbase = lib32-sdl3
makedepends = lib32-pipewire
makedepends = lib32-libdecor
makedepends = vulkan-headers
+ makedepends = lib32-sndio
depends = sdl3
depends = lib32-glibc
depends = lib32-libxext
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=lib32-sdl3
pkgver=3.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A library for portable low-level access to a video framebuffer, audio
output, mouse, and keyboard (Version 3) - 32-bit"
arch=('x86_64')
url="https://www.libsdl.org"
@@ -32,6 +32,7 @@ makedepends=(
'lib32-pipewire'
'lib32-libdecor'
'vulkan-headers'
+ 'lib32-sndio'
)
# TODO Maybe add 'lib32-sndio: sndio audio driver'
optdepends=(
@@ -66,8 +67,7 @@ package() {
DESTDIR="${pkgdir}" cmake --install build
rm -rf "${pkgdir}"/usr/{bin,include,share}
- install -dm 755 "${pkgdir}"/usr/share/licenses
- ln -s sdl2 "${pkgdir}"/usr/share/licenses/lib32-sdl2
+ install -Dm644 SDL3-${pkgver}/LICENSE.txt
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set ts=2 sw=2 et:
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sdl3/-/commit/cb28ffac4bd2e038d201ef43be6a6bf635ffc46f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-sdl3/-/commit/cb28ffac4bd2e038d201ef43be6a6bf635ffc46f
You're receiving this email because of your account on gitlab.archlinux.org.