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
|
||||
Name: kalgebra
|
||||
Version: 23.08.5
|
||||
Version: 24.02.1
|
||||
Release: 1mamba
|
||||
Summary: A mathematical calculator based content markup MathML language
|
||||
Group: Graphical Desktop/Applications/Scientific
|
||||
@ -12,26 +12,26 @@ Source: https://download.kde.org/%{stable_kde6}/release-service/%{version
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Positioning-devel
|
||||
BuildRequires: libQt5WebChannel-devel
|
||||
BuildRequires: libQt5WebEngine-devel
|
||||
BuildRequires: libanalitza-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libkf6-kcolorscheme-devel
|
||||
BuildRequires: libkf6-kconfig-devel
|
||||
BuildRequires: libkf6-kconfigwidgets-devel
|
||||
BuildRequires: libkf6-kcoreaddons-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libkf6-kio-devel
|
||||
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||
BuildRequires: libkf6-kxmlgui-devel
|
||||
BuildRequires: libreadline-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtermcap-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
BuildRequires: qt6-qt5compat-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtpositioning-devel
|
||||
BuildRequires: qt6-qtwebchannel-devel
|
||||
BuildRequires: qt6-qtwebengine-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
|
||||
@ -59,51 +59,43 @@ It is actually not necessary to know MathML to use KAlgebra.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%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
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
touch --no-create %{_kde4_icondir}/hicolor &>/dev/null
|
||||
exit 0
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%posttrans
|
||||
/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
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/calgebra
|
||||
%ifnarch %{ix86}
|
||||
%{_bindir}/kalgebra
|
||||
%endif
|
||||
%{_bindir}/kalgebramobile
|
||||
%{_datadir}/metainfo/org.kde.*.appdata.xml
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/icons/hicolor/64x64/apps/kalgebra.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/kalgebra.svgz
|
||||
#%{_datadir}/kalgebramobile/plugins/*
|
||||
%ifnarch %{ix86}
|
||||
%{_datadir}/katepart5/syntax/kalgebra.xml
|
||||
#%{_datadir}/kservices5/graphsplasmoid.desktop
|
||||
%dir %{_datadir}/plasma/plasmoids/org.kde.graphsplasmoid
|
||||
%{_datadir}/plasma/plasmoids/org.kde.graphsplasmoid/*
|
||||
%endif
|
||||
%doc COPYING COPYING.DOC COPYING.LIB
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user