@@ -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>KDE print manager</Summary>
|
||||
<Description>KDE print 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>
|
||||
+73794
-73000
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
531856effc2a47ea2064ad90fc3a6bb54ab02eb0
|
||||
01deb8f00ce5f4c5139ed4cc632f19535a5dc8db
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
fe6fc4c0f38e8031e22b8376011259e8be366359
|
||||
d981b37f28b915073c889144e161abcef951b86c
|
||||
Reference in New Issue
Block a user