libevdev-1.12.0
This commit is contained in:
@@ -6,9 +6,11 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
shelltools.export("PYTHON", "/usr/bin/python3")
|
||||||
autotools.configure("--disable-static \
|
autotools.configure("--disable-static \
|
||||||
--disable-gcov")
|
--disable-gcov")
|
||||||
|
|
||||||
|
|||||||
@@ -12,12 +12,12 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Wrapper library for evdev devices</Summary>
|
<Summary>Wrapper library for evdev devices</Summary>
|
||||||
<Description>Wrapper library for evdev devices</Description>
|
<Description>Wrapper library for evdev devices</Description>
|
||||||
<Archive sha1sum="4392d28fb91a5f6eb404aab531526f5fa0bbe73d" type="tarxz">https://www.freedesktop.org/software/libevdev/libevdev-1.8.0.tar.xz</Archive>
|
<Archive sha1sum="396e271349a7766e42d1fd466882c9f5afa32661" type="tarxz">https://www.freedesktop.org/software/libevdev/libevdev-1.12.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>doxygen</Dependency>
|
<Dependency>doxygen</Dependency>
|
||||||
<Dependency>valgrind</Dependency>
|
<Dependency>valgrind</Dependency>
|
||||||
<Dependency>check-devel</Dependency>
|
<Dependency>check-devel</Dependency>
|
||||||
<Dependency>python-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<!-- <Patch level="1">0001-Revert-Drop-deprecated-functions.patch</Patch> -->
|
<!-- <Patch level="1">0001-Revert-Drop-deprecated-functions.patch</Patch> -->
|
||||||
@@ -49,6 +49,13 @@
|
|||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="9">
|
||||||
|
<Date>2021-11-09</Date>
|
||||||
|
<Version>1.12.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="8">
|
<Update release="8">
|
||||||
<Date>2020-01-10</Date>
|
<Date>2020-01-10</Date>
|
||||||
<Version>1.8.0</Version>
|
<Version>1.8.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user