ksnapshot build and check

This commit is contained in:
groni
2015-07-25 16:01:45 +02:00
parent 27e2a0deef
commit 7dc705502b
3 changed files with 97 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/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 shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
from pisi.actionsapi import get
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("COPYING*")
+67
View File
@@ -0,0 +1,67 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ksnapshot</Name>
<Homepage>http://kde.org/applications/graphics/ksnapshot</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>ksnapshot</Icon>
<IsA>app:gui</IsA>
<Summary>A screen capture utility</Summary>
<Description>ksnapshot is a screen capture utility.</Description>
<Archive sha1sum="8680417e5521cde9d929f66bd3f66dc72909a6fd" type="targz">http://download1348.mediafire.com/t3jo28iud3yg/k5a4tauktswwfuf/ksnapshot.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>libkipi-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>python3</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libxcb-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>ksnapshot</Name>
<RuntimeDependencies>
<Dependency>kparts</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>libkipi</Dependency>
<Dependency>kio</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>kservice</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
<Dependency>kjobwidgets</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>qt5-x11extras</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/applications</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-07-25</Date>
<Version>1.0.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>ksnapshot</Name>
<Summary xml:lang="tr">Ekran görüntüsü yakalama aracı</Summary>
<Description xml:lang="tr">ksnapshot bir ekran görüntüsü yakalama aracıdır.</Description>
</Source>
</PISI>