SHA256
1
0
forked from pool/kfourinline

KDE Release Gear 24.05.2

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfourinline?expand=0&rev=191
This commit is contained in:
Christophe Marin 2024-07-04 20:42:22 +00:00 committed by Git OBS Bridge
commit 696bd883b2
7 changed files with 1866 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.

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDmmkACgkQu0YzUNbv
Me/vYg//Xc1JeOQI/4at33ERBy1rcgpeJxzFQ8qakY/K3/XGAMuP4cc3ccoRcKXW
kMzYDuxu38XMn6Ff9pW7+WBeyD+v2eNn+dObLEkpQLiLlH/xD6P2lTd2REDySbms
DmD8xar9OW6TyaSgbqcZ7LeeRUxxuH8RfSxf7Vc/pgK6FRYm43p9p8q2N1TLg3MO
r3VzzNydZklyHeFuMQdtVBuq2hfRH398faShc7FlZQ9v9CTHKZrT/oikeDfxJySH
rl1D7w1X0gMAhmT+7BPMagkZwcRNA9+LOP0ffRXTa9JIT8Iid/2b3jam3285WJ0A
V/1iOMJ7LWYDcDxSjtGAILW83de9dzPD3zG+ofX7yLd+Qvsk0y27hjYBCxkiIEcz
o8fhCsrdCu3LW4eGLY8tAzkRyKmq+ALN8iHG/PSFRPBkOhuCE+chNxB0IcVlvSkv
6RlM1kRR1YROQLPO1tX0YvfbsbA2MJt2TIlWR1ZliOZn/r+F65zVTJZ1BRPmSGwm
ZIOSIqUi0qe2a5xxSOO01vQ00gQs1bucnmH0FTj9g2yCxYjovO2JrAIen4YkGId+
/eq8Vqf6K9C3nU92bDk00ekjlttmbSt5nZQyt4adqKBPKVNHq5kFe2aaQzphqB9U
w7SFDmZbg8mExHpdia4Jerx7ndUAxX38XdZuisiN6j00UKFlp3Y=
=lbnU
-----END PGP SIGNATURE-----

1737
kfourinline.changes Normal file

File diff suppressed because it is too large Load Diff

86
kfourinline.spec Normal file
View File

@ -0,0 +1,86 @@
#
# spec file for package kfourinline
#
# 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: kfourinline
Version: 24.05.2
Release: 0
Summary: Four Wins game
License: GPL-2.0-or-later AND LGPL-2.0-or-later
URL: https://apps.kde.org/kfourinline
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(KF6Config) >= %{kf6_version}
BuildRequires: cmake(KF6ConfigWidgets) >= %{kf6_version}
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version}
BuildRequires: cmake(KF6Crash) >= %{kf6_version}
BuildRequires: cmake(KF6DNSSD) >= %{kf6_version}
BuildRequires: cmake(KF6DocTools) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version}
BuildRequires: cmake(KF6XmlGui) >= %{kf6_version}
BuildRequires: cmake(Qt6Svg) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
Obsoletes: kfourinline5 < %{version}
Provides: kfourinline5 = %{version}
%description
Four wins is a two-player board game where you have to align four
(gravity-affected) pieces of the same colour to win.
%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/kfourinline/
%{_kf6_applicationsdir}/org.kde.kfourinline.desktop
%{_kf6_appstreamdir}/org.kde.kfourinline.appdata.xml
%{_kf6_bindir}/kfourinline
%{_kf6_bindir}/kfourinlineproc
%{_kf6_configkcfgdir}/kwin4.kcfg
%{_kf6_debugdir}/kfourinline.categories
%{_kf6_iconsdir}/hicolor/*/*/kfourinline.*
%{_kf6_sharedir}/kfourinline/
%files lang -f %{name}.lang
%exclude %{_kf6_htmldir}/en/kfourinline/
%changelog