Accepting request 446073 from KDE:Applications

Update to KDE Applicatons 16.12.0

OBS-URL: https://build.opensuse.org/request/show/446073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kjumpingcube?expand=0&rev=57
This commit is contained in:
Dominique Leuenberger 2016-12-17 09:42:33 +00:00 committed by Git OBS Bridge
commit e426466639
4 changed files with 56 additions and 31 deletions

View File

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Dec 13 19:46:15 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.12.0
* KDE Applications 16.12.0
* https://www.kde.org/announcements/announce-applications-16.12.0.php
-------------------------------------------------------------------
Sat Dec 3 16:32:19 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.90
* KDE Applications 16.12.0 RC
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
-------------------------------------------------------------------
Tue Nov 29 12:31:37 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.80
* KDE Applications 16.12.0 Beta
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 9 06:19:06 UTC 2016 - lbeltrame@kde.org Wed Nov 9 06:19:06 UTC 2016 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package kjumpingcube # spec file for package kjumpingcube
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,34 +17,38 @@
Name: kjumpingcube Name: kjumpingcube
BuildRequires: libkdegames-devel Version: 16.12.0
BuildRequires: extra-cmake-modules Release: 0
BuildRequires: pkgconfig(Qt5Widgets) %define kf5_version 5.26.0
BuildRequires: pkgconfig(Qt5QuickWidgets) # Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
BuildRequires: pkgconfig(Qt5Test) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: kconfig-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: ki18n-devel
BuildRequires: kguiaddons-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kitemviews-devel
BuildRequires: kiconthemes-devel
BuildRequires: kxmlgui-devel
BuildRequires: kio-devel
BuildRequires: knotifyconfig-devel
BuildRequires: kdelibs4support-devel
BuildRequires: knewstuff-devel
BuildRequires: phonon4qt5-devel
BuildRequires: update-desktop-files
Summary: Tactical board game Summary: Tactical board game
License: GPL-2.0+ License: GPL-2.0+
Group: Amusements/Games/Board/Puzzle Group: Amusements/Games/Board/Puzzle
Url: http://www.kde.org Url: http://www.kde.org
Version: 16.08.3
Release: 0
Source0: kjumpingcube-%{version}.tar.xz Source0: kjumpingcube-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kguiaddons-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(Qt5QuickWidgets)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
Obsoletes: %{name}5 < %{version} Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version} Provides: %{name}5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -54,7 +58,6 @@ KJumpingCube is a tactical one or two-player game. The playing field
consists of squares that contains points which can be increased. By consists of squares that contains points which can be increased. By
this you can gain more fields and finally win the board over. this you can gain more fields and finally win the board over.
%prep %prep
%setup -q -n kjumpingcube-%{version} %setup -q -n kjumpingcube-%{version}
@ -64,8 +67,6 @@ this you can gain more fields and finally win the board over.
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
# .desktop files shouldn't be executable
chmod -x %{buildroot}/usr/share/applications/org.kde.kjumpingcube.desktop
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -77,6 +78,6 @@ this you can gain more fields and finally win the board over.
%{_kf5_appsdir}/kjumpingcube/ %{_kf5_appsdir}/kjumpingcube/
%dir %{_kf5_configkcfgdir} %dir %{_kf5_configkcfgdir}
%{_kf5_configkcfgdir}/kjumpingcube.kcfg %{_kf5_configkcfgdir}/kjumpingcube.kcfg
%_datadir/kxmlgui5/kjumpingcube/ %{_datadir}/kxmlgui5/kjumpingcube/
%changelog %changelog