KDE Release Gear 24.05.2

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDmkgACgkQu0YzUNbv
Me/NpA//U5MaEvpCSmNnV82FVZ2AftKvQJ/8xyiCWnEZck/tFDwJY5f9491tx8VY
jWTX+BXLqMkyxInB216zlrMgTJJKZI/D5PkJj69f/t5JjFZk0stVubVfJ1QcxMLS
oWidnuhGL3D/sIigIpXPOJRkyailli+JOAct/FWiHp7rT6KzDL5RPqsOZUs2jjG+
70fJ5dIIvOiLYVYInfhKrQULm5M6vTjcG/Qv2R5toIQyqc+Rv0dkiaTIERcnO+yh
RdmprFERzNRxPiVq9n1i7ibisIh+M4cQGSMez9AgtlR2ImI2jRMV4xDWATK48I3P
gBZNcAcv6fWnNiIWfvb6lTcoGoAHntg6ByJUVJNMEZ05NlHTauBgWnT6LxYCYMyH
OKbHs4J7cag2gVZHXADS75dDf2XwwO5ad0I6gtX6JRlXerFgq3XUI3X1otcOBvIO
pd9+RcXGnUC2rWhXTIOeyQndNaYyKmMICOWgOcjHWZ0/Z6Nkmk1OvuV3fqIwolQy
lGIKDxP93m5tpuBfK80ZczWrKQvtxlv0JwVXek8yQIyQ/DuBoioh2Lk/ygJULoNs
YzgzALSbeVVj0i7MnA/suNGGu0gT8ULGtB+hegOzUgLgmqF8SKG+QEJYq9HcPpyS
3EEPAErmH03VRYbeAKZ5R5CDkfVTQYiRPhSfGLL/P1D91okZxlE=
=+Qja
-----END PGP SIGNATURE-----

1692
kajongg.changes Normal file

File diff suppressed because it is too large Load Diff

90
kajongg.spec Normal file
View File

@ -0,0 +1,90 @@
#
# spec file for package kajongg
#
# 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
%{?sle15_python_module_pythons}
%if 0%{?suse_version} > 1500
%define pyver python3
%else
%define pyver python311
%endif
%bcond_without released
Name: kajongg
Version: 24.05.2
Release: 0
Summary: 4 Player Mahjongg game
License: GPL-2.0-or-later
URL: https://apps.kde.org/kajongg
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: %{pyver}-Twisted >= 16.6.0
BuildRequires: %{pyver}-base >= 3.8.0
BuildRequires: cmake(KF6Config) >= %{kf6_version}
BuildRequires: cmake(KF6DocTools) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KMahjongglib6)
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
BuildRequires: cmake(Qt6Svg) >= %{qt6_version}
BuildRequires: cmake(Qt6SvgWidgets) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
Requires: %{pyver}-Twisted
Requires: %{pyver}-PyQt6
BuildArch: noarch
%description
Kajongg is a version of the four player Mahjongg tile game.
%lang_package
%prep
%autosetup -p1 -n kajongg-%{version}
%build
%cmake_kf6
%kf6_build
%install
%kf6_install
%find_lang %{name} --with-html --all-name
%files
%license COPYING*
%doc README
%doc %lang(en) %{_kf6_htmldir}/en/kajongg/
%{_kf6_applicationsdir}/org.kde.kajongg.desktop
%{_kf6_sharedir}/kajongg/
%{_kf6_appstreamdir}/org.kde.kajongg.appdata.xml
%{_kf6_bindir}/kajongg
%{_kf6_bindir}/kajonggserver
%{_kf6_iconsdir}/hicolor/*/actions/games-kajongg-law.*
%{_kf6_iconsdir}/hicolor/*/apps/kajongg.*
%files lang -f %{name}.lang
%exclude %{_kf6_htmldir}/en/kajongg/
%changelog