lokalize build and check

This commit is contained in:
groni
2015-08-29 12:46:36 +02:00
parent dcd8ae5533
commit 84222dfb59
3 changed files with 89 additions and 0 deletions
+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/licenses/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure("")
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("COPYING")
+62
View File
@@ -0,0 +1,62 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lokalize</Name>
<Homepage>http://www.kde.org/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Summary>Lokalize is the localization tool for KDE and other open source software</Summary>
<Description>Lokalize is also a general computer-aided translation system (CAT) with which you can translate OpenDocument files (*.odt). </Description>
<Archive sha1sum="1444d9a86248da6612626ed665bfe3ac1d2c3725" type="tarxz">mirrors://kde/stable/applications/15.08.0/src/lokalize-15.08.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>hunspell-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kdoctools-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>lokalize</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>kio</Dependency>
<Dependency>kitemviews</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>kross</Dependency>
<Dependency>kparts</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>sonnet</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>kcompletion</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
<Dependency>ktextwidgets</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>knotifications</Dependency>
<Dependency>kwidgetsaddons</Dependency>
<Dependency>hunspell</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2014-07-19</Date>
<Version>15.04.3</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>lokalize</Name>
<Summary xml:lang="tr">Uygulama yerelleştirme yardımcısı.</Summary>
<Description xml:lang="tr">Lokalize, uygulamalar için kolaylıkla yerelleştirme yapabileceğiniz bir programdır.</Description>
</Source>
</PISI>