kmix for pisi linux 2.0

This commit is contained in:
groni
2015-08-13 18:37:03 +02:00
parent b322440741
commit 5afa6f5588
3 changed files with 83 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/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 shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
from pisi.actionsapi import get
NoStrip=["/usr/share"]
def setup():
kde5.configure("-DKMIX_KF5_BUILD=ON")
def build():
kde5.make()
def install():
kde5.install()
+54
View File
@@ -0,0 +1,54 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kmix</Name>
<Homepage>http://kde.org/applications/multimedia/kmix/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>kmix</Icon>
<IsA>app:gui</IsA>
<Summary>KMix: KDE Digital Mixer</Summary>
<Description>KMix: KDE Digital Mixer</Description>
<Archive sha1sum="9f5fd59c1656f864a878dbc42f3583d659503c31" type="tarxz">mirrors://kde/stable/applications/15.04.3/src/kmix-15.04.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kdoctools-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>kmix</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>libcanberra</Dependency>
<Dependency>pulseaudio</Dependency>
<Dependency>pulseaudio-libs</Dependency>
<Dependency>kdelibs4-support</Dependency>
<Dependency>kcmutils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-08-13</Date>
<Version>15.04.3</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>kmix</Name>
<Summary xml:lang="tr">KMix: KDE için Dijital Mixer</Summary>
<Description xml:lang="tr">KMix: KDE için Dijital Mixer.</Description>
</Source>
</PISI>