🔒 Repository is read-only – file editing is disabled.

recipes/gui/xorg-libxext/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: xorg-libxext
pkgver: '1.3.7'
pkgrel: '1'
pkgdesc: libXext, library Common X extensions client
url: 'https://gitlab.freedesktop.org/xorg/lib/libxext'
arch: x86_64
depends: []
makedepends:
- xorgproto
- xorg-libx11
source:
- 'https://xorg.freedesktop.org/releases/individual/lib/libXext-${pkgver}.tar.xz'
sha256sums:
- 6c643c7035cdacf67afd68f25d01b90ef889d546c9fcd7c0adf7c2cf91e3a32d
build: |
  cd libXext-1.3.7
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
  make
  make DESTDIR="${PKGDIR}" install
package: |
  rm -f ${PKGDIR}/usr/lib/libXext.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="libXext-"
  $LYNX $url/?C=M\;O=D|grep "$ext$"|grep "$url/${pkgname}"|sed "s@$ext\$@@"|sed "s@$url/${pkgname}@@"|head -1