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

recipes/gui/xcb-util-wm/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: 'xcb-util-wm'
pkgver: '0.4.2'
pkgrel: '2'
pkgdesc: 'XCB utilities library'
url: 'https://xcb.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- libxcb
- 'xcb-util'

source:
- 'https://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var

  make
  make DESTDIR=${PKGDIR} install

  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libxcb-ewmh.la
  rm -f ${PKGDIR}/usr/lib/libxcb-icccm.la

package: |
  true