Accepting request 443357 from home:luca_b:test_KA

KDE Applications - please review

OBS-URL: https://build.opensuse.org/request/show/443357
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kjumpingcube?expand=0&rev=40
This commit is contained in:
Raymond Wooninck 2016-12-03 15:11:20 +00:00 committed by Git OBS Bridge
parent e9490b8b27
commit 871b5bb2bc
4 changed files with 40 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:fc54034bbe5600df773144879e4cbecc39740e89726fd97c98caf98430366ddc
size 138212

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
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.11.80
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.11.80 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