🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526
pkgname: xorg-xlsclients
pkgver: '1.1.6'
pkgrel: '1'
pkgdesc: List client applications running on a display.
url: 'https://xorg.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- libxcb
source:
- 'https://ftp.x.org/pub/individual/app/xlsclients-${pkgver}.tar.xz'
sha256sums:
- 909810a3fdbd01d84747907f2c0cc32ee732e77afc88cb310abb9d155b2a0807
build: |
cd ${pkgname/xorg-/}-1.1.6
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
make
package: |
cd ${pkgname/xorg-/}-1.1.6
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/xlsclients-"|sed "s@$ext\$@@"|sed "s@$url/xlsclients-@@"|head -1