automatic version update by autodist [release 24.02.1-1mamba;Mon Mar 25 2024]

This commit is contained in:
Automatic Build System 2024-03-29 18:22:13 +01:00
parent 036bda1622
commit 618f74f781

View File

@ -1,5 +1,5 @@
Name: kig Name: kig
Version: 23.08.5 Version: 24.02.1
Release: 1mamba Release: 1mamba
Summary: Interactive Geometry Summary: Interactive Geometry
Group: Graphical Desktop/Applications/Educational Group: Graphical Desktop/Applications/Educational
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/ URL: https://kde.org/
Source: http://download.kde.org/stable/release-service/%{version}/src/kig-%{version}.tar.xz Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kig-%{version}.tar.xz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -59,14 +59,16 @@ Features:
%setup -q %setup -q
%build %build
%cmake -d build %cmake_kf6 \
%make -DBUILD_WITH_QT6=OFF
%cmake_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{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 %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -74,17 +76,17 @@ Features:
%post %post
## remove the following line if no dynamic libraries are provided by this package ## remove the following line if no dynamic libraries are provided by this package
/sbin/ldconfig /sbin/ldconfig
touch --no-create %{_kde5_icondir}/hicolor &>/dev/null touch --no-create %{_kf6_icondir}/hicolor &>/dev/null
touch --no-create %{_kde5_icondir}/oxygen &>/dev/null touch --no-create %{_kf6_icondir}/oxygen &>/dev/null
exit 0 exit 0
%posttrans %posttrans
## remove the following line if no dynamic libraries are provided by this package ## remove the following line if no dynamic libraries are provided by this package
/sbin/ldconfig /sbin/ldconfig
update-desktop-database -q &>/dev/null update-desktop-database -q &>/dev/null
update-mime-database -n %{_kde5_mimedir} &>/dev/null update-mime-database -n %{_kf6_mimedir} &>/dev/null
gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null gtk-update-icon-cache %{_kf6_icondir}/hicolor &>/dev/null
gtk-update-icon-cache %{_kde5_icondir}/oxygen &>/dev/null gtk-update-icon-cache %{_kf6_icondir}/oxygen &>/dev/null
exit 0 exit 0
%postun %postun
@ -92,29 +94,26 @@ exit 0
/sbin/ldconfig /sbin/ldconfig
if [ $1 -eq 0 ]; then if [ $1 -eq 0 ]; then
update-desktop-database -q &>/dev/null update-desktop-database -q &>/dev/null
update-mime-database -n %{_kde5_mimedir} &>/dev/null update-mime-database -n %{_kf6_mimedir} &>/dev/null
touch --no-create %{_kde5_icondir}/hicolor &>/dev/null touch --no-create %{_kf6_icondir}/hicolor &>/dev/null
touch --no-create %{_kde5_icondir}/oxygen &>/dev/null touch --no-create %{_kf6_icondir}/oxygen &>/dev/null
gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null gtk-update-icon-cache %{_kf6_icondir}/hicolor &>/dev/null
gtk-update-icon-cache %{_kde5_icondir}/oxygen &>/dev/null gtk-update-icon-cache %{_kf6_icondir}/oxygen &>/dev/null
fi fi
exit 0 exit 0
%files -f %{name}5_qt.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/%{name} %{_bindir}/%{name}
%{_bindir}/py%{name}.py %{_bindir}/py%{name}.py
%{_libdir}/qt5/plugins/kf5/parts/kigpart.so %{_qt6_plugindir}/kf5/parts/kigpart.so
%{_datadir}/applications/org.kde.kig.desktop %{_datadir}/applications/org.kde.kig.desktop
%{_datadir}/metainfo/org.kde.kig.appdata.xml %{_metainfodir}/org.kde.kig.metainfo.xml
%dir %{_datadir}/kig %dir %{_datadir}/kig
%{_datadir}/kig/icons/hicolor/*/actions/*.png %{_datadir}/kig/icons/hicolor/*/actions/*.png
%{_datadir}/kig/icons/hicolor/scalable/actions/*.svgz %{_datadir}/kig/icons/hicolor/scalable/actions/*.svgz
%{_datadir}/kig/tips %{_datadir}/kig/tips
%{_datadir}/katepart5/syntax/python-kig.xml %{_datadir}/katepart5/syntax/python-kig.xml
#%{_datadir}/kservices5/kig_part.desktop
%{_datadir}/kxmlgui5/kig/kigpartui.rc
%{_datadir}/kxmlgui5/kig/kigui.rc
%dir %{_datadir}/kig/builtin-macros %dir %{_datadir}/kig/builtin-macros
%{_datadir}/kig/builtin-macros/*.kigt %{_datadir}/kig/builtin-macros/*.kigt
%{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/icons/hicolor/*/apps/%{name}.png
@ -125,6 +124,12 @@ exit 0
%doc AUTHORS LICENSES %doc AUTHORS LICENSES
%changelog %changelog
* Mon Mar 25 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
- automatic version update by autodist
* Mon Mar 04 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 * Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
- automatic version update by autodist - automatic version update by autodist