From 271c7cff62ca6af931dbd67cc3698e373211ee6f Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 25 Aug 2015 10:38:55 +0200 Subject: [PATCH] xf86-input-wacom: remove systemd service properly Add --without-udev-rules-dir to avoid duplicate udev rules files. --- srcpkgs/xf86-input-wacom/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/xf86-input-wacom/template b/srcpkgs/xf86-input-wacom/template index d734bb4ee7d..84cfca27f74 100644 --- a/srcpkgs/xf86-input-wacom/template +++ b/srcpkgs/xf86-input-wacom/template @@ -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 " 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() {