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

recipes/gui/xorg-xcursor-themes/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: 'xorg-xcursor-themes'
pkgver: '1.0.7'
pkgrel: '2'
pkgdesc: 'game of themes for the curseurs X'
url: 'https://xorg.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- 'xorg-xcursorgen'

source:
- 'https://ftp.x.org/pub/individual/data/xcursor-themes-${pkgver}.tar.xz'

sha256sums:
- SKIP

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

  make
  make DESTDIR=${PKGDIR} install

package: |
  true