cinnamon ver. bump

This commit is contained in:
Rmys
2022-11-19 16:28:35 +03:00
parent d7f51d7b80
commit 9486ace6eb
14 changed files with 115 additions and 25 deletions
@@ -4,14 +4,14 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pythonmodules, mesontools
def setup():
pass
mesontools.configure()
def build():
pass
mesontools.build()
def install():
pythonmodules.install(pyVer = '3')
mesontools.install()