libinput-1.9.4:ver.bump

This commit is contained in:
Rmys
2017-12-25 00:08:16 +03:00
parent 17b2acdc17
commit ee728a50c6
2 changed files with 30 additions and 7 deletions
+13 -6
View File
@@ -4,24 +4,31 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
def setup():
autotools.configure("--prefix=/usr \
--disable-static")
shelltools.makedirs("build")
shelltools.cd("build")
shelltools.system("meson .. --prefix=/usr -Ddocumentation=false")
def build():
autotools.make()
shelltools.cd("build")
shelltools.system("ninja")
#def build():
# autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("build")
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
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")
pisitools.dodoc("COPYING", "README.txt")
shelltools.cd("..")
pisitools.dodoc("COPYING", "README*")
+17 -1
View File
@@ -12,9 +12,14 @@
<IsA>app:console</IsA>
<Summary>library that handles input devices for display servers and other applications that need to directly deal with input devices.</Summary>
<Description>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.</Description>
<Archive sha1sum="f48799f79ba4235cae8af4c579e3f04e75979375" type="tarxz">https://www.freedesktop.org/software/libinput/libinput-1.6.3.tar.xz</Archive>
<Archive sha1sum="1325ede21844a49ca2b714edeabbccbccf54899a" type="tarxz">https://www.freedesktop.org/software/libinput/libinput-1.9.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>valgrind</Dependency>
<Dependency>libevdev</Dependency>
<Dependency>check-devel</Dependency>
<Dependency>libunwind-devel</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>libmtdev-devel</Dependency>
<Dependency>libwacom-devel</Dependency>
@@ -24,13 +29,17 @@
<Package>
<Name>libinput</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>eudev</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libevdev</Dependency>
<Dependency>libmtdev</Dependency>
<Dependency>libwacom</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec/libinput</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/man/man1</Path>
@@ -51,6 +60,13 @@
</Package>
<History>
<Update release="7">
<Date>2017-12-24</Date>
<Version>1.9.4</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2017-05-21</Date>
<Version>1.6.3</Version>