Skip to content
Snippets Groups Projects
Verified Commit c02809cc authored by Andreas Radke's avatar Andreas Radke
Browse files

upgpkg: 23.0.0-2; fix build and SPDX licenses, add transient dependencies

parent 6598be9b
No related branches found
No related tags found
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = xf86-video-amdgpu
pkgdesc = X.org amdgpu video driver
pkgver = 23.0.0
pkgrel = 2
url = https://xorg.freedesktop.org/
arch = x86_64
groups = xorg-drivers
license = MIT
makedepends = xorg-server-devel
makedepends = systemd
makedepends = X-ABI-VIDEODRV_VERSION=25.2
depends = systemd-libs
depends = mesa
depends = libdrm
depends = glibc
conflicts = xorg-server<1.20.0
conflicts = X-ABI-VIDEODRV_VERSION<25
conflicts = X-ABI-VIDEODRV_VERSION>=26
source = https://xorg.freedesktop.org//releases/individual/driver/xf86-video-amdgpu-23.0.0.tar.xz
source = https://xorg.freedesktop.org//releases/individual/driver/xf86-video-amdgpu-23.0.0.tar.xz.sig
validpgpkeys = F1111E4AAF984C9763795FFE4B25B5180522B8D9
sha512sums = bf26f147629a34e84a0ae8435119e170b9c95edafcab1995b63bb8f55abef32f2efbf4536eb070e64b2ae1460424b1b27a4206cb9836d33ddc6dfbee404f718b
sha512sums = SKIP
pkgname = xf86-video-amdgpu
......@@ -2,12 +2,12 @@
pkgname=xf86-video-amdgpu
pkgver=23.0.0
pkgrel=1
pkgrel=2
pkgdesc="X.org amdgpu video driver"
arch=('x86_64')
url="https://xorg.freedesktop.org/"
license=('custom')
depends=('systemd-libs' 'mesa')
license=('MIT')
depends=('systemd-libs' 'mesa' 'libdrm' 'glibc')
makedepends=('xorg-server-devel' 'systemd' 'X-ABI-VIDEODRV_VERSION=25.2')
conflicts=('xorg-server<1.20.0' 'X-ABI-VIDEODRV_VERSION<25' 'X-ABI-VIDEODRV_VERSION>=26')
groups=('xorg-drivers')
......@@ -26,7 +26,7 @@ build() {
# See https://bugs.archlinux.org/task/55102 / https://bugs.archlinux.org/task/54845
export CFLAGS=${CFLAGS/-fno-plt}
export CXXFLAGS=${CXXFLAGS/-fno-plt}
export LDFLAGS=${LDFLAGS/,-z,now}
export LDFLAGS=${LDFLAGS/-Wl,-z,now}
#CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment