gmime3, gnome-backgrounds, gnome-shell, gnome-shell-extensions, gnome-keyring, sushi packaged

This commit is contained in:
Berk Çakar
2021-06-01 17:52:31 +03:00
parent 601be85f3d
commit 1546f14a6c
17 changed files with 665 additions and 0 deletions
@@ -0,0 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# 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 mesontools
from pisi.actionsapi import pisitools
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("COPYING", "README.md", "HACKING.md")