diff --git a/desktop/mate/mate-tweak/actions.py b/desktop/mate/mate-tweak/actions.py new file mode 100644 index 0000000000..5d4aa2c18b --- /dev/null +++ b/desktop/mate/mate-tweak/actions.py @@ -0,0 +1,15 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import pisitools + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + + pisitools.dodoc("COPYING", "README*") diff --git a/desktop/mate/mate-tweak/pspec.xml b/desktop/mate/mate-tweak/pspec.xml new file mode 100644 index 0000000000..6dbcf774e5 --- /dev/null +++ b/desktop/mate/mate-tweak/pspec.xml @@ -0,0 +1,51 @@ + + + + + mate-tweak + https://github.com/ubuntu-mate/mate-tweak + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv3 + app:gui + Tweak tool for MATE (fork of MintDesktop) + Tweak tool for MATE (fork of MintDesktop) + https://github.com/ubuntu-mate/mate-tweak/archive/20.04.0.tar.gz + + python3-devel + python3-setuptools + python3-distutils-extra + intltool + + + + + mate-tweak + + python3 + python3-setproctitle + + + /usr/bin + /usr/lib + /usr/share/applications + /usr/share/polkit-1 + /usr/share/man + /usr/share/locale + /usr/share/doc + + + + + + 2020-03-23 + 20.04.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + +