summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyak2024-03-19 16:47:16 +0300
committerkyak2024-03-19 16:47:16 +0300
commit17b807e7125f402cab275597605faaec057d9a80 (patch)
treebc4fc05e7b161ee8c29f931da9dfaf90ea9e5b06
parent9eaf7ea3b8e0fee027c17fd0ce5e4006c140e550 (diff)
downloadaur-17b807e7125f402cab275597605faaec057d9a80.tar.gz
upgpkg: 21.1.11-2
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD22
2 files changed, 41 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa9e3f23cd2a..25d099fa077e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,24 @@
pkgbase = xorg-server-bug865
pkgver = 21.1.11
- pkgrel = 1
+ pkgrel = 2
url = https://xorg.freedesktop.org
arch = x86_64
groups = xorg
- license = custom
+ license = LicenseRef-Adobe-Display-PostScript
+ license = BSD-3-Clause
+ license = LicenseRef-DEC-3-Clause
+ license = HPND
+ license = LicenseRef-HPND-sell-MIT-disclaimer-xserver
+ license = HPND-sell-variant
+ license = ICU
+ license = ISC
+ license = MIT
+ license = MIT-open-group
+ license = NTP
+ license = SGI-B-2.0
+ license = SMLNJ
+ license = X11
+ license = X11-distribute-modifications-variant
makedepends = xorgproto
makedepends = pixman
makedepends = libx11
@@ -62,6 +76,12 @@ pkgname = xorg-server-bug865
depends = libgl
depends = xf86-input-libinput
depends = nettle
+ depends = libxdmcp
+ depends = sh
+ depends = glibc
+ depends = libxau
+ depends = systemd-libs
+ depends = libtirpc
depends = libpciaccess
depends = libdrm
depends = libxshmfence
diff --git a/PKGBUILD b/PKGBUILD
index 961ee8afc4b3..16ae48a46c93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,24 @@ pkgbase=xorg-server-bug865
pkgname=xorg-server-bug865
pkgver=21.1.11
-pkgrel=1
+pkgrel=2
arch=('x86_64')
-license=('custom')
+license=('LicenseRef-Adobe-Display-PostScript'
+ 'BSD-3-Clause'
+ 'LicenseRef-DEC-3-Clause'
+ 'HPND'
+ 'LicenseRef-HPND-sell-MIT-disclaimer-xserver'
+ 'HPND-sell-variant'
+ 'ICU'
+ 'ISC'
+ 'MIT'
+ 'MIT-open-group'
+ 'NTP'
+ 'SGI-B-2.0'
+ 'SMLNJ'
+ 'X11'
+ 'X11-distribute-modifications-variant'
+)
groups=('xorg')
url="https://xorg.freedesktop.org"
makedepends=('xorgproto' 'pixman' 'libx11' 'mesa' 'mesa-libgl' 'xtrans'
@@ -43,7 +58,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}
arch-meson xorg-server-$pkgver build \
-D ipv6=true \
@@ -84,6 +99,7 @@ package_xorg-server-bug865() {
pkgdesc="Xorg X server with the patch for freedesktop bug 865 (need to kick hotkeys on release, not press)"
depends=(libepoxy libxfont2 pixman xorg-server-common libunwind
dbus libgl xf86-input-libinput nettle
+ libxdmcp sh glibc libxau systemd-libs libtirpc
libpciaccess libdrm libxshmfence libxcvt) # FS#52949
# see xorg-server-*/hw/xfree86/common/xf86Module.h for ABI versions - we provide major numbers that drivers can depend on
# and /usr/lib/pkgconfig/xorg-server.pc in xorg-server-devel pkg