Merge pull request #6401 from Rmys/master

libinput:ver.bump
This commit is contained in:
Rmys
2019-02-05 13:25:48 +03:00
committed by GitHub
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>
+10 -3
View File
@@ -12,12 +12,12 @@
<IsA>driver</IsA>
<Summary>Generic input driver for the X.Org server based on libinput</Summary>
<Description>Generic input driver for the X.Org server based on libinput</Description>
<Archive sha1sum="f72f298c23fa993857ff1a9a06754f2f5962b376" type="tarbz2">mirrors://xorg/individual/driver/xf86-input-libinput-0.28.1.tar.bz2</Archive>
<Archive sha1sum="e216e81f570a2261a1bc5a79c4782f019b5a3c36" type="tarbz2">mirrors://xorg/individual/driver/xf86-input-libinput-0.28.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libX11-devel</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>xorg-server-devel</Dependency>
<Dependency versionFrom="1.6.1">libinput-devel</Dependency>
<Dependency versionFrom="1.12.6">libinput-devel</Dependency>
<Dependency>util-macros</Dependency>
</BuildDependencies>
</Source>
@@ -25,7 +25,7 @@
<Package>
<Name>xorg-input-libinput</Name>
<RuntimeDependencies>
<Dependency versionFrom="1.6.1">libinput</Dependency>
<Dependency versionFrom="1.12.6">libinput</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/xorg</Path>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="10">
<Date>2019-02-03</Date>
<Version>0.28.2</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2018-11-03</Date>
<Version>0.28.1</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>driver</IsA>
<Summary>X.Org nouveau video driver</Summary>
<Description>xorg-video-nouveau contains the X.Org driver for NVIDIA cards.</Description>
<Archive sha1sum="ed699a59ea509550f60019eef1e092ed0ccdea08" type="tarbz2">mirrors://xorg/individual/driver/xf86-video-nouveau-1.0.15.tar.bz2</Archive>
<Archive sha1sum="a2d19439ceed315079207a62c6888a12e8489995" type="tarbz2">mirrors://xorg/individual/driver/xf86-video-nouveau-1.0.16.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libdrm-nouveau</Dependency>
<Dependency>libpciaccess-devel</Dependency>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="9">
<Date>2019-02-04</Date>
<Version>1.0.16</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2018-11-21</Date>
<Version>1.0.15</Version>