diff options
author | CoprDistGit <infra@openeuler.org> | 2023-07-21 06:39:44 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-07-21 06:39:44 +0000 |
commit | 6b619b1bc763d0fd792688e4bee55886d5d1dd1b (patch) | |
tree | ba88b48687dc011125e390103e3efe608205a140 | |
parent | adbedb383b60777438a8bc3887c6d58a7a61da9e (diff) |
automatic import of kmouthopeneuler23.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | kmouth.spec | 86 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 88 insertions, 0 deletions
@@ -0,0 +1 @@ +/kmouth-22.08.0.tar.xz diff --git a/kmouth.spec b/kmouth.spec new file mode 100644 index 0000000..21b97c7 --- /dev/null +++ b/kmouth.spec @@ -0,0 +1,86 @@ +%undefine __cmake_in_source_build + +Name: kmouth +Version: 22.08.0 +Release: 1 +Summary: A program that speaks for you + +License: GPLv2+ +URL: http://accessibility.kde.org/ + +%global revision %(echo %{version} | cut -d. -f3) + +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif + +Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz + +BuildRequires: desktop-file-utils +BuildRequires: libappstream-glib + +BuildRequires: extra-cmake-modules +BuildRequires: cmake(KF5Crash) +BuildRequires: cmake(KF5Completion) +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5ConfigWidgets) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5DocTools) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5KIO) +BuildRequires: cmake(KF5WidgetsAddons) +BuildRequires: cmake(KF5XmlGui) + +BuildRequires: cmake(Qt5PrintSupport) +BuildRequires: cmake(Qt5TextToSpeech) +BuildRequires: cmake(Qt5Xml) +BuildRequires: cmake(Qt5Widgets) + +Conflicts: kdeaccessibility < 1:4.7.80 +Conflicts: kde-l10n < 17.08.3-2 + +%description +Program that allows people who have lost their voice to let their +computer speak for them. + + +%prep +%autosetup -p1 + + +%build +mkdir %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd +%make_build -C %{_target_platform} + + +%install +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + +%find_lang %{name} --all-name --with-html --with-man + + +%check +appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml +desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.kmouth.desktop + + +%files -f %{name}.lang +%license COPYING* +%{_kf5_sysconfdir}/xdg/kmouthrc +%{_kf5_bindir}/kmouth +%{_kf5_datadir}/kmouth/ +%{_kf5_datadir}/applications/org.kde.kmouth.desktop +%{_kf5_metainfodir}/org.kde.kmouth.appdata.xml +%{_kf5_datadir}/icons/hicolor/*/*/* +%{_kf5_datadir}/kxmlgui5/kmouth/ +%{_mandir}/man1/*.1* + + +%changelog +* Tue Dec 20 2022 misaka00251 <liuxin@iscas.ac.cn> - 22.08.0-1 +- Init package @@ -0,0 +1 @@ +a8ba7e104de00f4b4d86039f231f21c3 kmouth-22.08.0.tar.xz |