SHA256
1
0
forked from pool/ksudoku

KDE Applications 17.08.80 beta

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksudoku?expand=0&rev=46
This commit is contained in:
Luca Beltrame 2017-03-26 07:22:55 +00:00 committed by Git OBS Bridge
parent b6ce5e8e4e
commit bc7e2f3812
4 changed files with 80 additions and 43 deletions

View File

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

3
ksudoku-17.03.80.tar.xz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Mar 25 23:10:57 CET 2017 - lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
* Fix terminology: by KDE, not for KDE
* Fix conflicting shortcuts: change Hint shortcut
* Fixes for the appdata and the desktop files
-------------------------------------------------------------------
Thu Mar 9 12:45:57 CET 2017 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
#
# spec file for package ksudoku
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,18 +17,45 @@
Name: ksudoku
BuildRequires: libkdegames4-devel
BuildRequires: xz
BuildRequires: pkgconfig(glu)
Version: 17.03.80
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Generate and Solve Sudoku puzzles in 2D or 3D
License: GPL-2.0+
Group: Amusements/Games/Board/Puzzle
Url: http://www.kde.org
Version: 16.12.3
Release: 0
Source0: ksudoku-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kdbusaddons-devel
BuildRequires: kdelibs4support-devel
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: kitemmodels-devel
BuildRequires: knewstuff-devel
BuildRequires: knotifyconfig-devel
BuildRequires: ktextwidgets-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: kwindowsystem-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkdegames-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5OpenGL)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5QuickWidgets)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(glu)
Obsoletes: ksudoku5 < %{version}
Provides: ksudoku5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description
KSudoku is a program that can generate and solve sudoku puzzles. The
@ -37,30 +64,28 @@ cells are filled with a number at the beginnning: the remaining are to
be filled by the player using numbers from 1 to 9, without repeating a
number twice on each column, row, or subsquare.
%prep
%setup -q -n ksudoku-%{version}
%setup -q
%build
%cmake_kde4 -d build
%cmake_kf5 -d build
%make_jobs
%install
cd build
%kde4_makeinstall
%kf5_makeinstall -C build
%suse_update_desktop_file -G "Sudoku Puzzles" org.kde.ksudoku Game LogicGame
%kde_post_install
%files
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kde4_bindir}/ksudoku
%{_kde4_htmldir}/en/ksudoku/
%{_kde4_applicationsdir}/org.kde.ksudoku.desktop
%{_kde4_iconsdir}/hicolor/*/apps/ksudoku.*
%{_kde4_appsdir}/ksudoku/
%{_kde4_configdir}/ksudokurc
%dir %{_datadir}/metainfo
%{_datadir}/metainfo/org.kde.ksudoku.appdata.xml
%{_kf5_bindir}/ksudoku
%{_kf5_htmldir}/en/ksudoku/
%{_kf5_applicationsdir}/org.kde.ksudoku.desktop
%{_kf5_iconsdir}/hicolor/*/*/ksudoku*
%{_datadir}/ksudoku/
%dir %{_kf5_appstreamdir}
%{_kf5_appstreamdir}/org.kde.ksudoku.appdata.xml
%{_kf5_configdir}/ksudokurc
%{_kf5_kxmlguidir}/ksudoku/
%changelog