xorg-libxdmcp: update to 1.1.4

This commit is contained in:
Juergen Daubert 2022-11-19 19:10:28 +01:00
parent 6b2c7b6a1c
commit 4eaa94fb30
2 changed files with 7 additions and 11 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndHB5wTnORD+0HmuPfNdTuQ4bZtOunLf1J1UO6Bc5gNwiovPyMuwTm3bNxpmsUAh+wpGSchUrHHsMZv7T1KDPYgg=
SHA256 (Pkgfile) = 3cfb6442da983cc3b39baf99856718d3c5ca1df368522827b6327b88234ceddd
RWTSGWF5Q7TndP4hRXsGkIbVMAYakroGQ5HhZGrfqF6/FNSeT/fKhFjBw4gjpGukwg+6lv72322rZDNfHDXl93J8XkNfiQ3fMw8=
SHA256 (Pkgfile) = d3ec179b52537a938ac56997a9b60d0d449a721500126e499895bd8a6a752ff7
SHA256 (.footprint) = 84186caa9d6c89cf654c0b8e319b852fc433857c98f0be555c3e1a8a32838dc7
SHA256 (libXdmcp-1.1.3.tar.bz2) = 20523b44aaa513e17c009e873ad7bbc301507a3224c232610ce2e099011c6529
SHA256 (libXdmcp-1.1.4.tar.xz) = 2dce5cc317f8f0b484ec347d87d81d552cdbebb178bd13c5d8193b6b7cd6ad00

View File

@ -1,21 +1,17 @@
# Description: xorg lib libXdmcp
# Description: X Display Manager Control Protocol library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xorgproto
name=xorg-libxdmcp
version=1.1.3
version=1.1.4
release=1
source=(https://www.x.org/releases/individual/lib/libXdmcp-$version.tar.bz2)
source=(https://www.x.org/releases/individual/lib/libXdmcp-$version.tar.xz)
build() {
cd libXdmcp-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/libXdmcp/xdmcp.xml
find $PKG/usr/share -type d -delete
rm -r $PKG/usr/share
}