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

recipes/gui/xorg-xf86-input-synaptics/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: 'xorg-xf86-input-synaptics'
pkgver: '1.10.0'
pkgrel: '1'
pkgdesc: 'Xorg Synaptics drivers for notebook touchpads.'
url: 'https://xorg.freedesktop.org/'
arch: x86_64
depends: []
makedepends:
- libevdev
- 'xorg-libxtst'
- 'xorg-libx11'
- 'xorg-libxi'
- 'xorg-server'

source:
- 'https://xorg.freedesktop.org/releases/individual/driver/xf86-input-synaptics-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname/xorg-/}-1.10.0
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
  make
  make DESTDIR="${PKGDIR}" install

package: |
  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/xorg/modules/input/synaptics_drv.la