1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libevdev</Name>
- <Homepage>http://www.freedesktop.org/wiki/Software/libevdev/</Homepage>
- <Packager>
- <Name>Yusuf Aydemir</Name>
- <Email>yusuf.aydemir@pisilinux.org</Email>
- </Packager>
- <License>GPLv1</License>
- <IsA>library</IsA>
- <Summary>Wrapper library for evdev devices</Summary>
- <Description>Wrapper library for evdev devices</Description>
- <Archive sha1sum="94292b014f65bf4665db68ae997ed76c2e12a016" type="tarxz">https://www.freedesktop.org/software/libevdev/libevdev-1.5.6.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>check-devel</Dependency>
- <Dependency>python-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">0001-Revert-Drop-deprecated-functions.patch</Patch> -->
- <!-- <Patch level="1">0001-Revert-Drop-some-leftover-deprecated-constants.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>libevdev</Name>
- <RuntimeDependencies>
- <!-- <Dependency>acl</Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2017-09-20</Date>
- <Version>1.5.6</Version>
- <Comment>Version bump</Comment>
- <Name>Alihan Öztürkçe</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-11-02</Date>
- <Version>1.5.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-05-02</Date>
- <Version>1.4.6</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-01-25</Date>
- <Version>1.3.2</Version>
- <Comment>First release</Comment>
- <Name>Hakan Yıldız</Name>
- <Email>hknyldz93@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|