summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2022-11-19 19:10:28 +0100
committerJuergen Daubert <jue@jue.li>2022-11-19 19:10:28 +0100
commit4eaa94fb30b33c7fa76a7bf82545eab4589ac302 (patch)
tree2166eae38ff0fe5d8882a49f79b4a2d2acef30a3
parent6b2c7b6a1cac4cc7b0e17c5529812b633ccccc47 (diff)
downloadxorg-4eaa94fb30b33c7fa76a7bf82545eab4589ac302.tar.gz
xorg-4eaa94fb30b33c7fa76a7bf82545eab4589ac302.tar.xz
xorg-libxdmcp: update to 1.1.4
-rw-r--r--xorg-libxdmcp/.signature6
-rw-r--r--xorg-libxdmcp/Pkgfile12
2 files changed, 7 insertions, 11 deletions
diff --git a/xorg-libxdmcp/.signature b/xorg-libxdmcp/.signature
index e8d65717..e3e90f72 100644
--- a/xorg-libxdmcp/.signature
+++ b/xorg-libxdmcp/.signature
@@ -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
diff --git a/xorg-libxdmcp/Pkgfile b/xorg-libxdmcp/Pkgfile
index 30446024..514de485 100644
--- a/xorg-libxdmcp/Pkgfile
+++ b/xorg-libxdmcp/Pkgfile
@@ -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
}

Generated by cgit