123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xcb-util</Name>
- <Homepage>http://xcb.freedesktop.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <Summary>A number of libraries which sit on top of libxcb</Summary>
- <Description>The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.</Description>
- <Archive sha1sum="7f2e9b7efcc2c34eb1d6ae312c3d73b075832e46" type="tarbz2">http://xcb.freedesktop.org/dist/xcb-util-0.4.0.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>util-macros</Dependency>
- <Dependency>libxcb-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>xcb-util</Name>
- <RuntimeDependencies>
- <Dependency>libxcb</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>xcb-util-devel</Name>
- <Summary>Development files for xcb-util</Summary>
- <RuntimeDependencies>
- <Dependency release="current">xcb-util</Dependency>
- <Dependency>libxcb-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/lib32/pkgconfig</Path>
- </Files>
- </Package>
- <Package>
- <Name>xcb-util-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for xcb-util</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
- <Dependency>libxcb-32bit</Dependency>
-
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency release="current">xcb-util</Dependency>
- <Dependency>libxcb-32bit</Dependency>
-
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-02-05</Date>
- <Version>0.4.0</Version>
- <Comment>Rebuild</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-30</Date>
- <Version>0.4.0</Version>
- <Comment>Release bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-12-13</Date>
- <Version>0.4.0</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|