libinput:ver.bump

This commit is contained in:
Rmys
2019-02-05 13:24:23 +03:00
parent 99639fe157
commit 8f7b29664a
4 changed files with 33 additions and 7 deletions
+5 -1
View File
@@ -11,9 +11,13 @@ from pisi.actionsapi import shelltools
def setup():
shelltools.system("export LANG=en_US.UTF-8")
shelltools.makedirs("build")
shelltools.cd("build")
shelltools.system("meson .. --prefix=/usr -Dudev-dir=/lib/udev -Ddocumentation=false")
shelltools.system("meson .. --prefix=/usr \
-Dtests=false \
-Dudev-dir=/lib/udev \
-Ddocumentation=false")
def build():
+10 -2
View File
@@ -12,7 +12,7 @@
<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="79820c8d08ac19f60d336a74ac5afb1cc78f07d4" type="tarxz">https://www.freedesktop.org/software/libinput/libinput-1.11.2.tar.xz</Archive>
<Archive sha1sum="e3044cd2073312c24a315df1be4aa38da6bb2bbd" type="tarxz">https://www.freedesktop.org/software/libinput/libinput-1.12.6.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -43,7 +43,8 @@
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/lib/udev</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/man/man1</Path>
<Path fileType="data">/usr/share/libinput</Path>
<Path fileType="man">/usr/share/man/man1</Path>
</Files>
</Package>
@@ -61,6 +62,13 @@
</Package>
<History>
<Update release="12">
<Date>2019-02-04</Date>
<Version>1.12.6</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2018-07-31</Date>
<Version>1.11.2</Version>