catfish Versatile file searching tool

This commit is contained in:
Rmys
2021-02-28 15:14:26 +03:00
parent 6ac29a65f2
commit 85a371ae02
13 changed files with 415 additions and 4 deletions
+73
View File
@@ -0,0 +1,73 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>catfish</Name>
<Homepage>https://docs.xfce.org/apps/catfish/start</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<Summary>Versatile file searching tool</Summary>
<Description>Çok yönlü dosya arama aracı </Description>
<Archive sha1sum="5801a00a05bbd237463a555f1f810d37c0d361d7" type="tarbz2">https://archive.xfce.org/src/apps/catfish/4.16/catfish-4.16.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>xdg-utils</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>dbus-python3</Dependency>
<Dependency>python3-xdg</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>python3-pexpect</Dependency>
<Dependency>python3-cairo-devel</Dependency>
<Dependency>python3-ptyprocess</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
<Dependency>python3-distutils-extra</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>catfish.patch</Patch>
<Patch level="1">catfish.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>catfish</Name>
<RuntimeDependencies>
<Dependency>xdg-utils</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>dbus-python3</Dependency>
<Dependency>python3-xdg</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>python3-pexpect</Dependency>
<Dependency>python3-cairo</Dependency>
<Dependency>python3-ptyprocess</Dependency>
<Dependency>python3-pygobject3</Dependency>
<Dependency>python3-distutils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/python3.8</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="info">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-02-02</Date>
<Version>4.16.0</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>