Files
main/programming/misc/libinput/pspec.xml
T

86 lines
3.3 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libinput</Name>
<Homepage>http://www.freedesktop.org/wiki/Software/libinput/</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>X11</License>
<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>
<BuildDependencies>
<Dependency>libevdev</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>libmtdev-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="89a07989d1f6907b13e2ecc768e30715bdba1721" type="tarxz">http://www.freedesktop.org/software/libinput/libinput-1.5.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>libwacom-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libinput</Name>
<RuntimeDependencies>
<Dependency>eudev</Dependency>
<Dependency>libevdev</Dependency>
<Dependency>libmtdev</Dependency>
<Dependency>libwacom</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/man/man1</Path>
</Files>
</Package>
<Package>
<Name>libinput-devel</Name>
<Summary>Development files for libinput</Summary>
<RuntimeDependencies>
<Dependency release="current">libinput</Dependency>
<Dependency>eudev-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2016-11-03</Date>
<Version>1.5.0</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2016-06-09</Date>
<Version>1.2.4</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-05-02</Date>
<Version>1.2.4</Version>
<Comment>Version bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-04-08</Date>
<Version>1.2.2</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>