Accepting request 696326 from KDE:Applications
KDE Applications 19.04.0 (forwarded request 696164 from luca_b) OBS-URL: https://build.opensuse.org/request/show/696326 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ktuberling?expand=0&rev=84
This commit is contained in:
commit
910de353de
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b69815f3553f843c30ab9d026ca7da97e62e66b58851111d1e4d29e57d67bd04
|
||||
size 32798716
|
3
ktuberling-19.04.0.tar.xz
Normal file
3
ktuberling-19.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:984c29562bd20f93117e7d79aa120dd906e6d4490ae5d2b52ad03f7bbfb85ace
|
||||
size 32630400
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 20 06:51:58 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
- Update to 19.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-19.04.0.php
|
||||
- Changes since 19.03.90:
|
||||
* No code changes since 19.03.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 09 20:54:44 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
- Update to 19.03.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/announce-applications-19.04-rc.php
|
||||
- Changes since 19.03.80:
|
||||
* No code changes since 19.03.80
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 06:41:08 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
- Update to 19.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/announce-applications-19.04-beta.php
|
||||
- Changes since 18.12.3:
|
||||
* Port qSort
|
||||
* fully port away from kdelibs4support
|
||||
* Attempt to fix binary factory build
|
||||
* There is no pepperoni, only pepper
|
||||
* Fix clazy warning
|
||||
* Fix clazy rule-of-three warnings in SoundFactory
|
||||
* Use isEmpty
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 09 08:03:22 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
|
@ -16,12 +16,12 @@
|
||||
#
|
||||
|
||||
|
||||
%define kf5_version 5.26.0
|
||||
%define kf5_version 5.55.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: ktuberling
|
||||
Version: 18.12.3
|
||||
Version: 19.04.0
|
||||
Release: 0
|
||||
Summary: Potato drawing editor
|
||||
License: GPL-2.0-or-later
|
||||
@ -31,31 +31,26 @@ Source0: ktuberling-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kconfigwidgets-devel
|
||||
BuildRequires: kcompletion-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kdelibs4support-devel
|
||||
BuildRequires: kguiaddons-devel
|
||||
BuildRequires: kcrash-devel
|
||||
BuildRequires: kdbusaddons-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kiconthemes-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: kitemviews-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
BuildRequires: knotifyconfig-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: libkdegames-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Multimedia)
|
||||
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5Xml)
|
||||
Provides: ktuberling5 = %{version}
|
||||
Obsoletes: ktuberling5 < %{version}
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
|
||||
%description
|
||||
KTuberling is a nice potato editor for kids. The game intended for
|
||||
@ -63,9 +58,7 @@ 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.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
Reference in New Issue
Block a user