This commit is contained in:
bferturk
2016-04-09 07:06:42 +03:00
parent 65025899ac
commit d368b72213
13 changed files with 74891 additions and 74901 deletions
+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xorg-input-libinput</Name>
<Homepage>http://www.x.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>driver</IsA>
<Summary>Generic input driver for the X.Org server based on libinput</Summary>
<Description>Generic input driver for the X.Org server based on libinput</Description>
<Archive sha1sum="f98d5b1560efe390d0842091722403d73eec2a79" type="tarbz2">mirrors://xorg/individual/driver/xf86-input-libinput-0.18.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libX11-devel</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>xorg-server-devel</Dependency>
<Dependency versionFrom="1.2.2">libinput-devel</Dependency>
<Dependency>util-macros</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xorg-input-libinput</Name>
<RuntimeDependencies>
<Dependency versionFrom="1.2.2">libinput</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/xorg</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/X11/xorg.conf.d</Path>
</Files>
</Package>
<Package>
<Name>xorg-input-libinput-devel</Name>
<Summary>Development files for xorg-input-libinput</Summary>
<RuntimeDependencies>
<Dependency version="current">xorg-input-libinput</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-04-08</Date>
<Version>0.18.0</Version>
<Comment>First release</Comment>
<Name>Burak Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
</History>
</PISI>