Compare commits

..

13 Commits

Author SHA1 Message Date
64f7f5d596 automatic version update by autodist [release 24.05.0-1mamba;Sat May 25 2024] 2024-05-28 12:09:51 +02:00
1a13bee8e4 automatic version update by autodist [release 24.02.2-1mamba;Sun Apr 14 2024] 2024-04-15 11:36:46 +02:00
808457428c automatic version update by autodist [release 24.02.1-1mamba;Sat Mar 23 2024] 2024-03-29 17:42:59 +01:00
e782e5cf64 automatic version update by autodist [release 23.08.5-1mamba;Sun Feb 18 2024] 2024-02-24 15:32:59 +01:00
02c7c33808 automatic version update by autodist [release 23.08.4-1mamba;Sat Dec 09 2023] 2024-01-05 20:53:12 +01:00
b45c7e4715 automatic version update by autodist [release 23.08.3-1mamba;Thu Nov 09 2023] 2024-01-05 20:53:11 +01:00
5c136fdeb6 automatic version update by autodist [release 23.08.2-1mamba;Thu Oct 12 2023] 2024-01-05 20:53:11 +01:00
8478a0d912 automatic version update by autodist [release 23.08.1-1mamba;Thu Sep 14 2023] 2024-01-05 20:53:10 +01:00
b3a42f7ca3 automatic version update by autodist [release 23.08.0-1mamba;Fri Aug 25 2023] 2024-01-05 20:53:10 +01:00
74bd0c6951 automatic version update by autodist [release 23.04.3-1mamba;Fri Jul 07 2023] 2024-01-05 20:53:09 +01:00
df41d342a1 automatic version update by autodist [release 23.04.2-1mamba;Fri Jun 09 2023] 2024-01-05 20:53:09 +01:00
6c674f6e7a automatic version update by autodist [release 23.04.1-1mamba;Thu May 11 2023] 2024-01-05 20:53:08 +01:00
ce905a1975 automatic version update by autodist [release 23.04.0-1mamba;Fri Apr 21 2023] 2024-01-05 20:53:08 +01:00

View File

@ -1,5 +1,5 @@
Name: bomber
Version: 22.12.3
Version: 24.05.0
Release: 1mamba
Summary: Arcade Bombing Game
Group: Graphical Desktop/Applications/Games
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: https://kde.org/
Source: http://download.kde.org/stable/release-service/%{version}/src/bomber-%{version}.tar.xz
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/bomber-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -19,7 +19,6 @@ BuildRequires: libkconfigwidgets-devel
BuildRequires: libkcoreaddons-devel
BuildRequires: libkcrash-devel
BuildRequires: libkdbusaddons-devel
BuildRequires: libkdegames-devel
BuildRequires: libki18n-devel
BuildRequires: libkwidgetsaddons-devel
BuildRequires: libkxmlgui-devel
@ -42,50 +41,90 @@ Each level gets a bit harder by increasing the speed of the plane and the height
%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 --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
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
touch --no-create %{_kf6_icondir}/hicolor >/dev/null 2>&1
exit 0
%posttrans
update-desktop-database -q >/dev/null 2>&1
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
gtk-update-icon-cache %{_kf6_icondir}/hicolor >/dev/null 2>&1
exit 0
%postun
if [ $1 -eq 0 ]; then
update-desktop-database -q >/dev/null 2>&1
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
touch --no-create %{_kf6_icondir}/hicolor >/dev/null 2>&1
gtk-update-icon-cache %{_kf6_icondir}/hicolor >/dev/null 2>&1
fi
exit 0
%files -f %{name}5_qt.lang
%files -f %{name}.lang
%defattr(-,root,root)
%{_kde5_bindir}/bomber
%{_kde5_xdgappsdir}/org.kde.bomber.desktop
%{_kf6_bindir}/bomber
%{_datadir}/applications/org.kde.bomber.desktop
%{_datadir}/metainfo/org.kde.bomber.appdata.xml
%{_kde5_datadir}/bomber
%{_kde5_kcfgdir}/bomber.kcfg
%{_kde5_icondir}/hicolor/*/apps/bomber.png
#%dir %{_datadir}/kxmlgui5/bomber
#%{_datadir}/kxmlgui5/bomber/bomberui.rc
%{_kf6_datadir}/bomber
%{_kf6_kcfgdir}/bomber.kcfg
%{_kf6_icondir}/hicolor/*/apps/bomber.png
%doc AUTHORS LICENSES
%changelog
* Sat May 25 2024 Automatic Build System <autodist@openmamba.org> 24.05.0-1mamba
- automatic version update by autodist
* Sun Apr 14 2024 Automatic Build System <autodist@openmamba.org> 24.02.2-1mamba
- automatic version update by autodist
* Sat Mar 23 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
* Sun Feb 18 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
- automatic version update by autodist
* Sat Dec 09 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
- automatic version update by autodist
* Thu Nov 09 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
- automatic version update by autodist
* Thu Oct 12 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
- automatic version update by autodist
* Thu Sep 14 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
- automatic version update by autodist
* Fri Aug 25 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
* Fri Jun 09 2023 Automatic Build System <autodist@mambasoft.it> 23.04.2-1mamba
- automatic version update by autodist
* Thu May 11 2023 Automatic Build System <autodist@mambasoft.it> 23.04.1-1mamba
- automatic version update by autodist
* Fri Apr 21 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
- automatic version update by autodist
* Thu Mar 02 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
- automatic version update by autodist