123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>intltool</Name>
- <Homepage>https://launchpad.net/intltool</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>Utility for internationalizing various kinds of data files</Summary>
- <Description>intltool automatically extracts translatable strings from oaf, glade, bonobo ui, nautilus theme, .desktop files, etc. and puts them in the po files.</Description>
- <Archive sha1sum="a0c3bcb99d1bcfc5db70f8d848232a47c47da090" type="targz">https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>perl</Dependency>
- <Dependency>perl-XML-Parser</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">intltool-0.51.0-perl-5.26.patch</Patch>
- <Patch level="1">intltool-merge-Create-cache-file-atomically.patch</Patch>
- <Patch level="1">intltool_distcheck-fix.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>intltool</Name>
- <RuntimeDependencies>
- <Dependency>perl-XML-Parser</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- <Path fileType="data">/usr/share/intltool</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2018-07-20</Date>
- <Version>0.51.0</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-22</Date>
- <Version>0.51.0</Version>
- <Comment>Rebuild with new toolchain.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>0.51.0</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-13</Date>
- <Version>0.51.0</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|