new package kmouth
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
#!/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 kde5
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
kde5.configure()
|
||||||
|
|
||||||
|
def build():
|
||||||
|
kde5.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
kde5.install()
|
||||||
@@ -0,0 +1,58 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>kmouth</Name>
|
||||||
|
<Homepage>https://apps.kde.org/kmouth/</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv2</License>
|
||||||
|
<Icon>kmouth</Icon>
|
||||||
|
<IsA>app:gui</IsA>
|
||||||
|
<Summary>A speech synthesizer frontend</Summary>
|
||||||
|
<Description>KMouth is a program which enables persons that cannot speak to let their computer speak, e.g. mutal people or people who have lost their voice. It has a text input field and speaks the sentences that you enter. It also has support for user defined phrasebooks.</Description>
|
||||||
|
<Archive sha1sum="94e8fcfd4058075cb29fa0f6e33b72c9027205b8" type="tarxz">https://download.kde.org/stable/release-service/21.12.3/src/kmouth-21.12.3.tar.xz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>extra-cmake-modules</Dependency>
|
||||||
|
<Dependency>kdoctools-devel</Dependency>
|
||||||
|
<Dependency>ki18n-devel</Dependency>
|
||||||
|
<Dependency>kio-devel</Dependency>
|
||||||
|
<Dependency>kxmlgui-devel</Dependency>
|
||||||
|
<Dependency>qt5-speech-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>kmouth</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>kio</Dependency>
|
||||||
|
<Dependency>libqaccessibilityclient</Dependency>
|
||||||
|
<Dependency>icon-theme-hicolor</Dependency>
|
||||||
|
<Dependency>qt5-speech</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr</Path>
|
||||||
|
<Path fileType="config">/etc</Path>
|
||||||
|
<!--
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="data">/usr/share/kde4</Path>
|
||||||
|
<Path fileType="data">/usr/share/icons</Path>
|
||||||
|
<Path fileType="data">/usr/share/applications</Path>
|
||||||
|
-->
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2022-04-17</Date>
|
||||||
|
<Version>21.12.3</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>kmouth</Name>
|
||||||
|
<Summary xml:lang="tr">A speech synthesizer frontend</Summary>
|
||||||
|
<Description xml:lang="tr">KMouth is a program which enables persons that cannot speak to let their computer speak, e.g. mutal people or people who have lost their voice. It has a text input field and speaks the sentences that you enter. It also has support for user defined phrasebooks.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user