print-manager

This commit is contained in:
Poyraz76
2015-09-23 22:10:59 +03:00
parent 6246764aaf
commit 7602a85b76
3 changed files with 73 additions and 0 deletions
@@ -0,0 +1,16 @@
#!/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
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>print-manager</Name>
<Homepage>http://www.kde.org/applications/graphics/kruler</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>print-manager</Icon>
<IsA>app:gui</IsA>
<Summary>A screen ruler and color measurement tool</Summary>
<Description>KRuler is a screen ruler and color measurement tool.</Description>
<Archive sha1sum="076f4dffdd006f05e675467832da56703d67e0cd" type="tarxz">mirrors://kde/stable/applications/15.08.1/src/print-manager-15.08.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>kdoctools-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>print-manager</Name>
<RuntimeDependencies>
<Dependency>plasma-framework</Dependency>
<Dependency>knotifications</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="libary">/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>2015-09-23</Date>
<Version>15.08.1</Version>
<Comment>First Release.</Comment>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>kruler</Name>
<Summary xml:lang="tr">Ekran cetveli ve renk ölçüm aracı</Summary>
<Description xml:lang="tr">KRuler, bir ekran cetveli ve renk ölçüm aracıdır.</Description>
</Source>
</PISI>