123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libX11</Name>
- <Homepage>http://www.x.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <Summary>X.Org X11 library</Summary>
- <Description>Core X11 protocol client library.</Description>
- <Archive sha1sum="c32155467508dfe783f9296ef22ee6ed53cae7df" type="tarbz2">mirrors://xorg/individual/lib/libX11-1.6.5.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>libxcb-devel</Dependency>
- <Dependency>xorg-proto</Dependency>
- <Dependency>util-macros</Dependency>
- <Dependency>xtrans</Dependency>
- </BuildDependencies>
- <Patches>
- <!--<Patch level="1">fix_typo.diff</Patch>
- <Patch level="1">fix-segfault.diff</Patch>
- <Patch level="1">fix-null-pointer.patch</Patch>-->
- </Patches>
- </Source>
- <Package>
- <Name>libX11</Name>
- <RuntimeDependencies>
- <Dependency>libxcb</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libX11*</Path>
- <Path fileType="data">/usr/lib/X11</Path>
- <Path fileType="data">/usr/share/X11</Path>
- <Path fileType="doc">/usr/share/doc/libX11</Path>
- </Files>
- </Package>
- <Package>
- <Name>libX11-devel</Name>
- <Summary>Development files for X11 library</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libX11</Dependency>
- <Dependency>libxcb-devel</Dependency>
- <Dependency>xorg-proto</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/X11</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/lib32/pkgconfig</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <Package>
- <Name>libX11-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for libX11</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
- <Dependency>libxcb-32bit</Dependency>
-
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency release="current">libX11</Dependency>
- <Dependency>libxcb-32bit</Dependency>
-
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2018-02-16</Date>
- <Version>1.6.5</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-01-27</Date>
- <Version>1.6.4</Version>
- <Comment>Rebuild.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-11-02</Date>
- <Version>1.6.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-30</Date>
- <Version>1.6.3</Version>
- <Comment>Release bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-08</Date>
- <Version>1.6.3</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|