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

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

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: xorg-xlsatoms
pkgver: '1.1.5'
pkgrel: '1'
pkgdesc: List interned atoms defined on server.
url: 'https://xorg.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- xcb-util
source:
- 'https://ftp.x.org/pub/individual/app/xlsatoms-${pkgver}.tar.xz'
sha256sums:
- 9ac9400328fbeffe15c9d94a90dedb90d09dcaa9d51482efabc55b33a736e317
build: |
  cd ${pkgname/xorg-/}-1.1.5
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
  make
package: |
  cd ${pkgname/xorg-/}-1.1.5
  make DESTDIR="${PKGDIR}" install
update: |
  local ext url name LINX
  LYNX="lynx -read_timeout=20 -dump -listonly -nonumbers "
  ext=".tar.bz2"
  url="https://ftp.x.org/archive//individual//app"
  $LYNX $url/?C=M\;O=D|grep "$ext$"|grep "$url/xlsatoms-"|sed "s@$ext\$@@"|sed "s@$url/xlsatoms-@@"|head -1