wat
This commit is contained in:
parent
dd26c002dd
commit
2fa3341049
13
PKGBUILD
13
PKGBUILD
|
@ -3,22 +3,14 @@
|
||||||
|
|
||||||
pkgname=xorg-noudev-conf
|
pkgname=xorg-noudev-conf
|
||||||
pkgver=0.1
|
pkgver=0.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="X.Org configuration for setups with no udev."
|
pkgdesc="X.Org configuration for setups with no udev."
|
||||||
url="https://google.com"
|
url="https://google.com"
|
||||||
arch=( 'any' )
|
arch=( 'any' )
|
||||||
license=( 'WTFPL' )
|
license=( 'WTFPL' )
|
||||||
depends=( 'xorg-server' )
|
depends=( 'xorg-server' )
|
||||||
#optdepends=()
|
|
||||||
#makedepends=()
|
|
||||||
#conflicts=()
|
|
||||||
#replaces=()
|
|
||||||
#backup=()
|
|
||||||
|
|
||||||
#install='foo.install'
|
|
||||||
source=( '00-disable-hotplug.conf' '05-input.conf' )
|
source=( '00-disable-hotplug.conf' '05-input.conf' )
|
||||||
md5sums=('6f18a3b0f6d23ada0476edcb375bd115'
|
|
||||||
'dd3365d7218bc167ed99279acfb945ba')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
msg "No build required"
|
msg "No build required"
|
||||||
|
@ -29,4 +21,5 @@ package() {
|
||||||
install -Dm644 '05-input.conf' "$pkgdir/usr/share/X11/xorg.conf.d/05-input.conf"
|
install -Dm644 '05-input.conf' "$pkgdir/usr/share/X11/xorg.conf.d/05-input.conf"
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 et:
|
sha1sums=('bc3809454fa5aab89905c1448d1671966dd438d8'
|
||||||
|
'a95675039d09dcb91b03d0231ee7b47faaea0c93')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user