KDE Release Gear 24.05.2

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ktuberling?expand=0&rev=199
This commit is contained in:
Christophe Marin 2024-07-04 20:42:49 +00:00 committed by Git OBS Bridge
commit baa723984f
7 changed files with 1854 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:59ac0f2f5c9c3f9e825fd1a613396805a2e70ee2be86c4ca21d2f8e008fcd195
size 71532572

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDmvIACgkQu0YzUNbv
Me+6dg/6AoOU+j8lhrlZvNoVKQ6FR9ScfIigkvcKdm2vvja/ZdVinkjuucpXDPdA
V4Y5WjTL8jjDBsa5Hyl3xRC7AvHiDg6JF2l9eKKWRpEPiiT+ZOh/jr6EjGo8LlKi
7RbSWw73MTNnofQXDRcAuHonHSL67AxB+j6P57RZuGi9BtehMK61ru7KhJUCDcqC
DsyGjpMMyJYW0PtWs5AZHJLeiBDvc+H36Zdy/OHoywTwawrgq1S+LS8lPYvh/0ET
6Fqwe9+yto1Xf3yi8vailDbSsZEYcDjtz3g3egXyda55JGXfbXLtsipSRgoD9duY
zpPBJi2JjPf0OW3WvtQog+D/0XnWlWMW+HFcsk7FuJWM93/I37KtJdYA4P5Dw4+4
dRqHxCuWQ/Wq7AYgwKZtGuYAyjBl+LomlvKX8fjmTLeHL/YCem5Y86KqLJ9bRoZO
3kKDumLa7eibAReTp1z10iIm5n9CFYqKI2HdEBh2bRy6Jps+Az91Ln5sMn3HMEef
FD4HbkbRtynBlxPzS6lLGgqdTn1yX7JQtXmDDrrjSnCyFuBgEm9+5y2Xx4/uBk5A
MLIfSd2vmr1Nj5ZOhKceQBRTrnIE7jgUtfVUKloq845Mmh9sQG70b4oG6OrmIARp
oUYqdI3m1vsaZ1/sQFE6QxVDQJW/J/oxHY1/MKflkQc2dPbPGHA=
=J/Yc
-----END PGP SIGNATURE-----

1718
ktuberling.changes Normal file

File diff suppressed because it is too large Load Diff

93
ktuberling.spec Normal file
View File

@ -0,0 +1,93 @@
#
# spec file for package ktuberling
#
# 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: ktuberling
Version: 24.05.2
Release: 0
Summary: Potato drawing editor
License: GPL-2.0-or-later
URL: https://apps.kde.org/ktuberling
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: fdupes
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: cmake(KDEGames6)
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(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(Qt6Multimedia) >= %{qt6_version}
BuildRequires: cmake(Qt6PrintSupport) >= %{qt6_version}
BuildRequires: cmake(Qt6Svg) >= %{qt6_version}
BuildRequires: cmake(Qt6SvgWidgets) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
BuildRequires: cmake(Qt6Xml) >= %{qt6_version}
Provides: ktuberling5 = %{version}
Obsoletes: ktuberling5 < %{version}
%description
KTuberling is a nice potato editor for kids. The game intended for
small children. Of course, it may be suitable for adults who have
remained young at heart. Eyes, mouths, mustache, and other parts of
face and goodies can be attached onto a potato-like guy.
%lang_package
%prep
%autosetup -p1
%build
%cmake_kf6
%kf6_build
%install
%kf6_install
%fdupes %{buildroot}%{_kf6_sharedir}/ktuberling
%find_lang %{name} --with-man --with-html --all-name
%files
%license LICENSES/*
%doc %lang(en) %{_kf6_htmldir}/en/ktuberling/
%{_kf6_applicationsdir}/org.kde.ktuberling.desktop
%{_kf6_appstreamdir}/org.kde.ktuberling.appdata.xml
%{_kf6_bindir}/ktuberling
%{_kf6_debugdir}/ktuberling.categories
%{_kf6_iconsdir}/hicolor/*/*/*tuberling.png
%{_kf6_sharedir}/ktuberling/
%files lang -f %{name}.lang
%exclude %{_kf6_htmldir}/en/ktuberling/
%changelog