ports/xorg (3.5): xorg-libx11: update to 1.6.9
commit af0745d21ee5e478c3fe99c6ef169d5fa8956a53 Author: Juergen Daubert <jue@jue.li> Date: Tue Oct 15 11:41:35 2019 +0200 xorg-libx11: update to 1.6.9 For now we remove the header file - /usr/include/X11/extensions/XKBgeom.h because it conflicts with xorgproto. We should keep the header here as soon as the next xorgproto comes out. Same applies to xorg-libxvmc and vldXvMC.h diff --git a/xorg-libx11/.footprint b/xorg-libx11/.footprint index bfed3c14..6ada1373 100644 --- a/xorg-libx11/.footprint +++ b/xorg-libx11/.footprint @@ -13,6 +13,7 @@ drwxr-xr-x root/root usr/include/X11/ -rw-r--r-- root/root usr/include/X11/Xresource.h -rw-r--r-- root/root usr/include/X11/Xutil.h -rw-r--r-- root/root usr/include/X11/cursorfont.h +drwxr-xr-x root/root usr/include/X11/extensions/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libX11-xcb.a -rwxr-xr-x root/root usr/lib/libX11-xcb.la diff --git a/xorg-libx11/.signature b/xorg-libx11/.signature index d4932878..fb9895e8 100644 --- a/xorg-libx11/.signature +++ b/xorg-libx11/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndFY3XTl5rJwkFWL5DZwg2ASXbhxlWoxO5ctxm+Igc711/E4hZHolwoCCZgD/XiR6X4zi43QR3yAjN1FAHTv8Vgo= -SHA256 (Pkgfile) = da52d7224f659ed31344a49b8bdb36d056cebf0d5146773fddeaa8b41b7d1f48 -SHA256 (.footprint) = 475d6a4475b4b8f52fd981bd38f407fc9bce7f7b0c9247f19cea4554a189dc2d -SHA256 (libX11-1.6.8.tar.bz2) = b289a845c189e251e0e884cc0f9269bbe97c238df3741e854ec4c17c21e473d5 +RWTSGWF5Q7TndJShL5nVQU+teNZL3HWRSEF3lEUM5vrdUrVpFdQNMPyGuru/ir2akC9Nl/BNrhVI2hZ4z986bBgyXhSgXK2SiQw= +SHA256 (Pkgfile) = 12e8fe843d6069bd190e015b0890aa59bcb4428625ea7b98f71c903dc347d4b6 +SHA256 (.footprint) = ccb5120a2b76cd91ac3aa131a2de98674a22f34e0c7197ad2d98e41cb78f8775 +SHA256 (libX11-1.6.9.tar.bz2) = 9cc7e8d000d6193fa5af580d50d689380b8287052270f5bb26a5fb6b58b2bed1 diff --git a/xorg-libx11/Pkgfile b/xorg-libx11/Pkgfile index 4b67ec6b..67e1a96b 100644 --- a/xorg-libx11/Pkgfile +++ b/xorg-libx11/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-libxcb xorg-xtrans name=xorg-libx11 -version=1.6.8 +version=1.6.9 release=1 source=(https://www.x.org/releases/individual/lib/libX11-$version.tar.bz2) @@ -16,5 +16,8 @@ build() { make make DESTDIR=$PKG install + # Conflict with xorg-xorgproto + rm $PKG/usr/include/X11/extensions/XKBgeom.h + rm -rf $PKG/usr/share/doc }
participants (1)
-
crux@crux.nu