123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xdg-user-dirs</Name>
- <Homepage>http://freedesktop.org/wiki/Software/xdg-user-dirs</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>Utilities to handle user data directories</Summary>
- <Description>xdg-user-dirs is a tool to help manage "well known" user directories like the desktop folder and the music folder. It also handles localization (i.e. translation) of the filenames.</Description>
- <Archive sha1sum="246cea7db52ef7e29774fa416981a548377de557" type="targz">http://user-dirs.freedesktop.org/releases/xdg-user-dirs-0.17.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>gettext-devel</Dependency>
- <Dependency>docbook-xsl</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>libxslt-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">defaults.patch</Patch>
- <Patch level="1">tr17.patch</Patch>
- <Patch>xdg-user-dirs-0.15-libiconv.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>xdg-user-dirs</Name>
- <Files>
- <Path fileType="data">/etc/X11</Path>
- <Path fileType="config">/etc/xdg</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0755" target="/etc/X11/xinit/xinitrc.d/60-xdg-user-dirs.sh">xdg-user-dirs.sh</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <History>
- <Update release="9">
- <Date>2021-01-29</Date>
- <Version>0.17</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2020-02-08</Date>
- <Version>0.17</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2018-11-06</Date>
- <Version>0.17</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2018-08-15</Date>
- <Version>0.17</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-03-18</Date>
- <Version>0.17</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-01-17</Date>
- <Version>0.16</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-28</Date>
- <Version>0.15</Version>
- <Comment>Rebuild.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.15</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-05-01</Date>
- <Version>0.15</Version>
- <Comment>First release</Comment>
- <Name>Serdar Soytetir</Name>
- <Email>kaptan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|