From 1070ace4446843777a4a9423a35912b044e314bd Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Mon, 23 Mar 2020 12:11:34 +0300 Subject: [PATCH 1/2] mate-tweak:new package --- desktop/mate/mate-tweak/actions.py | 15 ++++++ desktop/mate/mate-tweak/files/sandbox.patch | 9 ++++ desktop/mate/mate-tweak/pspec.xml | 51 +++++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 desktop/mate/mate-tweak/actions.py create mode 100644 desktop/mate/mate-tweak/files/sandbox.patch create mode 100644 desktop/mate/mate-tweak/pspec.xml 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/files/sandbox.patch b/desktop/mate/mate-tweak/files/sandbox.patch new file mode 100644 index 0000000000..aa69b96eb9 --- /dev/null +++ b/desktop/mate/mate-tweak/files/sandbox.patch @@ -0,0 +1,9 @@ +diff -Nuar a/gonullu/config/sandbox-requirement.yml b/gonullu/config/sandbox-requirement.yml +--- a/gonullu/config/sandbox-requirement.yml 2017-03-07 10:06:31.000000000 +0300 ++++ b/gonullu/config/sandbox-requirement.yml 2017-12-08 19:28:31.399214708 +0300 +@@ -7,3 +7,5 @@ + - gtk2 + - ModemManager + - vlc ++- firefox ++- systemtap 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 + + + + From b6c8095c3c3b723d338b1e6fee1a49a6b8cd66db Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Mon, 23 Mar 2020 12:12:14 +0300 Subject: [PATCH 2/2] mate-tweak:new package --- desktop/mate/mate-tweak/files/sandbox.patch | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 desktop/mate/mate-tweak/files/sandbox.patch diff --git a/desktop/mate/mate-tweak/files/sandbox.patch b/desktop/mate/mate-tweak/files/sandbox.patch deleted file mode 100644 index aa69b96eb9..0000000000 --- a/desktop/mate/mate-tweak/files/sandbox.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -Nuar a/gonullu/config/sandbox-requirement.yml b/gonullu/config/sandbox-requirement.yml ---- a/gonullu/config/sandbox-requirement.yml 2017-03-07 10:06:31.000000000 +0300 -+++ b/gonullu/config/sandbox-requirement.yml 2017-12-08 19:28:31.399214708 +0300 -@@ -7,3 +7,5 @@ - - gtk2 - - ModemManager - - vlc -+- firefox -+- systemtap