From a799d44baba22f0796dbc276d5b7dad99f250d57 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Tue, 21 Jul 2015 16:14:36 +0300 Subject: [PATCH] libinput:moved into main repo for pisi 2.0 --- programming/misc/libinput/actions.py | 21 ++++++ programming/misc/libinput/pspec.xml | 87 ++++++++++++++++++++++ programming/misc/libinput/translations.xml | 8 ++ 3 files changed, 116 insertions(+) create mode 100644 programming/misc/libinput/actions.py create mode 100644 programming/misc/libinput/pspec.xml create mode 100644 programming/misc/libinput/translations.xml diff --git a/programming/misc/libinput/actions.py b/programming/misc/libinput/actions.py new file mode 100644 index 0000000000..e0abb97808 --- /dev/null +++ b/programming/misc/libinput/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dosym("libinput.so.5.0.0","/usr/lib/libinput.so.0") + + #pisitools.dodoc("COPYING", "README") diff --git a/programming/misc/libinput/pspec.xml b/programming/misc/libinput/pspec.xml new file mode 100644 index 0000000000..57dc29356d --- /dev/null +++ b/programming/misc/libinput/pspec.xml @@ -0,0 +1,87 @@ + + + + + libinput + http://www.freedesktop.org/wiki/Software/libinput/ + + Alihan Öztürk + alihan@pisilinux.org + + X11 + app:console + library that handles input devices for display servers and other applications that need to directly deal with input devices. + It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code the user of libinput need to provide the common set of functionality that users expect. + + libevdev + eudev-devel + libmtdev-devel + + http://www.freedesktop.org/software/libinput/libinput-0.20.0.tar.xz + + + + libinput + + libevdev + libmtdev + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man/man1 + + + + + libinput-devel + Development files for libinput + + libinput + eudev-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2015-07-21 + 0.20.0 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-02-16 + 0.10.0 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-10-25 + 0.6.0 + Add symbolic link. + Ekin Dursun + ekin.dursun@pisilinux.org + + + 2014-09-19 + 0.6.0 + Version bump.. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-05-27 + 0.2.0 + First release. + Alihan Öztürk + alihan@pisilinux.org + + + diff --git a/programming/misc/libinput/translations.xml b/programming/misc/libinput/translations.xml new file mode 100644 index 0000000000..ca8d2c4d91 --- /dev/null +++ b/programming/misc/libinput/translations.xml @@ -0,0 +1,8 @@ + + + + libinput + libinput Wayland Campasitars giriş aygıtları işlemek için ve genel X.Org giriş sürücü sağlamak için bir kütüphane. + Bu yüzden kullanıcıların beklediği fonksiyonellik ortak kümesi sağlamak için gereken özel giriş kodu compositors miktarını en az indirerek, aygıt kullanımı, giriş aygıtı olay işleme ve soyutlama sağlar. + +