* update glu to 9.0.3-2

This commit is contained in:
Alexander Baldeck 2024-07-23 19:28:47 +02:00
parent 0383eafc8d
commit b331f119a6
3 changed files with 28 additions and 3 deletions

19
glu/.SRCINFO Normal file
View File

@ -0,0 +1,19 @@
pkgbase = glu
pkgdesc = Mesa OpenGL utility library
pkgver = 9.0.3
pkgrel = 2
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
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
sha512sums = b2781059c0e176192c3fc0d7244645020937a463311171efddb9f35fb94ee43faabcf627fa7f429d48fceaf6dd9c5adb69c86c7a21ec4ea490f4ab143d52e3ba
sha512sums = SKIP
pkgname = glu

6
glu/.nvchecker.toml Normal file
View File

@ -0,0 +1,6 @@
[glu]
source = "gitlab"
gitlab = "mesa/glu"
host = "gitlab.freedesktop.org"
use_max_tag = true
prefix = "glu-"

View File

@ -1,14 +1,14 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Laurent Carlier <lordheavym@gmail.com>
pkgname=glu
pkgver=9.0.3
pkgrel=1
pkgrel=2
pkgdesc="Mesa OpenGL utility library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://gitlab.freedesktop.org/mesa/glu"
license=('LGPL')
# no license file included, can be found inside the source files
license=('SGI-B-2.0' 'MIT')
depends=('libgl' 'gcc-libs' 'glibc')
makedepends=('meson')
source=(https://mesa.freedesktop.org/archive/glu/glu-$pkgver.tar.xz{,.sig})