@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import kde5
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kquickcharts</Name>
|
||||
<Homepage>https://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A QtQuick plugin providing high-performance charts</Summary>
|
||||
<Description>Yüksek performanslı grafikler sunan bir QtQuick eklentisi</Description>
|
||||
<Archive sha1sum="fe95a97f623dd4b6d061b665ae13f805294ebaec" type="tarxz">https://download.kde.org/stable/frameworks/5.66/kquickcharts-5.66.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.11.0">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.11.0">qt5-declarative-devel</Dependency>
|
||||
<Dependency versionFrom="5.11.0">qt5-quickcontrols2-devel</Dependency>
|
||||
<Dependency versionFrom="5.66.0">extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kquickcharts</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="5.11.0">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.11.0">qt5-declarative</Dependency>
|
||||
<Dependency versionFrom="5.11.0">qt5-quickcontrols2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-12-19</Date>
|
||||
<Version>5.66.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kquickcharts</Name>
|
||||
<Summary xml:lang="tr">A QtQuick plugin providing high-performance charts</Summary>
|
||||
<Description xml:lang="tr">Yüksek performanslı grafikler sunan bir QtQuick eklentisi</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+219312
-218714
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
b00016035577fc83aeaa9a1a7d310c1a8215e1c4
|
||||
ab98cbd46df515af5318fc4480612aea15b67f0c
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
5cda1bc2445709e85fe6597f24f8c81396a5468c
|
||||
c8b9bebe53f316f369f8ae86d3d487a40e4a042b
|
||||
Reference in New Issue
Block a user