~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/xf86-input-evdev: don't conflict with xorg-server

Details
Message ID
<1446548959-7775-1-git-send-email-soeren+git@soeren-tempel.net>
Sender timestamp
1446548959
DKIM signature
missing
Download raw message
Patch: +6 -1
---
 main/xf86-input-evdev/APKBUILD | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/main/xf86-input-evdev/APKBUILD b/main/xf86-input-evdev/APKBUILD
index ee77e4c..56b9c11 100644
--- a/main/xf86-input-evdev/APKBUILD
+++ b/main/xf86-input-evdev/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-input-evdev
pkgver=2.10.0
pkgrel=1
pkgrel=2
pkgdesc="X.org evdev input driver"
url="http://xorg.freedesktop.org/"
arch="all"
@@ -27,7 +27,12 @@ build() {
package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1

	# Install custom license
	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING

	# Don't conflict with xorg-server
	rm -f "$pkgdir"/usr/share/X11/xorg.conf.d/10-evdev.conf || return 1
}

md5sums="b1183c55125981d346102d1be704760b  xf86-input-evdev-2.10.0.tar.bz2"
-- 
2.6.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)