Compare commits
69 Commits
19.08.1-1m
...
main
Author | SHA1 | Date | |
---|---|---|---|
d07a714059 | |||
77b2608563 | |||
18d2ac942f | |||
545658c4fa | |||
851fa1f2d0 | |||
ba9111ed46 | |||
138a153811 | |||
4ac41d89c2 | |||
0345bdd5db | |||
f01994227c | |||
1bddda8791 | |||
f877ec8b85 | |||
cda3fd555b | |||
0c0c798adc | |||
ac9bbc2d61 | |||
1aea3e27e1 | |||
423189dd0b | |||
a6a6c550cb | |||
1cf8b91346 | |||
2dc43d7422 | |||
231d41247e | |||
279fac6c70 | |||
34ac41e550 | |||
0afb7ab84a | |||
ae576cc10d | |||
599c991f6a | |||
2b07e31216 | |||
7ceb0c811b | |||
6624e311ee | |||
afeed8035e | |||
d1a0b99e7a | |||
2c648f9961 | |||
bef99f4111 | |||
33577f5e21 | |||
aa440ef813 | |||
f1fe693f77 | |||
13b7dedd18 | |||
1b7c28a561 | |||
8e660128ca | |||
37cabbe355 | |||
6db05efe5f | |||
70cdef7cc6 | |||
f45bee3e9c | |||
8b41738b93 | |||
2fa0116614 | |||
c9ef9de435 | |||
ca20293f33 | |||
17b9103509 | |||
730291319c | |||
276cc49fbd | |||
e566d30a8f | |||
e190705311 | |||
cb2f221f6e | |||
9f3c02a87d | |||
3f8142820a | |||
2346972487 | |||
2fd662b48f | |||
6171e786a3 | |||
5e4689475d | |||
90993339a4 | |||
d2bf7245ad | |||
94413d8ba1 | |||
1bdb7a7078 | |||
144661e7f9 | |||
273d1a3bad | |||
158e20084e | |||
94fb829219 | |||
1a5030854e | |||
8f8ab9f035 |
@ -24,3 +24,4 @@ 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.
|
||||
|
||||
|
||||
|
321
parley.spec
321
parley.spec
@ -1,39 +1,66 @@
|
||||
Name: parley
|
||||
Version: 19.08.1
|
||||
Version: 25.04.2
|
||||
Release: 1mamba
|
||||
Summary: Parley - Vocabulary Trainer
|
||||
Group: Graphical Desktop/Applications/Educational
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.kde.org/applications/education/parley
|
||||
Source: http://download.kde.org/stable/applications/%{version}/src/parley-%{version}.tar.xz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://apps.kde.org/education/parley/
|
||||
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/parley-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libkdeedu-devel
|
||||
BuildRequires: libphonon-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libQt6Concurrent
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libQt6DBus
|
||||
BuildRequires: libQt6Gui
|
||||
BuildRequires: libQt6Network
|
||||
BuildRequires: libQt6OpenGL
|
||||
BuildRequires: libQt6PrintSupport
|
||||
BuildRequires: libQt6Widgets
|
||||
BuildRequires: libQt6Xml
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libsoprano-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: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libkeduvocdocument-devel
|
||||
BuildRequires: libkf6-attica-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-kguiaddons-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libkf6-kio-devel
|
||||
BuildRequires: libkf6-kjobwidgets-devel
|
||||
BuildRequires: libkf6-knewstuff-devel
|
||||
BuildRequires: libkf6-knotifications-devel
|
||||
BuildRequires: libkf6-kservice-devel
|
||||
BuildRequires: libkf6-ktextwidgets-devel
|
||||
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||
BuildRequires: libkf6-kxmlgui-devel
|
||||
BuildRequires: libkf6-solid-devel
|
||||
BuildRequires: libkf6-sonnet-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtmultimedia-devel
|
||||
BuildRequires: qt6-qtpositioning-devel
|
||||
BuildRequires: qt6-qtsvg-devel
|
||||
BuildRequires: qt6-qtwebchannel-devel
|
||||
BuildRequires: qt6-qtwebengine-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: libkhtml-devel
|
||||
#Requires: kde-workspace
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: kdeedu-data
|
||||
|
||||
%description
|
||||
Parley is a program to help you memorize things.
|
||||
@ -60,18 +87,19 @@ 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.
|
||||
|
||||
|
||||
%prep
|
||||
%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 --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name} --with-qt --with-html --all-name || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -82,46 +110,245 @@ exit 0
|
||||
|
||||
%posttrans
|
||||
update-desktop-database -q &>/dev/null
|
||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null
|
||||
gtk-update-icon-cache %{_kf6_icondir}/hicolor &>/dev/null
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q &>/dev/null
|
||||
touch --no-create %{_kde5_icondir}/hicolor &>/dev/null
|
||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null
|
||||
touch --no-create %{_kf6_icondir}/hicolor &>/dev/null
|
||||
gtk-update-icon-cache %{_kf6_icondir}/hicolor &>/dev/null
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_bindir}/%{name}
|
||||
%{_kde5_datadir}/%{name}
|
||||
%{_kf6_bindir}/%{name}
|
||||
%{_kf6_datadir}/%{name}
|
||||
%{_datadir}/metainfo/org.kde.parley.appdata.xml
|
||||
%{_datadir}/icons/oxygen/*/actions/*.png
|
||||
%{_datadir}/icons/oxygen/scalable/actions/*.svgz
|
||||
%dir %{_datadir}/kxmlgui5/parley
|
||||
%{_datadir}/kxmlgui5/parley/*.rc
|
||||
%dir %{_datadir}/kxmlgui5/parley/themes
|
||||
%{_datadir}/kxmlgui5/parley/themes/*
|
||||
%{_kde5_kcfgdir}/*.kcfg
|
||||
%{_kde5_icondir}/hicolor/*/apps/%{name}.png
|
||||
%{_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
|
||||
%{_datadir}/knsrcfiles/parley*.knsrc
|
||||
%{_kf6_kcfgdir}/*.kcfg
|
||||
%{_kf6_icondir}/hicolor/*/apps/%{name}.png
|
||||
%{_kf6_icondir}/hicolor/scalable/apps/%{name}*.svgz
|
||||
%{_datadir}/applications/org.kde.%{name}.desktop
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Sat Jun 07 2025 Automatic Build System <autodist@openmamba.org> 25.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 10 2025 Automatic Build System <autodist@openmamba.org> 25.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 18 2025 Automatic Build System <autodist@openmamba.org> 25.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 08 2025 Automatic Build System <autodist@openmamba.org> 24.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 07 2025 Automatic Build System <autodist@openmamba.org> 24.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 10 2025 Automatic Build System <autodist@openmamba.org> 24.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 12 2024 Automatic Build System <autodist@openmamba.org> 24.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 08 2024 Automatic Build System <autodist@openmamba.org> 24.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 11 2024 Automatic Build System <autodist@openmamba.org> 24.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 24.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 24 2024 Automatic Build System <autodist@openmamba.org> 24.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
* Sat Mar 09 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
|
||||
|
||||
* Fri Oct 13 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 15 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 26 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
|
||||
|
||||
* Sat Jun 10 2023 Automatic Build System <autodist@mambasoft.it> 23.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 12 2023 Automatic Build System <autodist@mambasoft.it> 23.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 20 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 06 2023 Automatic Build System <autodist@mambasoft.it> 22.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 09 2022 Automatic Build System <autodist@mambasoft.it> 22.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 22.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 14 2022 Automatic Build System <autodist@mambasoft.it> 22.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 09 2022 Automatic Build System <autodist@mambasoft.it> 22.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 21 2022 Automatic Build System <autodist@mambasoft.it> 22.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 08 2022 Automatic Build System <autodist@mambasoft.it> 22.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 10 2022 Automatic Build System <autodist@mambasoft.it> 22.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 13 2022 Automatic Build System <autodist@mambasoft.it> 22.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 22 2022 Automatic Build System <autodist@mambasoft.it> 22.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 04 2022 Automatic Build System <autodist@mambasoft.it> 21.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 05 2022 Automatic Build System <autodist@mambasoft.it> 21.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 07 2022 Automatic Build System <autodist@mambasoft.it> 21.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 10 2021 Automatic Build System <autodist@mambasoft.it> 21.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 04 2021 Automatic Build System <autodist@mambasoft.it> 21.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 08 2021 Automatic Build System <autodist@mambasoft.it> 21.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 03 2021 Automatic Build System <autodist@mambasoft.it> 21.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 15 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 09 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 11 2021 Automatic Build System <autodist@mambasoft.it> 21.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 13 2021 Automatic Build System <autodist@mambasoft.it> 21.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 22 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 08 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 18 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 06 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 15 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 10 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 16 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Mar 05 2020 Automatic Build System <autodist@mambasoft.it> 19.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 07 2020 Automatic Build System <autodist@mambasoft.it> 19.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 10 2020 Automatic Build System <autodist@mambasoft.it> 19.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 30 2019 Automatic Build System <autodist@mambasoft.it> 19.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 08 2019 Automatic Build System <autodist@mambasoft.it> 19.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 11 2019 Automatic Build System <autodist@mambasoft.it> 19.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 19.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user