automatic version update by autodist [release 24.02.1-1mamba;Fri Mar 22 2024]
This commit is contained in:
parent
57bcf1df5a
commit
947a8d2b05
@ -1,6 +1,6 @@
|
|||||||
### AUTOUPDATE-OFF: 1
|
### AUTOUPDATE-OFF: 1
|
||||||
Name: kalgebra
|
Name: kalgebra
|
||||||
Version: 23.08.5
|
Version: 24.02.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A mathematical calculator based content markup MathML language
|
Summary: A mathematical calculator based content markup MathML language
|
||||||
Group: Graphical Desktop/Applications/Scientific
|
Group: Graphical Desktop/Applications/Scientific
|
||||||
@ -12,26 +12,26 @@ Source: https://download.kde.org/%{stable_kde6}/release-service/%{version
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libQt5Positioning-devel
|
|
||||||
BuildRequires: libQt5WebChannel-devel
|
|
||||||
BuildRequires: libQt5WebEngine-devel
|
|
||||||
BuildRequires: libanalitza-devel
|
BuildRequires: libanalitza-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libkauth-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libkcodecs-devel
|
BuildRequires: libkf6-kcolorscheme-devel
|
||||||
BuildRequires: libkconfig-devel
|
BuildRequires: libkf6-kconfig-devel
|
||||||
BuildRequires: libkconfigwidgets-devel
|
BuildRequires: libkf6-kconfigwidgets-devel
|
||||||
BuildRequires: libkcoreaddons-devel
|
BuildRequires: libkf6-kcoreaddons-devel
|
||||||
BuildRequires: libki18n-devel
|
BuildRequires: libkf6-ki18n-devel
|
||||||
BuildRequires: libkio-devel
|
BuildRequires: libkf6-kio-devel
|
||||||
BuildRequires: libkservice-devel
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||||
BuildRequires: libkwidgetsaddons-devel
|
BuildRequires: libkf6-kxmlgui-devel
|
||||||
BuildRequires: libkxmlgui-devel
|
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libtermcap-devel
|
BuildRequires: libtermcap-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt6-qt5compat-devel
|
||||||
BuildRequires: qt5-qtdeclarative-devel
|
BuildRequires: qt6-qtbase-devel
|
||||||
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
|
BuildRequires: qt6-qtpositioning-devel
|
||||||
|
BuildRequires: qt6-qtwebchannel-devel
|
||||||
|
BuildRequires: qt6-qtwebengine-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
|
||||||
@ -59,51 +59,43 @@ It is actually not necessary to know MathML to use KAlgebra.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
rm -f %{buildroot}%{_kde4_libdir}/libanalitzagui.so
|
|
||||||
rm -f %{buildroot}%{_kde4_libdir}/libanalitza.so
|
|
||||||
|
|
||||||
%find_lang %{name} --with-qt --with-html --all-name || touch %{name}.lang
|
%find_lang %{name} --with-qt --with-html --all-name || touch %{name}.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
touch --no-create %{_kde4_icondir}/hicolor &>/dev/null
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%posttrans
|
%postun -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
update-desktop-database -q &>/dev/null
|
|
||||||
gtk-update-icon-cache %{_kde4_icondir}/hicolor &>/dev/null
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%postun
|
|
||||||
/sbin/ldconfig
|
|
||||||
if [ $1 -eq 0 ]; then
|
|
||||||
update-desktop-database -q &>/dev/null
|
|
||||||
touch --no-create %{_kde4_icondir}/hicolor &>/dev/null
|
|
||||||
gtk-update-icon-cache %{_kde4_icondir}/hicolor &>/dev/null
|
|
||||||
fi
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/calgebra
|
%{_bindir}/calgebra
|
||||||
|
%ifnarch %{ix86}
|
||||||
%{_bindir}/kalgebra
|
%{_bindir}/kalgebra
|
||||||
|
%endif
|
||||||
%{_bindir}/kalgebramobile
|
%{_bindir}/kalgebramobile
|
||||||
%{_datadir}/metainfo/org.kde.*.appdata.xml
|
%{_datadir}/metainfo/org.kde.*.appdata.xml
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/icons/hicolor/64x64/apps/kalgebra.png
|
%{_datadir}/icons/hicolor/64x64/apps/kalgebra.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/kalgebra.svgz
|
%{_datadir}/icons/hicolor/scalable/apps/kalgebra.svgz
|
||||||
#%{_datadir}/kalgebramobile/plugins/*
|
%ifnarch %{ix86}
|
||||||
%{_datadir}/katepart5/syntax/kalgebra.xml
|
%{_datadir}/katepart5/syntax/kalgebra.xml
|
||||||
#%{_datadir}/kservices5/graphsplasmoid.desktop
|
|
||||||
%dir %{_datadir}/plasma/plasmoids/org.kde.graphsplasmoid
|
%dir %{_datadir}/plasma/plasmoids/org.kde.graphsplasmoid
|
||||||
%{_datadir}/plasma/plasmoids/org.kde.graphsplasmoid/*
|
%{_datadir}/plasma/plasmoids/org.kde.graphsplasmoid/*
|
||||||
|
%endif
|
||||||
%doc COPYING COPYING.DOC COPYING.LIB
|
%doc COPYING COPYING.DOC COPYING.LIB
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Mar 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 24.02.0-2mamba
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Mon Mar 04 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Feb 15 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
* Thu Feb 15 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user