1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xorg-input-joystick</Name>
- <Homepage>http://www.x.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>driver</IsA>
- <Summary>X.Org joystick input driver</Summary>
- <Description>xorg-input-joystick contains the X.Org driver for joysticks.</Description>
- <!--1.6.0 version is only for xorg-server >= 1.10-->
- <Archive sha1sum="b8664249d50ed266556877e15e3782c40614459c" type="tarbz2">mirrors://xorg/individual/driver/xf86-input-joystick-1.6.3.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>xorg-server-devel</Dependency>
- <Dependency>util-macros</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>xorg-input-joystick</Name>
- <!--RuntimeDependencies>
- <Dependency>xorg-server</Dependency>
- </RuntimeDependencies-->
- <Files>
- <Path fileType="library">/usr/lib/xorg</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <Package>
- <Name>xorg-input-joystick-devel</Name>
- <Summary>Development files for xorg-input-joystick</Summary>
- <RuntimeDependencies>
- <Dependency release="current">xorg-input-joystick</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2017-03-11</Date>
- <Version>1.6.3</Version>
- <Comment>rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-16</Date>
- <Version>1.6.3</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>1.6.2</Version>
- <Comment>Rebuild</Comment>
- <Name>Burak Ertürk</Name>
- <Email>burakerturk@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-05-08</Date>
- <Version>1.6.2</Version>
- <Comment>First release</Comment>
- <Name>Burak Ertürk</Name>
- <Email>burakerturk@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|