thunar-sendto-clamtk.
This commit is contained in:
@@ -8,6 +8,5 @@ from pisi.actionsapi import pisitools
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/Thunar/sendto/", "thunar-sendto-clamtk.desktop")
|
||||
pisitools.dodoc("CHANGES", "DISCLAIMER", "LICENSE", "README")
|
||||
pisitools.dodoc("CHANGES")
|
||||
pisitools.doman("thunar-sendto-clamtk.1.gz")
|
||||
|
||||
|
||||
@@ -1,35 +1,42 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>thunar-sendto-clamtk</Name>
|
||||
<Homepage>https://bitbucket.org/davem_/thunar-sendto-clamtk/src/master/</Homepage>
|
||||
<Homepage>https://gitlab.com/dave_m/thunar-sendto-clamtk</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>GPL-2</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Right-click send-to ClamTk functionality within Thunar</Summary>
|
||||
<Summary>Right-click send-to ClamTk functionality within Thunar.</Summary>
|
||||
<Description>thunar-sendto-clamtk is a small package to add right-click send-to ClamTk functionality within Thunar.</Description>
|
||||
<Archive sha1sum="e7fe897fb4d42dfd1f478ee1aae82e4ed0d2db12" type="zip">
|
||||
https://github.com/dave-theunsub/thunar-sendto-clamtk/archive/master.zip
|
||||
<Archive sha1sum="7d82af8b042799c0c7431a31a6cb07aee62f5893" type="tarbz2">
|
||||
https://gitlab.com/dave_m/thunar-sendto-clamtk/-/archive/v0.07/thunar-sendto-clamtk-v0.07.tar.bz2
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>thunar-sendto-clamtk</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>clamav-gui</Dependency>
|
||||
<Dependency>clamtk</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
<Path fileType="doc">/usr/share/doc/thunar-sendto-clamtk/CHANGES</Path>
|
||||
<Path fileType="data">/usr/share/Thunar/sendto/thunar-sendto-clamtk.desktop</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2022-12-02</Date>
|
||||
<Version>0.07</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-11-23</Date>
|
||||
<Version>0.06</Version>
|
||||
@@ -39,4 +46,3 @@
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user