From 7a19e2a18d593aad99c6845fdceca10373adc76c Mon Sep 17 00:00:00 2001 From: erkanisik1 Date: Sun, 17 Apr 2022 04:58:10 +0300 Subject: [PATCH] new package kmouth --- desktop/kde/accessibility/kmouth/actions.py | 17 ++++++ desktop/kde/accessibility/kmouth/pspec.xml | 58 +++++++++++++++++++ .../kde/accessibility/kmouth/translations.xml | 8 +++ 3 files changed, 83 insertions(+) create mode 100644 desktop/kde/accessibility/kmouth/actions.py create mode 100644 desktop/kde/accessibility/kmouth/pspec.xml create mode 100644 desktop/kde/accessibility/kmouth/translations.xml diff --git a/desktop/kde/accessibility/kmouth/actions.py b/desktop/kde/accessibility/kmouth/actions.py new file mode 100644 index 0000000000..795258567a --- /dev/null +++ b/desktop/kde/accessibility/kmouth/actions.py @@ -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() \ No newline at end of file diff --git a/desktop/kde/accessibility/kmouth/pspec.xml b/desktop/kde/accessibility/kmouth/pspec.xml new file mode 100644 index 0000000000..94dec7c684 --- /dev/null +++ b/desktop/kde/accessibility/kmouth/pspec.xml @@ -0,0 +1,58 @@ + + + + + kmouth + https://apps.kde.org/kmouth/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + kmouth + app:gui + A speech synthesizer frontend + 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. + https://download.kde.org/stable/release-service/21.12.3/src/kmouth-21.12.3.tar.xz + + extra-cmake-modules + kdoctools-devel + ki18n-devel + kio-devel + kxmlgui-devel + qt5-speech-devel + + + + + kmouth + + kio + libqaccessibilityclient + icon-theme-hicolor + qt5-speech + + + /usr + /etc + + + + + + + 2022-04-17 + 21.12.3 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/desktop/kde/accessibility/kmouth/translations.xml b/desktop/kde/accessibility/kmouth/translations.xml new file mode 100644 index 0000000000..ef8c355749 --- /dev/null +++ b/desktop/kde/accessibility/kmouth/translations.xml @@ -0,0 +1,8 @@ + + + + kmouth + A speech synthesizer frontend + 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. + +