xorg-noudev-conf/PKGBUILD

26 lines
660 B
Bash
Raw Permalink Normal View History

2015-06-08 09:31:18 +00:00
# Maintainer: Jack L. Frost <fbt@fleshless.org>
2015-08-21 15:18:33 +00:00
# % Trigger: 1440170291 %
2015-06-08 09:31:18 +00:00
pkgname=xorg-noudev-conf
pkgver=0.1
2015-08-21 15:23:19 +00:00
pkgrel=2
2015-06-08 09:31:18 +00:00
pkgdesc="X.Org configuration for setups with no udev."
url="https://google.com"
arch=( 'any' )
license=( 'WTFPL' )
depends=( 'xorg-server' )
source=( '00-disable-hotplug.conf' '05-input.conf' )
build() {
2015-08-21 15:23:19 +00:00
msg "No build required"
2015-06-08 09:31:18 +00:00
}
package() {
2015-08-21 15:23:19 +00:00
install -Dm644 '00-disable-hotplug.conf' "$pkgdir/usr/share/X11/xorg.conf.d/00-disable-hotplug.conf"
install -Dm644 '05-input.conf' "$pkgdir/usr/share/X11/xorg.conf.d/05-input.conf"
2015-06-08 09:31:18 +00:00
}
2015-08-21 15:23:19 +00:00
sha1sums=('bc3809454fa5aab89905c1448d1671966dd438d8'
'a95675039d09dcb91b03d0231ee7b47faaea0c93')