require kdeedu-data [release 20.04.0-2mamba;Thu Apr 30 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 08:24:27 +01:00
parent 1bdb7a7078
commit 94413d8ba1

View File

@ -1,6 +1,6 @@
Name: parley
Version: 20.04.0
Release: 1mamba
Release: 2mamba
Summary: Parley - Vocabulary Trainer
Group: Graphical Desktop/Applications/Educational
Vendor: openmamba
@ -11,28 +11,40 @@ Source: http://download.kde.org/stable/release-service/%{version}/src/par
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libQt5WebEngine-devel
BuildRequires: libattica5-devel
BuildRequires: libgcc
BuildRequires: libICE-devel
BuildRequires: libkdeedu-devel
BuildRequires: libphonon-devel
BuildRequires: libkauth-devel
BuildRequires: libkcmutils-devel
BuildRequires: libkcodecs-devel
BuildRequires: libkcompletion-devel
BuildRequires: libkconfig-devel
BuildRequires: libkconfigwidgets-devel
BuildRequires: libkcoreaddons-devel
BuildRequires: libkcrash-devel
BuildRequires: libkeduvocdocument-devel
BuildRequires: libki18n-devel
BuildRequires: libkio-devel
BuildRequires: libkjobwidgets-devel
BuildRequires: libknewstuff-devel
BuildRequires: libknotifications-devel
BuildRequires: libkross-devel
BuildRequires: libkservice-devel
BuildRequires: libktextwidgets-devel
BuildRequires: libkwidgetsaddons-devel
BuildRequires: libkwindowsystem-devel
BuildRequires: libkxmlgui-devel
BuildRequires: libqt5-devel
BuildRequires: libSM-devel
BuildRequires: libsoprano-devel
BuildRequires: libsonnet-devel
BuildRequires: libstdc++6-devel
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXext-devel
BuildRequires: libXft-devel
BuildRequires: libxml2-devel
BuildRequires: libXpm-devel
BuildRequires: libXrender-devel
BuildRequires: libxslt-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: libkhtml-devel
#Requires: kde-workspace
Requires: kdeedu-data
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -60,6 +72,8 @@ Features:
* Share and download vocabulary using Get Hot New Stuff;
* Open XML file format (shared with KWordQuiz, Kanagram and KHangMan) that can be edited by hand and is easily usable with scripts.
%debug_package
%prep
%setup -q
@ -71,7 +85,7 @@ Features:
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
%find_lang %{name}5_qt --with-qt --with-html --all-name || touch %{name}5_qt.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -109,19 +123,12 @@ exit 0
%{_kde5_icondir}/hicolor/scalable/apps/%{name}*.svgz
%{_kde5_xdgappsdir}/org.kde.%{name}.desktop
%config %{_kde5_configdir}/%{name}*.knsrc
%lang(en) %{_kde5_htmldir}/en/%{name}
%lang(ca) %{_datadir}/doc/HTML/ca/parley
%lang(de) %{_datadir}/doc/HTML/de/parley
%lang(es) %{_datadir}/doc/HTML/es/parley
%lang(it) %{_datadir}/doc/HTML/it/parley
%lang(nl) %{_datadir}/doc/HTML/nl/parley
%lang(pt) %{_datadir}/doc/HTML/pt/parley
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/parley
%lang(sv) %{_datadir}/doc/HTML/sv/parley
%lang(uk) %{_datadir}/doc/HTML/uk/parley
%doc AUTHORS COPYING COPYING.DOC
%changelog
* Thu Apr 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20.04.0-2mamba
- require kdeedu-data
* Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 20.04.0-1mamba
- automatic version update by autodist