This commit is contained in:
gulle
2017-07-17 14:03:54 +03:00
parent 690ab51e43
commit 91f71494c1
2 changed files with 77 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
#!/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 kde5
#from pisi.actionsapi import pisitools
# if pisi can't find source directory, see /var/pisi/kirigami/work/ and:
# WorkDir="kirigami-"+ get.srcVERSION() +"/sub_project_dir/"
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
# Take a look at the source folder for these file as documentation.
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "README")
# If there is no install rule for a runnable binary, you can
# install it to binary directory.
# pisitools.dobin("kirigami")
# You can use these as variables, they will replace GUI values before build.
# Package Name : kirigami
# Version : 2.2.0
# Summary : A set of QML components for mobile/desktop convergent applications made by KDE
# For more information, you can look at the Actions API
# from the Help menu and toolbar.
+43
View File
@@ -0,0 +1,43 @@
<PISI>
<Source>
<Name>kirigami</Name>
<Homepage>https://quickgit.kde.org/?p=kirigami.git</Homepage>
<Packager>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Packager>
<License>LGPL</License>
<Summary>A set of QML components for mobile/desktop convergent applications made by KDE</Summary>
<Description>A set of QML components for mobile/desktop convergent applications made by KDE</Description>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-declarative-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>qt5-quickcontrols2-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="44b4fb7157b23d9ba3d72bd78d3e021e86257f84" type="tarxz">/home/gulle/İndirilenler/kirigami2-2.2.0.tar.xz</Archive>
</Source>
<Package>
<Name>kirigami</Name>
<Summary>A set of QML components for mobile/desktop convergent applications made by KDE</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-declarative</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="local">/usr/share/locale/</Path>
<Path fileType="libary">/usr/lib/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-07-17</Date>
<Version>2.2.0</Version>
<Comment>F. Release</Comment>
<Name>Ali Algul</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
</History>
</PISI>