From 9c446f84f22c38cf20cb1b771930f74a5abca9e0 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Mon, 4 Dec 2017 19:05:08 +1100 Subject: [PATCH] xorg-libxcursor-32: 1.1.14 -> 1.1.15 --- xorg-libxcursor-32/.md5sum | 2 +- xorg-libxcursor-32/.signature | 6 +++--- xorg-libxcursor-32/Pkgfile | 13 ++++++++----- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/xorg-libxcursor-32/.md5sum b/xorg-libxcursor-32/.md5sum index b980a909..8280fee9 100644 --- a/xorg-libxcursor-32/.md5sum +++ b/xorg-libxcursor-32/.md5sum @@ -1 +1 @@ -1e7c17afbbce83e2215917047c57d1b3 libXcursor-1.1.14.tar.bz2 +58fe3514e1e7135cf364101e714d1a14 libXcursor-1.1.15.tar.bz2 diff --git a/xorg-libxcursor-32/.signature b/xorg-libxcursor-32/.signature index 0e6095dc..d6fd4d2e 100644 --- a/xorg-libxcursor-32/.signature +++ b/xorg-libxcursor-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXRZKA+QlP3HVUnKhq/r6vzxWoHYBse0BKWtWDG6wUEJnjgvXhqJSxXZJ093EWeQZFQRS15YlGBY+qIm5PmQJYQs= -SHA256 (Pkgfile) = e2075bb36cc2ade7091e778430e0aac7ab5796bd31f1a1ffcad7c96eabdef967 +RWSwxGo/zH7eXWP0XurFgDjbRfCkSOkF7zPT2ulx6rr22vXMWpi/s7UyETf17tx3XfI7/Y/OYM2P77a7hapCZ3X5SgLgywlPuQU= +SHA256 (Pkgfile) = b680f1bf307e954cc5df30a129197a7afd14ea58cd6ff5f35a5e0712309af441 SHA256 (.footprint) = 987a280727a428a2c91a0ed5e5f46a0c5568befc824d724bcc3252483bae377d -SHA256 (libXcursor-1.1.14.tar.bz2) = 9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df +SHA256 (libXcursor-1.1.15.tar.bz2) = 294e670dd37cd23995e69aae626629d4a2dfe5708851bbc13d032401b7a3df6b diff --git a/xorg-libxcursor-32/Pkgfile b/xorg-libxcursor-32/Pkgfile index 3203bdfe..44d7e4fe 100644 --- a/xorg-libxcursor-32/Pkgfile +++ b/xorg-libxcursor-32/Pkgfile @@ -1,20 +1,23 @@ # Description: X cursor management library -# URL: http://xorg.freedesktop.org +# URL: https://cgit.freedesktop.org/xorg/lib/libXcursor/ # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu # Depends on: xorg-libxcursor xorg-libxfixes-32 xorg-libxrender-32 name=xorg-libxcursor-32 -version=1.1.14 +version=1.1.15 release=1 -source=(http://xorg.freedesktop.org/releases/individual/lib/libXcursor-$version.tar.bz2) +source=(https://www.x.org/releases/individual/lib/libXcursor-$version.tar.bz2) build() { cd libXcursor-$version - ./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib32 + ./configure \ + --prefix=/usr \ + --libdir=/usr/lib32 make make DESTDIR=$PKG install - rm -r $PKG/usr/{include,man} + rm -r $PKG/usr/{include,share/man} + rmdir $PKG/usr/share }