🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728
pkgname: xorg-libxfixes
pkgver: '6.0.2'
pkgrel: '1'
pkgdesc: X11 miscellaneous 'fixes' extension library
url: 'https://xorg.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- xorgproto
- xorg-libx11
source:
- 'https://xorg.freedesktop.org/releases/individual/lib/libXfixes-${pkgver}.tar.xz'
sha256sums:
- 39f115d72d9c5f8111e4684164d3d68cc1fd21f9b27ff2401b08fddfc0f409ba
build: |
cd libXfixes-6.0.2
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
make
make DESTDIR="${PKGDIR}" install
package: |
rm -f ${PKGDIR}/usr/lib/libXfixes.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="libXfixes-"
$LYNX $url/?C=M\;O=D|grep "$ext$"|grep "$url/${pkgname}"|sed "s@$ext\$@@"|sed "s@$url/${pkgname}@@"|head -1