vokoscreen ready for pisi 2.0 in qt5

This commit is contained in:
groni
2015-08-13 18:31:57 +02:00
parent 3250ed2bbb
commit b322440741
3 changed files with 82 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/copyleft/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import qt5
def setup():
qt5.configure()
def build():
qt5.make()
def install():
qt5.install()
pisitools.dodoc("AUTHORS", "COPYING",)
+55
View File
@@ -0,0 +1,55 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>vokoscreen</Name>
<Homepage>http://www.kohaupt-online.de/hp/</Homepage>
<Packager>
<Name>Pisilinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>vokoscreen</Icon>
<IsA>app:gui</IsA>
<Summary>New desktop recording program</Summary>
<Description>Vokoscreen is a new application you to record your desktop. Its very simple and it uses a minimalistic GUI</Description>
<Archive sha1sum="cf15dc1267ab332b75da25c4d175fc383bb48d9a" type="targz">https://github.com/vkohaupt/vokoscreen/archive/2.4.3-beta.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>libv4l-devel</Dependency>
<Dependency>opencv-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>vokoscreen</Name>
<RuntimeDependencies>
<Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>lame</Dependency>
<Dependency>libv4l</Dependency>
<Dependency>opencv</Dependency>
<Dependency>alsa-lib</Dependency>
<!--<Dependency>mkvtoolnix</Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="info">/usr/share/pixmaps</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-08-13</Date>
<Version>2.4.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>vokoscreen</Name>
<Summary xml:lang="tr">Yeni masaüstü kayıt programı</Summary>
<Description xml:lang="tr">Vokoscreen masaüstü kaydetmek için yeni bir uygulamadır.Çok basit kullanışlı bir arayüz sunar.</Description>
</Source>
</PISI>