Merge pull request #1763 from alihanozturk/master
xorg-input-wacom:update
This commit is contained in:
@@ -11,6 +11,7 @@ def setup():
|
|||||||
autotools.configure("\
|
autotools.configure("\
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
|
--with-systemd-unit-dir=no \
|
||||||
--with-udev-rules-dir=/lib/udev/rules.d \
|
--with-udev-rules-dir=/lib/udev/rules.d \
|
||||||
--enable-debug \
|
--enable-debug \
|
||||||
")
|
")
|
||||||
@@ -20,6 +21,4 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
pisitools.removeDir("/lib/udev/rules.d")
|
|
||||||
pisitools.removeDir("/usr/lib/systemd")
|
|
||||||
pisitools.dodoc("AUTHORS", "ChangeLog", "GPL", "README")
|
pisitools.dodoc("AUTHORS", "ChangeLog", "GPL", "README")
|
||||||
|
|||||||
@@ -13,13 +13,16 @@
|
|||||||
<IsA>driver</IsA>
|
<IsA>driver</IsA>
|
||||||
<Summary>Input driver for Wacom tablets and drawing devices</Summary>
|
<Summary>Input driver for Wacom tablets and drawing devices</Summary>
|
||||||
<Description>xorg-input-wacom includes the drivers and tools for Wacom devices.</Description>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>libXi-devel</Dependency>
|
<Dependency>libXi-devel</Dependency>
|
||||||
<Dependency>libXrandr-devel</Dependency>
|
<Dependency>libXrandr-devel</Dependency>
|
||||||
<Dependency>xorg-server-devel</Dependency>
|
<Dependency>xorg-server-devel</Dependency>
|
||||||
<Dependency>libXinerama-devel</Dependency>
|
<Dependency>libXinerama-devel</Dependency>
|
||||||
<Dependency>eudev-devel</Dependency>
|
<Dependency>eudev-devel</Dependency>
|
||||||
|
<Dependency>libgudev-devel</Dependency>
|
||||||
|
<Dependency>doxygen</Dependency>
|
||||||
|
<Dependency>util-macros</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -60,6 +63,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="2">
|
||||||
<Date>2016-05-02</Date>
|
<Date>2016-05-02</Date>
|
||||||
<Version>0.32.0</Version>
|
<Version>0.32.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user