Compare commits

...

11 Commits

Author SHA1 Message Date
50644fddfb automatic version update by autodist [release 24.05.2-1mamba;Fri Jul 05 2024] 2024-07-07 22:54:48 +02:00
9bf9b961be automatic version update by autodist [release 24.05.1-1mamba;Sat Jun 15 2024] 2024-06-16 16:23:02 +02:00
9287309560 automatic version update by autodist [release 24.05.0-1mamba;Sat May 25 2024] 2024-05-28 12:45:12 +02:00
740108a328 automatic version update by autodist [release 24.02.2-1mamba;Sat Apr 13 2024] 2024-04-15 12:34:17 +02:00
defb8d110e automatic version update by autodist [release 24.02.1-1mamba;Fri Mar 22 2024] 2024-03-29 18:32:57 +01:00
a60ec91439 automatic version update by autodist [release 23.08.5-1mamba;Fri Feb 16 2024] 2024-02-24 16:07:33 +01:00
ab8940a7aa automatic version update by autodist [release 23.08.4-1mamba;Fri Dec 08 2023] 2024-01-06 02:13:19 +01:00
edf25788ff automatic version update by autodist [release 23.08.3-1mamba;Fri Nov 10 2023] 2024-01-06 02:13:18 +01:00
678e5800a1 automatic version update by autodist [release 23.08.2-1mamba;Thu Oct 12 2023] 2024-01-06 02:13:18 +01:00
1c9a75de81 automatic version update by autodist [release 23.08.1-1mamba;Thu Sep 14 2023] 2024-01-06 02:13:17 +01:00
1e67ee427c automatic version update by autodist [release 23.08.0-1mamba;Fri Aug 25 2023] 2024-01-06 02:13:16 +01:00

View File

@ -1,36 +1,35 @@
Name: kmouth
Version: 23.04.3
Version: 24.05.2
Release: 1mamba
Summary: KDE's type-and-say frontend for speech synthesizers
Group: Graphical Desktop/Applications/Accessibility
Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/
Source: http://download.kde.org/stable/release-service/%{version}/src/kmouth-%{version}.tar.xz
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kmouth-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libQt5TextToSpeech-devel
BuildRequires: libX11-devel
BuildRequires: libgcc
BuildRequires: libkauth-devel
BuildRequires: libkcodecs-devel
BuildRequires: libkcompletion-devel
BuildRequires: libkconfig-devel
BuildRequires: libkconfigwidgets-devel
BuildRequires: libkcoreaddons-devel
BuildRequires: libkcrash-devel
BuildRequires: libki18n-devel
BuildRequires: libkio-devel
BuildRequires: libkjobwidgets-devel
BuildRequires: libkservice-devel
BuildRequires: libkwidgetsaddons-devel
BuildRequires: libkwindowsystem-devel
BuildRequires: libkxmlgui-devel
BuildRequires: libsolid-devel
BuildRequires: libglvnd-devel
BuildRequires: libkf6-kcolorscheme-devel
BuildRequires: libkf6-kcompletion-devel
BuildRequires: libkf6-kconfig-devel
BuildRequires: libkf6-kconfigwidgets-devel
BuildRequires: libkf6-kcoreaddons-devel
BuildRequires: libkf6-kcrash-devel
BuildRequires: libkf6-ki18n-devel
BuildRequires: libkf6-kio-devel
BuildRequires: libkf6-kjobwidgets-devel
BuildRequires: libkf6-kservice-devel
BuildRequires: libkf6-kwidgetsaddons-devel
BuildRequires: libkf6-kxmlgui-devel
BuildRequires: libkf6-solid-devel
BuildRequires: libstdc++6-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qtmultimedia-devel
BuildRequires: qt6-qtspeech-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
@ -43,54 +42,90 @@ KDE's type-and-say frontend for speech synthesizers.
%setup -q
%build
%cmake_kde5 -d build
%make
%cmake_kf6
%cmake_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%cmake_install
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
%find_lang %{name} --with-qt --with-man --with-html --all-name || touch %{name}.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
touch --no-create %{_kf6_icondir}/hicolor >/dev/null 2>&1
exit 0
%posttrans
update-desktop-database -q >/dev/null 2>&1
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
gtk-update-icon-cache %{_kf6_icondir}/hicolor >/dev/null 2>&1
exit 0
%postun
if [ $1 -eq 0 ]; then
update-desktop-database -q >/dev/null 2>&1
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
touch --no-create %{_kf6_icondir}/hicolor >/dev/null 2>&1
gtk-update-icon-cache %{_kf6_icondir}/hicolor >/dev/null 2>&1
fi
exit 0
%files -f %{name}5_qt.lang
%files -f %{name}.lang
%defattr(-,root,root)
%{_kde5_bindir}/kmouth
%{_kde5_xdgappsdir}/org.kde.kmouth.desktop
%{_sysconfdir}/xdg/kmouthrc
%{_kf6_bindir}/kmouth
%{_datadir}/applications/org.kde.kmouth.desktop
%{_datadir}/metainfo/org.kde.kmouth.appdata.xml
%{_kde5_datadir}/kmouth
%config %{_kde5_configdir}/kmouthrc
%doc %lang(en) %{_kde5_htmldir}/en/kmouth
%{_kde5_icondir}/hicolor/*/apps/kmouth.png
%dir %{_datadir}/kxmlgui5/kmouth
%{_datadir}/kxmlgui5/kmouth/*
%{_kf6_datadir}/kmouth
%{_kf6_icondir}/hicolor/*/apps/kmouth.png
%{_mandir}/man1/kmouth.*
%{_datadir}/icons/hicolor/*/actions/phrase.png
%{_datadir}/icons/hicolor/*/actions/phrasebook.png
%doc AUTHORS COPYING COPYING.DOC
%changelog
* Fri Jul 05 2024 Automatic Build System <autodist@openmamba.org> 24.05.2-1mamba
- automatic version update by autodist
* Sat Jun 15 2024 Automatic Build System <autodist@openmamba.org> 24.05.1-1mamba
- automatic version update by autodist
* Sat May 25 2024 Automatic Build System <autodist@openmamba.org> 24.05.0-1mamba
- automatic version update by autodist
* Tue May 21 2024 Automatic Build System <autodist@openmamba.org> 24.04.90-1mamba
- automatic version update by autodist
* Sat Apr 13 2024 Automatic Build System <autodist@openmamba.org> 24.02.2-1mamba
- automatic version update by autodist
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
- automatic version update by autodist
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
- automatic version update by autodist
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
- automatic version update by autodist
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
- automatic version update by autodist
* Fri Nov 10 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
- automatic version update by autodist
* Thu Oct 12 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
- automatic version update by autodist
* Thu Sep 14 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
- automatic version update by autodist
* Fri Aug 25 2023 Automatic Build System <autodist@mambasoft.it> 23.08.0-1mamba
- automatic version update by autodist
* Fri Jul 07 2023 Automatic Build System <autodist@mambasoft.it> 23.04.3-1mamba
- automatic version update by autodist