Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / glu
Commits:
e4c61a26 by Andreas Radke at 2026-02-14T11:09:43+01:00
upgpkg: 9.0.3-3; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
pkgbase = glu
pkgdesc = Mesa OpenGL utility library
pkgver = 9.0.3
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.freedesktop.org/mesa/glu
arch = x86_64
license = SGI-B-2.0
license = MIT
makedepends = meson
depends = libgl
- depends = gcc-libs
depends = glibc
+ depends = libstdc++
+ depends = libgcc
source = https://mesa.freedesktop.org/archive/glu/glu-9.0.3.tar.xz
source = https://mesa.freedesktop.org/archive/glu/glu-9.0.3.tar.xz.sig
validpgpkeys = 57551DE15B968F6341C248F68D8E31AFC32428A6
=====================================
PKGBUILD
=====================================
@@ -3,13 +3,13 @@
pkgname=glu
pkgver=9.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="Mesa OpenGL utility library"
arch=('x86_64')
url="https://gitlab.freedesktop.org/mesa/glu"
# no license file included, can be found inside the source files
license=('SGI-B-2.0' 'MIT')
-depends=('libgl' 'gcc-libs' 'glibc')
+depends=('libgl' 'glibc' 'libstdc++' 'libgcc')
makedepends=('meson')
source=(https://mesa.freedesktop.org/archive/glu/glu-$pkgver.tar.xz{,.sig})
sha512sums=('b2781059c0e176192c3fc0d7244645020937a463311171efddb9f35fb94ee43faabcf627fa7f429d48fceaf6dd9c5adb69c86c7a21ec4ea490f4ab143d52e3ba'
@@ -33,4 +33,7 @@ check() {
package() {
meson install -C build --destdir "$pkgdir"
+ # no license included
+ install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+ echo "SGI-B-2.0 and MIT" > "${pkgdir}/usr/share/licenses/${pkgname}"/LICENSE
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glu/-/commit/e4c61a26bb6dfd7464bbfe53f3b80ea54eeeb4e1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glu/-/commit/e4c61a26bb6dfd7464bbfe53f3b80ea54eeeb4e1
You're receiving this email because of your account on gitlab.archlinux.org.