🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930
pkgname: xorg-libxcursor
pkgver: '1.2.3'
pkgrel: '1'
pkgdesc: X cursor management library
url: 'https://gitlab.freedesktop.org/xorg/lib/libxcursor'
arch: x86_64
depends: []
makedepends:
- xorgproto
- xorg-libxrender
- xorg-libxfixes
- xorg-libx11
source:
- 'https://xorg.freedesktop.org/releases/individual/lib/libXcursor-${pkgver}.tar.xz'
sha256sums:
- fde9402dd4cfe79da71e2d96bb980afc5e6ff4f8a7d74c159e1966afb2b2c2c0
build: |
cd libXcursor-1.2.3
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
make
make DESTDIR="${PKGDIR}" install
package: |
rm -f ${PKGDIR}/usr/lib/libXcursor.la
update: |
local ext url name LINX
LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
ext=".tar.bz2"
url="https://ftp.x.org/archive//individual//lib"
name="libXcursor-"
$LYNX $url/?C=M\;O=D|grep "$ext$"|grep "$url/${pkgname}"|sed "s@$ext\$@@"|sed "s@$url/${pkgname}@@"|head -1