12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>caja-admin</Name>
- <Homepage>https://github.com/infirit/caja-admin</Homepage>
- <Packager>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>app:gui</IsA>
- <Summary>Caja Admin is a simple Python extension for the Caja file manager.</Summary>
- <Description>Caja Admin is a simple Python extension for the Caja file manager that adds some administrative actions to the right-click menu.</Description>
- <Archive sha1sum="fc53c26b76b935a676e396af8c84478cb791c837" type="targz">https://github.com/infirit/caja-admin/archive/0.0.5.tar.gz</Archive>
- <AdditionalFiles>
- <AdditionalFile target="po/tr.po">tr.po</AdditionalFile>
- </AdditionalFiles>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>python-caja</Dependency>
- <Dependency>extra-cmake-modules</Dependency>
- </BuildDependencies>
- <Patches>
- <!--Patch>python3_support.patch</Patch-->
- <Patch>added_tr.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>caja-admin</Name>
- <RuntimeDependencies>
- <Dependency>python-caja</Dependency>
- <Dependency>mate-terminal</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/share/caja-python</Path>
- <Path fileType="data">/usr/share/doc</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="data">/usr/share/polkit-1</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2023-10-24</Date>
- <Version>0.0.5</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2021-09-07</Date>
- <Version>0.0.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2020-06-29</Date>
- <Version>0.0.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2020-03-18</Date>
- <Version>0.0.1</Version>
- <Comment>First release</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|