SHA256
1
0
forked from pool/skladnik
Christophe Marin
2024-04-02 08:57:59 +00:00
committed by Git OBS Bridge
commit b9f289dd35
7 changed files with 141 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

3
skladnik-0.5.2.tar.xz Normal file
View File

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

16
skladnik-0.5.2.tar.xz.sig Normal file
View File

@@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE5uvW6wUY/lvMpfanaqzdJjws79QFAmXgibIACgkQaqzdJjws
79SepA//RajCuDnG5TUomyMPlXcakQyGVj+A2GqusvFECpHnDYwRP3eV8vq9Jks8
KPgd+vzyVSxd/RMyc3qLsPM+IbsuT2kynuWTWMgpIFpF2fanDl6zsdl95FsDYgK8
P8ZzTviLleHC66NAhBxETnmIpfpBTxQ5lCUJPaUVfe6kYWD5bos7jrZUTqEnT+rV
DIKbx0Ey/nvflMY3WuF/fSlhSIEa2LddCUFVuT/6SdsXRxlJKCRqB9/B31R3zxHo
UGVsXkEJ+SzUuYGu62hzpFI4sCUIdwXV7GN+foHFUneVMed2WmHf3N0+hbWdUUSN
djJs8cPQDtbTPAMjcGf75eWNiKJv9WcemzzW2rpxtsfXwNDPBFVkrNDMC4G1np/f
jJjSZRBa/8T9HX9n1nf3k3BcbKPWrB43TCfTN9a2oNDnaR7fVeZ/glK0CJVkXsE/
BMjJaxG038mKC+HytcEfJlRfAg/tcqCCcNZf/fggqlbql3ZfjdX5A/o3KKH7tJuq
JQSocns2KzAHiFDA47FYhSxkVU88DK/IKhYA/b7wxI8qjOiz3OLAgUhNORwszfxw
2SYmFweZGT+MLU2AjJdjJsNHd6M06w03YX5PKJgNOJVlJTVMCIu0cOQWMjjuPglM
u9SoZtkyOl7gsZBnj8LluBzZeb3kz+rvHfxuSxc3MxZLPr9KUHA=
=mVtp
-----END PGP SIGNATURE-----

12
skladnik.changes Normal file
View File

@@ -0,0 +1,12 @@
-------------------------------------------------------------------
Tue Apr 2 08:55:01 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 0.5.2
* Changed: Qt6/KF6-only now
* Changed: register app at user session D-Bus (new dep: KF6DBusAddons)
* Changed: use KCrash (new dep: KF6Crash)
-------------------------------------------------------------------
Tue Nov 14 18:57:17 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init skladnik

BIN
skladnik.keyring Normal file

Binary file not shown.

86
skladnik.spec Normal file
View File

@@ -0,0 +1,86 @@
#
# spec file for package skladnik
#
# 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.5.0
%bcond_without released
Name: skladnik
Version: 0.5.2
Release: 0
Summary: Sokoban-like game
License: GPL-2.0-or-later
URL: https://apps.kde.org/skladnik
Source: https://download.kde.org/stable/skladnik/%{version}/src/%{name}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/skladnik/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: skladnik.keyring
%endif
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: povray
BuildRequires: cmake(KDEGames6) >= 6.0
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(KF6KIO) >= %{kf6_version}
BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version}
BuildRequires: cmake(KF6XmlGui) >= %{kf6_version}
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
%description
Skladnik is an implementation of the Japanese warehouse keeper game “sokoban”.
The idea is that you are a warehouse keeper trying to push crates to their proper
locations in a warehouse. The problem is that you cannot pull the crates or step
over them. If you are not careful, some of the crates can get stuck in wrong
places and/or block your way.
%lang_package
%prep
%autosetup -p1
%build
%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE
%kf6_build
%install
%kf6_install
%find_lang %{name} --with-man --with-html --all-name
%files
%license LICENSES/*
%doc %lang(en) %{_kf6_htmldir}/en/skladnik/
%{_kf6_applicationsdir}/org.kde.skladnik.desktop
%{_kf6_appstreamdir}/org.kde.skladnik.metainfo.xml
%{_kf6_bindir}/skladnik
%{_kf6_iconsdir}/hicolor/*/apps/skladnik.*
%{_kf6_sharedir}/skladnik/
%files lang -f %{name}.lang
%exclude %{_kf6_htmldir}/en/skladnik/
%changelog