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

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

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: 'xorg-setxkbmap'
pkgver: '1.3.5'
pkgrel: '1'
pkgdesc: 'Set the keyboard using the X keyboard Extension'
url: 'https://xorg.freedesktop.org'
arch: x86_64
depends: []
makedepends:
- 'xorg-libxkbfile'
- 'xorg-libx11'
- 'xorg-xrandr'

source:
- 'https://ftp.x.org/pub/individual/app/setxkbmap-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname/xorg-/}-1.3.5
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
  make

package: |
  cd ${pkgname/xorg-/}-1.3.5
  make DESTDIR="${PKGDIR}" install