SHA256
1
0
forked from pool/kmahjongg

KDE Release Gear 24.05.2

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

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDmosACgkQu0YzUNbv
Me/69g//e0NRb0h2qQ6+/D8bZU36XUBKzfmFWr4V0QNw5xQ4zRU+lXeD1Qy4kWvl
iRoTkk99qN+I3Myx84e1FUjDETKfrEAIUhDyyTuHw6mh/6GirCvv6Qc3j5rrAA09
YvszHd6NxAlN9zWnQRJcmk/op5vdi0vjzg6vxyzXZpD0efH6jsEp68+D23nDO1Mj
gS+54J0ymZqSIn3/4vueoPMNJCa/fGCTwmyCIfzkb9Pf2d/p7U0m8tyAUk9rEYeb
KbGPAwsybI1uGWI5vpeR1ISNwIRpZaVxy6/bxKi01H3G9a7CUwsIBGLfSXk9Wwpx
C9vn9V7Ejvx1d4yDszpKivSlzPuBBfxalcXI6Wx/2ucUamESCWjTLl36wZyNYNqe
Z93xgUx8KK85fpdkg/+cY/0GafUfzQhnFjoohdUBQOt9VWHRr/RKKmE3nN1ekdLz
cm9N3EUvgXoD1hXYixx8Xw3tYrF0o7+hiMz+tV4emkG/A4IjkiAOtvWOtYfNL971
mpAjNKYvWsOQ4qM/B4Tl1IQm2ORvZYG9oED4z01hInu4KKf9OZsgxlsuREbsA2wg
ZyGfWC7EclMmlfLWMiBEH5IIjnKNySvRVB0oFZmU3vJcxfswQembaIBfHGwYS1AE
9J2TPl7ahvtfh/5Ajlm27MOAgkz569EMpHOFbjGbAojzbPAW3uA=
=BsLe
-----END PGP SIGNATURE-----

1713
kmahjongg.changes Normal file

File diff suppressed because it is too large Load Diff

85
kmahjongg.spec Normal file
View File

@ -0,0 +1,85 @@
#
# spec file for package kmahjongg
#
# 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: kmahjongg
Version: 24.05.2
Release: 0
Summary: Mahjongg game
License: GPL-2.0-or-later
URL: https://apps.kde.org/kmahjongg
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(KF6CoreAddons) >= %{kf6_version}
BuildRequires: cmake(KF6Crash) >= %{kf6_version}
BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version}
BuildRequires: cmake(KF6DocTools) >= %{kf6_version}
BuildRequires: cmake(KF6NewStuff) >= %{kf6_version}
BuildRequires: cmake(KF6XmlGui) >= %{kf6_version}
BuildRequires: cmake(KMahjongglib6) >= 5.1.0
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
BuildRequires: cmake(Qt6Svg) >= %{qt6_version}
Obsoletes: kmahjongg5 < %{version}
Provides: kmahjongg5 = %{version}
%description
KMahjongg is a clone of the well known tile based patience game of the
same name. In the game you have to empty a game board filled with piece
by removing pieces of the same type.
%lang_package
%prep
%autosetup -p1
%build
%cmake_kf6
%kf6_build
%install
%kf6_install
%find_lang %{name} --with-html --all-name
%files
%license LICENSES/*
%doc %lang(en) %{_kf6_htmldir}/en/kmahjongg/
%{_kf6_applicationsdir}/org.kde.kmahjongg.desktop
%{_kf6_appstreamdir}/org.kde.kmahjongg.appdata.xml
%{_kf6_bindir}/kmahjongg
%{_kf6_configkcfgdir}/kmahjongg.kcfg
%{_kf6_debugdir}/kmahjongg.categories
%{_kf6_iconsdir}/hicolor/*/apps/kmahjongg.*
%{_kf6_sharedir}/kmahjongg/
%files lang -f %{name}.lang
%exclude %{_kf6_htmldir}/en/kmahjongg/
%changelog