From 91f71494c18e20946804ae63d879be3eaad34a37 Mon Sep 17 00:00:00 2001 From: gulle Date: Mon, 17 Jul 2017 14:03:54 +0300 Subject: [PATCH] krikami --- desktop/kde/framework/kirigami/actions.py | 34 ++++++++++++++++++ desktop/kde/framework/kirigami/pspec.xml | 43 +++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 desktop/kde/framework/kirigami/actions.py create mode 100644 desktop/kde/framework/kirigami/pspec.xml diff --git a/desktop/kde/framework/kirigami/actions.py b/desktop/kde/framework/kirigami/actions.py new file mode 100644 index 0000000000..af707c816e --- /dev/null +++ b/desktop/kde/framework/kirigami/actions.py @@ -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. diff --git a/desktop/kde/framework/kirigami/pspec.xml b/desktop/kde/framework/kirigami/pspec.xml new file mode 100644 index 0000000000..315291e6de --- /dev/null +++ b/desktop/kde/framework/kirigami/pspec.xml @@ -0,0 +1,43 @@ + + + kirigami + https://quickgit.kde.org/?p=kirigami.git + + Ali Algul + aligulle3801@gmail.com + + LGPL + A set of QML components for mobile/desktop convergent applications made by KDE + A set of QML components for mobile/desktop convergent applications made by KDE + + extra-cmake-modules + qt5-declarative-devel + qt5-linguist + qt5-quickcontrols2-devel + qt5-svg-devel + + /home/gulle/İndirilenler/kirigami2-2.2.0.tar.xz + + + kirigami + A set of QML components for mobile/desktop convergent applications made by KDE + + libgcc + qt5-base + qt5-declarative + + + /usr/share/locale/ + /usr/lib/ + + + + + 2017-07-17 + 2.2.0 + F. Release + Ali Algul + aligulle3801@gmail.com + + +