KDE Applications 20.03.80

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kbounce?expand=0&rev=109
This commit is contained in:
Christophe Giboudeaux 2020-03-28 13:57:11 +00:00 committed by Git OBS Bridge
parent f306bb3eb6
commit a9244549b5
6 changed files with 44 additions and 30 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drVUACgkQ29LOiT4t
HIcLZAf/f8h3JFJcjB588w5hkHUSvDWjVCSmdHJKYYJc1hinxe9em6epvKODGnYo
ceRN1vYpOHuVNGRvYO9LaaZt8E1lTQb4Vo3hEqnRL1JE6DOrnbREAJJsTH5geQQM
/2k0DzJ/36xtlWA4ZzM8RnfXYZyplbn3Lr8DsSSv3YnTkhSJLCYqcq62+k5EA+V7
rNxa023cNk+SdcBZIyhPeXBsAGDkeEuBOv/+ItMRzwtbwHoRz0LesPXGXxQohwkc
IBL1xOQpl9i896iO7ZOQ/UWT6Qcj+zRKpZ3j6giZjUi3jNa2mDtqTg+6ib2hWNio
9YspvVGxkYNKacETz2YqEJwz3xRhEw==
=dfS4
-----END PGP SIGNATURE-----

3
kbounce-20.03.80.tar.xz Normal file
View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vAEACgkQOmpNuDnq
ptd0hxAAm8Wx2NcxA/lREIIzcSBOcAIepip59HrQFwuVzlkh/54odQL0txJIzOyD
dmGcAjgaUatDNFlbn4l5bWhaI3qCNvLoHfj+XkkeeuUuz/ibLfXX1FTi4QaKAu9z
N7W+OIUutPqc67VT0Cj20ByGB6v+64zFYTYluC17/mLLUPI9JDhrpQNUD/K66t0R
i1TSw/MX/dV/z8WurviPvE5zCHXaM4IMSQu12OpZGH3r57F04MquRTWqRI77V+Be
nbcH7E/Z5MrSUwq3oECL5m+MwZkUOh9ODcmI12eIm9A7kk/MF5dV5LYcLTLO4MBt
mD7m+eBMpZzWaC6BNB6Ai/zPc6QS1p3GQBw7TQZ7yfXdbl3hAcYe8lvv3C2jJntM
SsooTFoQbmEYawuspte9e1XHE8DGnVvdKnY/B7pbPDTfeluLzuTgm8aYE2s8uz3Y
AIBNyqdhkXB0jA7KlNQF2rE+st5DXzEcJAQmYnlLI8DE3nAlbHJwczTNQxOPbBzu
nxol8qe3fFAXB0jO0ADM7e/IJ3ZODTx+max8d4M4Mr10UemtaytEvz4IuRrTrZb5
bSDWPPF/dy/58YZdVvmHOs5rQAJ3sdt5D0nsCAUKORQpqZojF+LdkqLs1MAgJ+bt
agHqEqs3ZV+qrmoS8WqQv+Ec6l/U4N9yK4tYAxaBs6PqZHIQsAY=
=2LdH
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Mar 22 09:16:47 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Changes since 19.12.3:
* Remove not necessary endl here
* Use correct flags (found when I tried to build against qt5.15)
* Fix link: ui.html -> menus.html
* Use URLs with transport encryption
-------------------------------------------------------------------
Thu Mar 5 20:35:54 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package kbounce
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,17 +21,15 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kbounce
Version: 19.12.3
Version: 20.03.80
Release: 0
Summary: Bounce ball game
License: LGPL-2.0-or-later
Group: Amusements/Games/Action/Other
URL: https://www.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5Bookmarks)
BuildRequires: cmake(KF5Codecs)
@ -41,18 +39,19 @@ BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5Declarative)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5DNSSD)
BuildRequires: cmake(KF5Declarative)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5GlobalAccel)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5ItemModels)
BuildRequires: cmake(KF5ItemViews)
BuildRequires: cmake(KF5JobWidgets)
BuildRequires: cmake(KF5KDEGames)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: cmake(KF5NotifyConfig)
BuildRequires: cmake(KF5Service)
@ -60,10 +59,7 @@ BuildRequires: cmake(KF5TextWidgets)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(KF5KDEGames)
BuildRequires: cmake(Phonon4Qt5)
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickWidgets)
@ -73,17 +69,17 @@ BuildRequires: cmake(Qt5Widgets)
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
%if %{with lang}
Recommends: %{name}-lang
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Recommends: %{name}-lang
%description
Your task in KBounce (Jezz Ball) is to catch several moving balls in a
rectangular game field by building walls. The motivation consists of
finding new and advanced strategies to catch as many balls as possible.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q -n kbounce-%{version}