From 0a21014ec8dcfb787440a37eda8298a2f0673960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sun, 21 May 2017 09:12:47 +0300 Subject: [PATCH] fix pisi check error --- programming/misc/libinput/actions.py | 5 +++-- programming/misc/libinput/pspec.xml | 7 +++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/programming/misc/libinput/actions.py b/programming/misc/libinput/actions.py index 08eb57ab09..3d208e842d 100644 --- a/programming/misc/libinput/actions.py +++ b/programming/misc/libinput/actions.py @@ -9,7 +9,8 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--disable-static") + autotools.configure("--prefix=/usr \ + --disable-static") def build(): autotools.make() @@ -19,7 +20,7 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dosym("libinput.so.5.0.0","/usr/lib/libinput.so.0") + pisitools.dosym("libinput.so.10","/usr/lib/libinput.so.0") #pisitools.remove("/usr/lib/udev/rules.d/80-libinput-device-groups.rules") #pisitools.remove("/usr/lib/udev/rules.d/90-libinput-model-quirks.rules") diff --git a/programming/misc/libinput/pspec.xml b/programming/misc/libinput/pspec.xml index 7649cb4408..566c925908 100644 --- a/programming/misc/libinput/pspec.xml +++ b/programming/misc/libinput/pspec.xml @@ -51,6 +51,13 @@ + + 2017-05-21 + 1.6.3 + fix pisi check. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-03-11 1.6.3