blob: eab4f8cf047e1dcf66d7f0eb626ed4181a62f5e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# Maintainer: artist for Xlibre
_pkgname=xlibre-server-devel
_orgpkgname=xlibre-xserver-devel
pkgname=$_pkgname-bin
pkgver=25.0.0.12
pkgrel=1
pkgdesc="XLibre Official Easy Install Drop in Replacement fork of X.Org development files (binary release)"
arch=(x86_64)
url="https://github.com/X11Libre/xserver"
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=('xlibre')
options=(!strip)
source=("https://github.com/X11Libre/binpkg-arch-based/raw/refs/heads/main/${_orgpkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
noextract=("${_pkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
depends=('xorgproto' 'mesa' 'libpciaccess' 'pixman'
# not technically required but almost every Xorg pkg needs it to build
'xorg-util-macros')
provides=($_pkgname 'xorg-server-devel' 'xlibre-server-devel')
conflicts=($_pkgname 'xorg-server-devel' 'xlibre-server-devel')
sha256sums=('eb9066850aa92600473ea45e39b6e925ce7df73061f562ebfba3c7e2cb3ed529')
package() {
tar -xf "${_orgpkgname}-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst" -C "${pkgdir}" usr
}
|