xorg-xorgproto: 2021.4 -> 2021.5; new dependencies: meson ninja

This commit is contained in:
Tim Biermann 2021-09-16 21:36:50 +02:00
parent 79f3cdd52f
commit e8e24f7362
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 14 additions and 15 deletions

View File

@ -159,9 +159,6 @@ drwxr-xr-x root/root usr/include/X11/fonts/
-rw-r--r-- root/root usr/include/X11/keysym.h
-rw-r--r-- root/root usr/include/X11/keysymdef.h
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man7/
-rw-r--r-- root/root usr/share/man/man7/Xprint.7.gz
drwxr-xr-x root/root usr/share/pkgconfig/
-rw-r--r-- root/root usr/share/pkgconfig/bigreqsproto.pc
-rw-r--r-- root/root usr/share/pkgconfig/compositeproto.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndCjsiG/izPuwUxqxnt/Bm9rspQpFI5ixHHdAuUNVGs1tHISIaNyz1oxkGf6bLfUaX3zzLjQ6j6XGabpMEpPYnAs=
SHA256 (Pkgfile) = 5a7b28b2231fdc295f50d96c7c305ca936b14731a7dd4f380bdc6c137ab2f563
SHA256 (.footprint) = 8536979c0f05ddddf065059cb22dd039a1847f292ba2791b99e15c05ff903c9d
SHA256 (xorgproto-2021.4.tar.bz2) = 0f5157030162844b398e7ce69b8bb967c2edb8064b0a9c9bb5517eb621459fbf
RWTSGWF5Q7TndALGVpKOiGUD/LMCi0P4MpiWU2XXzJCNB6C/SR8Qj8i61BD5wnoG9fTFP4DemtdKR7zgifcGF0QTbT9YvPwSfQY=
SHA256 (Pkgfile) = ae304b6b9070ce0b7cf81664f90ef94e43963ff3d53ea7c47bbdcf9a0a049841
SHA256 (.footprint) = d08a8b0084764d3239a543411b7e5fcb59df5115bac4200d42d500840d389b3c
SHA256 (xorgproto-2021.5.tar.bz2) = aa2f663b8dbd632960b24f7477aa07d901210057f6ab1a1db5158732569ca015

View File

@ -1,21 +1,23 @@
# Description: Headers defining the core protocol and extensions for the X Window System
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: meson ninja
name=xorg-xorgproto
version=2021.4
version=2021.5
release=1
source=(https://xorg.freedesktop.org/archive/individual/proto/xorgproto-$version.tar.bz2)
build() {
cd xorgproto-$version
./configure \
meson setup xorgproto-$version build \
--prefix=/usr \
--enable-legacy
make
make DESTDIR=$PKG install
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \
-D legacy=true
meson compile -C build
DESTDIR=$PKG meson install -C build
rm $PKG/usr/include/X11/extensions/{apple,windows}*
rm $PKG/usr/share/pkgconfig/{apple,windows}wmproto.pc