Merge pull request #288 from groni/master

filelight, kcalc, kcharselect build and check
This commit is contained in:
Ertuğrul Erata
2015-08-21 06:49:34 +03:00
7 changed files with 176 additions and 0 deletions
+11
View File
@@ -26,6 +26,17 @@
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>kparts</Dependency>
<Dependency>kio</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>solid</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>kservice</Dependency>
<Dependency>kcompletion</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
+19
View File
@@ -0,0 +1,19 @@
#!/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 pisitools
from pisi.actionsapi import kde5
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("ChangeLog", "COPYING*", "README", "TODO")
+58
View File
@@ -0,0 +1,58 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kcalc</Name>
<Homepage>http://kde.org/applications/utilities/kcalc</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>kcalc</Icon>
<IsA>app:gui</IsA>
<Summary>A scientific calculator</Summary>
<Description>KCalc is a calculator which offers many more mathematical functions than meet the eye on a first glance.</Description>
<Archive sha1sum="4a0b1d04bbc27b4fb64f057f5843e46aeaa5d044" type="tarxz">mirrors://kde/stable/applications/15.08.0/src/kcalc-15.08.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>gmp-devel</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>kcalc</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>gmp</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>kguiaddons</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>knotifications</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2014-08-20</Date>
<Version>15.08.0</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>kcalc</Name>
<Summary xml:lang="tr">Bir bilimsel hesap makinesi</Summary>
<Description xml:lang="tr">KCalc, pek çok matematik fonksiyonu barındıran bir hesap makinesi uygulamasıdır.</Description>
</Source>
</PISI>
+19
View File
@@ -0,0 +1,19 @@
#!/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 pisitools
from pisi.actionsapi import kde5
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("COPYING*")
+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kcharselect</Name>
<Homepage>http://utils.kde.org/projects/kcharselect</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>kcharselect</Icon>
<IsA>app:gui</IsA>
<Summary>A character selector</Summary>
<Description>KCharSelect is a tool to select special characters from all installed fonts and copy them into the clipboard.</Description>
<Archive sha1sum="297fcccc803304831d3e7dec41967ed6616735ad" type="tarxz">mirrors://kde/stable/applications/15.08.0/src/kcharselect-15.08.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>kcharselect</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2014-08-20</Date>
<Version>15.08.0</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>kcharselect</Name>
<Summary xml:lang="tr">Bir karakter seçici</Summary>
<Description xml:lang="tr">KCharSelect, tüm yüklü yazı tiplerinden özel karakterleri seçmek ve bunları panoya yapıştırmak için bir araçtır.</Description>
</Source>
</PISI>