Compare commits

...

22 Commits

Author SHA1 Message Date
15b4e31322 automatic version update by autodist [release 24.12.3-1mamba;Sun Mar 09 2025] 2025-03-13 12:24:54 +01:00
e06de5a354 automatic version update by autodist [release 24.12.2-1mamba;Sun Feb 09 2025] 2025-02-10 11:03:34 +01:00
de3fb9ee9d automatic version update by autodist [release 24.12.1-1mamba;Sat Jan 11 2025] 2025-01-12 15:44:18 +01:00
9f7c0b8eaa automatic version update by autodist [release 24.12.0-1mamba;Sat Dec 14 2024] 2024-12-17 21:29:58 +01:00
ef01c30b9f automatic version update by autodist [release 24.08.3-1mamba;Fri Nov 08 2024] 2024-11-10 11:00:23 +01:00
1da7df6ae6 automatic version update by autodist [release 24.08.2-1mamba;Sat Oct 12 2024] 2024-10-13 21:33:13 +02:00
5725531c83 automatic version update by autodist [release 24.08.1-1mamba;Sun Sep 15 2024] 2024-09-15 12:11:51 +02:00
e8ccd3354b automatic version update by autodist [release 24.08.0-1mamba;Mon Aug 26 2024] 2024-08-29 11:41:50 +02:00
5be2ec8f94 automatic version update by autodist [release 24.05.2-1mamba;Fri Jul 05 2024] 2024-07-07 22:26:03 +02:00
0d9cbe3896 automatic version update by autodist [release 24.05.1-1mamba;Sat Jun 15 2024] 2024-06-16 15:44:06 +02:00
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
2 changed files with 109 additions and 35 deletions

View File

@ -5,3 +5,4 @@ The player is invading various cities in a plane that is decreasing in height.
The goal of the game is to destroy all the buildings and advance to the next level. The goal of the game is to destroy all the buildings and advance to the next level.
Each level gets a bit harder by increasing the speed of the plane and the height of the buildings. Each level gets a bit harder by increasing the speed of the plane and the height of the buildings.

View File

@ -1,31 +1,35 @@
Name: bomber Name: bomber
Version: 23.04.0 Version: 24.12.3
Release: 1mamba Release: 1mamba
Summary: Arcade Bombing Game Summary: Arcade Bombing Game
Group: Graphical Desktop/Applications/Games Group: Graphical Desktop/Applications/Games
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> 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/bomber-%{version}.tar.xz Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/bomber-%{version}.tar.xz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libQt6Core
BuildRequires: libQt6DBus
BuildRequires: libQt6Gui
BuildRequires: libQt6Network
BuildRequires: libQt6Widgets
BuildRequires: libQt6Xml
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: libkcrash-devel BuildRequires: libkf6-kcrash-devel
BuildRequires: libkdbusaddons-devel BuildRequires: libkf6-kdbusaddons-devel
BuildRequires: libkdegames-devel BuildRequires: libkf6-ki18n-devel
BuildRequires: libki18n-devel BuildRequires: libkf6-kwidgetsaddons-devel
BuildRequires: libkwidgetsaddons-devel BuildRequires: libkf6-kxmlgui-devel
BuildRequires: libkxmlgui-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: qt5-qtbase-devel BuildRequires: qt6-qtdeclarative-devel
BuildRequires: qt5-qtdeclarative-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: automoc4 BuildRequires: automoc4
BuildRequires: cmake BuildRequires: cmake
@ -36,56 +40,125 @@ The player is invading various cities in a plane that is decreasing in height.
The goal of the game is to destroy all the buildings and advance to the next level. The goal of the game is to destroy all the buildings and advance to the next level.
Each level gets a bit harder by increasing the speed of the plane and the height of the buildings. Each level gets a bit harder by increasing the speed of the plane and the height of the buildings.
%debug_package
%prep %prep
%setup -q %setup -q
%build %build
%cmake_kde5 -d build %cmake_kf6
%make %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}"
%post %post
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1 touch --no-create %{_kf6_icondir}/hicolor >/dev/null 2>&1
exit 0 exit 0
%posttrans %posttrans
update-desktop-database -q >/dev/null 2>&1 update-desktop-database -q >/dev/null 2>&1
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1 update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1 gtk-update-icon-cache %{_kf6_icondir}/hicolor >/dev/null 2>&1
exit 0 exit 0
%postun %postun
if [ $1 -eq 0 ]; then if [ $1 -eq 0 ]; then
update-desktop-database -q >/dev/null 2>&1 update-desktop-database -q >/dev/null 2>&1
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1 update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1 touch --no-create %{_kf6_icondir}/hicolor >/dev/null 2>&1
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1 gtk-update-icon-cache %{_kf6_icondir}/hicolor >/dev/null 2>&1
fi fi
exit 0 exit 0
%files -f %{name}5_qt.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_kde5_bindir}/bomber %{_kf6_bindir}/bomber
%{_kde5_xdgappsdir}/org.kde.bomber.desktop %{_datadir}/applications/org.kde.bomber.desktop
%{_datadir}/metainfo/org.kde.bomber.appdata.xml %{_datadir}/metainfo/org.kde.bomber.appdata.xml
%{_kde5_datadir}/bomber %{_kf6_datadir}/bomber
%{_kde5_kcfgdir}/bomber.kcfg %{_kf6_kcfgdir}/bomber.kcfg
%{_kde5_icondir}/hicolor/*/apps/bomber.png %{_kf6_icondir}/hicolor/*/apps/bomber.png
#%dir %{_datadir}/kxmlgui5/bomber
#%{_datadir}/kxmlgui5/bomber/bomberui.rc
%doc AUTHORS LICENSES %doc AUTHORS LICENSES
%changelog %changelog
* Sun Mar 09 2025 Automatic Build System <autodist@openmamba.org> 24.12.3-1mamba
- automatic version update by autodist
* Sun Feb 09 2025 Automatic Build System <autodist@openmamba.org> 24.12.2-1mamba
- automatic version update by autodist
* Sat Jan 11 2025 Automatic Build System <autodist@openmamba.org> 24.12.1-1mamba
- automatic version update by autodist
* Sat Dec 14 2024 Automatic Build System <autodist@openmamba.org> 24.12.0-1mamba
- automatic version update by autodist
* Thu Nov 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 24.11.80-1mamba
- update to 24.11.80
* Fri Nov 08 2024 Automatic Build System <autodist@openmamba.org> 24.08.3-1mamba
- automatic version update by autodist
* Sat Oct 12 2024 Automatic Build System <autodist@openmamba.org> 24.08.2-1mamba
- automatic version update by autodist
* Sun Sep 15 2024 Automatic Build System <autodist@openmamba.org> 24.08.1-1mamba
- automatic version update by autodist
* Mon Aug 26 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
* 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 * Fri Apr 21 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
- automatic version update by autodist - automatic version update by autodist