libwacom-2.4.0
This commit is contained in:
@@ -6,19 +6,21 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static \
|
||||
--with-udev-dir=/lib/udev")
|
||||
mesontools.configure("-Dudev-dir=/lib/udev \
|
||||
--buildtype=release \
|
||||
-Dtests=disabled")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dosym("/usr/lib/libwacom.so.9.0.0", "/usr/lib/libwacom.so.2")
|
||||
|
||||
pisitools.dodoc("COPYING*", "NEWS", "README*")
|
||||
|
||||
|
||||
@@ -9,10 +9,12 @@
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Icon>libwacom</Icon>
|
||||
<Summary>This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux.</Summary>
|
||||
<Description>This project manages the libraries, configuration, and diagnostic tools for Wacom tablets running under Linux. It also maintains updated Linux kernel drivers and Xorg/XFree86 XInput drivers.</Description>
|
||||
<Archive sha1sum="d33fe0e39639325a92de804d9afad7f4271bba16" type="tarbz2">https://github.com/linuxwacom/libwacom/releases/download/libwacom-1.12/libwacom-1.12.tar.bz2</Archive>
|
||||
<Archive sha1sum="5b7fc12dc6a7d0e1e41df97efc2aa8f1c7e71660" type="tarxz">https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.4.0/libwacom-2.4.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
@@ -40,6 +42,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency release="current">libwacom</Dependency>
|
||||
<Dependency>libgudev-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -48,6 +51,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2022-07-28</Date>
|
||||
<Version>2.4.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2021-12-04</Date>
|
||||
<Version>1.12</Version>
|
||||
|
||||
Reference in New Issue
Block a user