SHA256
1
0
forked from pool/khangman

KDE Release Gear 24.05.2

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/khangman?expand=0&rev=197
This commit is contained in:
Christophe Marin 2024-07-04 20:42:24 +00:00 committed by Git OBS Bridge
commit 3539a9a291
7 changed files with 3116 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
khangman-24.05.2.tar.xz Normal file
View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDmRQACgkQu0YzUNbv
Me/ZtA//TE+2miY5f+Uqp1YC+eL4fEft8RPuT0kzClcTv0UGj8GvXNx0Y7vlTN8r
uUPK8ctQqtt7snJtU3yt5pv81bXx9bcS/zqZ8n78VzpiW3ukUAo1qIJeCuiE1TcO
7Ie2sPKVDifMzp34+6bagWNHKthvrluC98Y1x62dPUplVDg3wvQXAXCHNFmH05A1
k3NmprgH0zgSMpylaKpXkV+W4FFRbcJdtrxVxAGtP3bVoKp4n1ua0W8AMlhAhwjy
aV5ZCfMH7LtQVFNEqVbPKHcTXvAdVGHqqt6l2qNZnGE0RH3HBXXJh3eECv2juSWh
dQ64LBMa2jTtJAXRZ0zY3uDbVqqECRjcBpQWA19/PTLarAASdyW2tLfQThUgFBCL
XlAQ2lPZJDI4L6VfnHde8550dlG+smWGCw4ZeNM5dDaziqJOkZtSLtk6YbawjK8Z
BKWeiSS3QD+RyS6BhRwDxuXW1xUZYPjWF7PVJRLdmmPQnN4oMScC+Gn/x052/I4Y
BKn+jOw0Mqhp4TGZTA3Ekm8l8psqFvEhLiQf1/1p0aKNDV+5RYH4Dcw0Y4gsAikT
XC+W8JIqaG5g5UfWynuSUgglCKqi4YtztivXpAYvFmWbKNr9z+t6RDabwkSj5Mqs
guaOUxssZyXZRbgN/on2gRIluqFs7SMDxDAruIUrY+Hx5KG6Z3E=
=IdyL
-----END PGP SIGNATURE-----

2981
khangman.changes Normal file

File diff suppressed because it is too large Load Diff

92
khangman.spec Normal file
View File

@ -0,0 +1,92 @@
#
# spec file for package khangman
#
# 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: khangman
Version: 24.05.2
Release: 0
Summary: Hangman Game
License: GPL-2.0-or-later
URL: https://apps.kde.org/khangman
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: update-desktop-files
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(KF6DocTools) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
BuildRequires: cmake(KF6NewStuff) >= %{kf6_version}
BuildRequires: cmake(KF6Notifications) >= %{kf6_version}
BuildRequires: cmake(KF6XmlGui) >= %{kf6_version}
BuildRequires: cmake(LibKEduVocDocument)
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6Qml) >= %{qt6_version}
BuildRequires: cmake(Qt6Quick) >= %{qt6_version}
BuildRequires: cmake(Qt6QuickWidgets) >= %{qt6_version}
BuildRequires: cmake(Qt6Svg) >= %{qt6_version}
Requires: kdeedu-data
Obsoletes: khangman5 < %{version}
Provides: khangman5 = %{version}
Obsoletes: khangman-devel < %{version}
Obsoletes: libkhangmanengine5 < %{version}
%description
Classical hangman game by KDE.
%lang_package
%prep
%autosetup -p1
%build
%cmake_kf6
%kf6_build
%install
%kf6_install
%find_lang %{name} --with-html --with-man --all-name
%files
%license COPYING*
%doc %lang(en) %{_kf6_htmldir}/en/khangman/
%doc %lang(en) %{_kf6_mandir}/man6/khangman.6%{ext_man}
%doc AUTHORS README
%{_kf6_applicationsdir}/org.kde.khangman.desktop
%{_kf6_appstreamdir}/org.kde.khangman.appdata.xml
%{_kf6_bindir}/khangman
%{_kf6_configkcfgdir}/khangman.kcfg
%{_kf6_iconsdir}/hicolor/*/apps/khangman.*
%{_kf6_knsrcfilesdir}/khangman.knsrc
%{_kf6_sharedir}/khangman/
%files lang -f %{name}.lang
%exclude %{_kf6_htmldir}/en/khangman/
%changelog