mate-tweak:new package

This commit is contained in:
2020-03-23 12:11:34 +03:00
parent 23213996c9
commit 1070ace444
3 changed files with 75 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mate-tweak</Name>
<Homepage>https://github.com/ubuntu-mate/mate-tweak</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:gui</IsA>
<Summary>Tweak tool for MATE (fork of MintDesktop)</Summary>
<Description>Tweak tool for MATE (fork of MintDesktop)</Description>
<Archive sha1sum="b4cef09ba5f8402a40014a80d09f9ea93db01d00" type="targz">https://github.com/ubuntu-mate/mate-tweak/archive/20.04.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-distutils-extra</Dependency>
<Dependency>intltool</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>mate-tweak</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-setproctitle</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/polkit-1</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="localdata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-03-23</Date>
<Version>20.04.0</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>