🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930
pkgname: xorg-libxcomposite
pkgver: '0.4.7'
pkgrel: '1'
pkgdesc: libXcomposite, library Composite extension client
url: 'https://xorg.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- xorgproto
- xorg-libx11
- xorg-libxfixes
- xorg-libxext
source:
- 'https://ftp.x.org/pub/individual/lib/libXcomposite-${pkgver}.tar.xz'
sha256sums:
- 8bdf310967f484503fa51714cf97bff0723d9b673e0eecbf92b3f97c060c8ccb
build: |
cd libXcomposite-0.4.7
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
make
make DESTDIR="${PKGDIR}" install
package: |
rm -f ${PKGDIR}/usr/lib/libXcomposite.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="libXcomposite-"
$LYNX $url/?C=M\;O=D|grep "$ext$"|grep "$url/${pkgname}"|sed "s@$ext\$@@"|sed "s@$url/${pkgname}@@"|head -1