xorg-input-wacom:update

This commit is contained in:
alihanozturk
2016-05-16 18:21:50 +03:00
parent d8e96a0e9e
commit af70b6149a
2 changed files with 12 additions and 3 deletions
+1 -2
View File
@@ -11,6 +11,7 @@ def setup():
autotools.configure("\
--disable-static \
--disable-silent-rules \
--with-systemd-unit-dir=no \
--with-udev-rules-dir=/lib/udev/rules.d \
--enable-debug \
")
@@ -20,6 +21,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.removeDir("/lib/udev/rules.d")
pisitools.removeDir("/usr/lib/systemd")
pisitools.dodoc("AUTHORS", "ChangeLog", "GPL", "README")
+11 -1
View File
@@ -13,13 +13,16 @@
<IsA>driver</IsA>
<Summary>Input driver for Wacom tablets and drawing devices</Summary>
<Description>xorg-input-wacom includes the drivers and tools for Wacom devices.</Description>
<Archive sha1sum="527dc9da04734348e905bead5fbda61aa5c17b5a" type="tarbz2">mirrors://sourceforge/linuxwacom/xf86-input-wacom/xf86-input-wacom-0.32.0.tar.bz2</Archive>
<Archive sha1sum="3744a2f77010c2726be28e056039810067912543" type="tarbz2">mirrors://sourceforge/linuxwacom/xf86-input-wacom/xf86-input-wacom-0.33.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libXi-devel</Dependency>
<Dependency>libXrandr-devel</Dependency>
<Dependency>xorg-server-devel</Dependency>
<Dependency>libXinerama-devel</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>libgudev-devel</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>util-macros</Dependency>
</BuildDependencies>
</Source>
@@ -60,6 +63,13 @@
</Package>
<History>
<Update release="3">
<Date>2016-05-16</Date>
<Version>0.33.0</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-05-02</Date>
<Version>0.32.0</Version>