xf86-input-wacom: remove systemd service properly
Add --without-udev-rules-dir to avoid duplicate udev rules files.
This commit is contained in:
parent
9441223c7f
commit
271c7cff62
1 changed files with 4 additions and 4 deletions
|
@ -1,22 +1,22 @@
|
|||
# Template build file for 'xf86-input-wacom'.
|
||||
# Template file for 'xf86-input-wacom'
|
||||
pkgname=xf86-input-wacom
|
||||
version=0.31.0
|
||||
revision=2
|
||||
revision=3
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-systemd-unit-dir --without-udev-rules-dir"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xorg-server-devel libXrandr-devel libXinerama-devel libXi-devel"
|
||||
depends="virtual?xserver-abi-input-21_1"
|
||||
short_desc="Xorg Wacom tablet input driver"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
license="GPL-2"
|
||||
distfiles="${SOURCEFORGE_SITE}/linuxwacom/${pkgname}-${version}.tar.bz2"
|
||||
checksum=e7e9723f048071adabc878bf6139342ea39dea5e3a8134452df5a33bef2e3f76
|
||||
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/70-wacom.rules 644 usr/lib/udev/rules.d
|
||||
rm -rf ${DESTDIR}/usr/lib/systemd
|
||||
}
|
||||
|
||||
xf86-input-wacom-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue