KDE Release Gear 24.05.2

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/killbots?expand=0&rev=190
This commit is contained in:
Christophe Marin 2024-07-04 20:42:26 +00:00 committed by Git OBS Bridge
commit 8103e9b972
7 changed files with 1838 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

BIN
applications.keyring Normal file

Binary file not shown.

3
killbots-24.05.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6702cfb03ed0ae4f008615b0a5c8c65b58fc1f1ed92c356efac657ea60be44ef
size 1159984

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDmnoACgkQu0YzUNbv
Me8ToBAAkN/9pfBgpkW1HW2VGM4T1nh+cSrwifHC7QVTecb20DlXyDk61oHxTgbX
UToWbZeWrUI1tCCb7gnxrQAdoKm8IjP76fqb/Lg6d3CTmsxrVnR5wdm2f5FtUJGV
zJuS0qoTBw3X3fxK5r/wp5NcSD6tOPCCsUZDpDABxs6kvE7iccj0jgDOeD4zjksn
ST6uWQNkuThzRhjKC6wLBsi9K6NMrb3Idap93g5DPcKlR1sL/VhoA4qK9RU1/1/e
/1IbCxRYldMclipd74nJFxsozatVSzi+ToPu28sV39EDqLJVUCfA+WNE18Ap1iAq
gkxO8PHaUmlcow8NfCjj/gfGyqRQkk6fOwjf85OOBOsPIX9m+Wocib1HTFaLO8qf
4Cr0C2cJih/N5HnWaIAbC61Smy82P9BaeK9Qnu5gm5NvTX2ZMEdyxQnAj7JRRFFc
w1UmQxir6Nu0ft/3+3Ii+xjDKnTPg3FBt6yXBWbTliwDJao1QjVoNzliyQpUYBYa
xSqPHP6O4j8+NzwafDCrKiwIgd7vbbrhxnjqvaXjoJd8Ldgznj53aJ/bahiyza09
oljZmtegN4wX8wMpu5Og2XzHyU+XwxvGQvlYAMBGoXVY1tR/p22SLLoqfWp9FlRJ
T+wn9ZUgr0RpChIRFic1T3RldbhWoT5OhUwaHfyIzL1hFTM8G3E=
=otUa
-----END PGP SIGNATURE-----

1710
killbots.changes Normal file

File diff suppressed because it is too large Load Diff

85
killbots.spec Normal file
View File

@ -0,0 +1,85 @@
#
# spec file for package killbots
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define kf6_version 6.0.0
%define qt6_version 6.6.0
%bcond_without released
Name: killbots
Version: 24.05.2
Release: 0
Summary: Robots-like game by KDE
License: GPL-2.0-or-later
URL: https://apps.kde.org/killbots
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: cmake(KDEGames6)
BuildRequires: cmake(KF6Completion) >= %{kf6_version}
BuildRequires: cmake(KF6Config) >= %{kf6_version}
BuildRequires: cmake(KF6ConfigWidgets) >= %{kf6_version}
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
BuildRequires: cmake(KF6Crash) >= %{kf6_version}
BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version}
BuildRequires: cmake(KF6DocTools) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version}
BuildRequires: cmake(KF6XmlGui) >= %{kf6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
Obsoletes: killbots5 < %{version}
Provides: killbots5 = %{version}
%description
Killbots is a turn-based game of evading "killer" robots on a board.
Robots home in on the player, but can crash into other robots or
debris, rendering them inert. The player has to strategically move
and can optionally use teleportation to a random location.
%lang_package
%prep
%autosetup -p1
%build
%cmake_kf6
%kf6_build
%install
%kf6_install
%find_lang %{name} --with-man --with-html --all-name
%files
%license LICENSES/*
%doc %lang(en) %{_kf6_htmldir}/en/killbots/
%{_kf6_applicationsdir}/org.kde.killbots.desktop
%{_kf6_appstreamdir}/org.kde.killbots.appdata.xml
%{_kf6_bindir}/killbots
%{_kf6_configkcfgdir}/killbots.kcfg
%{_kf6_debugdir}/killbots.categories
%{_kf6_iconsdir}/hicolor/*/apps/killbots.*
%{_kf6_sharedir}/killbots/
%files lang -f %{name}.lang
%exclude %{_kf6_htmldir}/en/killbots/
%changelog