gnome-settings-daemon, geocode-glib, libgweather, mutter, libdazzle packaged

This commit is contained in:
Berk Çakar
2021-05-27 19:28:12 +03:00
parent 740e2485af
commit 98d9a7ce62
15 changed files with 263525 additions and 262459 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/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("AUTHORS", "COPYING", "NEWS", "README.md", "CONTRIBUTING.md")