1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>wayland-protocols</Name>
- <Homepage>http://wayland.freedesktop.org/</Homepage>
- <Packager>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>Specifications of extended Wayland protocols</Summary>
- <Description>Specifications of extended Wayland protocols</Description>
- <Archive sha1sum="ac908e91c6c5e7802c0af48f55725ad683017e72" type="tarxz">https://wayland.freedesktop.org/releases/wayland-protocols-1.12.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>wayland-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>wayland-protocols</Name>
- <Files>
- <Path fileType="data">/usr/share/wayland-protocols</Path>
- </Files>
- </Package>
- <Package>
- <Name>wayland-protocols-devel</Name>
- <Summary>Wayland-protocols development files</Summary>
- <RuntimeDependencies>
- <Dependency release="current">wayland-protocols</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/share/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2017-12-15</Date>
- <Version>1.12</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2017-03-02</Date>
- <Version>1.7</Version>
- <Comment>First release</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|