forked from ports/compat-32
xorg-libxcursor-32: 1.1.14 -> 1.1.15
This commit is contained in:
parent
c86ebc157c
commit
9c446f84f2
@ -1 +1 @@
|
||||
1e7c17afbbce83e2215917047c57d1b3 libXcursor-1.1.14.tar.bz2
|
||||
58fe3514e1e7135cf364101e714d1a14 libXcursor-1.1.15.tar.bz2
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user