Added gcompris-qt

This commit is contained in:
friberk
2021-04-24 01:32:45 +03:00
parent 3470b697bf
commit 5071a0a883
4 changed files with 139 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/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 pisitools
from pisi.actionsapi import qt5
def setup():
qt5.configure()
def build():
qt5.make()
def install():
qt5.install()
+36
View File
@@ -0,0 +1,36 @@
<PISI>
<Source>
<Name>qml-box2d</Name>
<Homepage>https://github.com/qml-box2d/qml-box2d</Homepage>
<Packager>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Packager>
<License>BSD</License>
<Summary>Box2D QML plugin</Summary>
<Description>Box2D QML plugin</Description>
<BuildDependencies>
<Dependency>qt5-declarative-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="a5e8b9d6488d2261b986444565e1f7b994e6dfb9" type="zip">https://github.com/qml-box2d/qml-box2d/archive/1b37be7d9dfb44ec6d520595a4e4f45f63717822.zip</Archive>
</Source>
<Package>
<Name>qml-box2d</Name>
<Summary>Box2D QML plugin</Summary>
<RuntimeDependencies>
<Dependency>qt5-declarative</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-04-24</Date>
<Version>20160102</Version>
<Comment>First release</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
</History>
</PISI>