SHA256
1
0
forked from pool/khangman

Accepting request 443344 from home:luca_b:test_KA

KDE Applications - please review

OBS-URL: https://build.opensuse.org/request/show/443344
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/khangman?expand=0&rev=40
This commit is contained in:
Raymond Wooninck 2016-12-03 15:22:07 +00:00 committed by Git OBS Bridge
parent b6b7fbd74c
commit 8a87cbf6fa
4 changed files with 24 additions and 11 deletions

View File

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

3
khangman-16.11.80.tar.xz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 29 12:29:55 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:18:05 UTC 2016 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
#
# spec file for package khangman
#
# 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,8 +17,11 @@
Name: khangman
Version: 16.08.3
Version: 16.11.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: Hangman Game
License: GPL-2.0+
Group: Amusements/Teaching/Language
@ -29,16 +32,17 @@ BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kcrash-devel
BuildRequires: kdeclarative-devel
BuildRequires: kdoctools-devel
BuildRequires: kf5-filesystem
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: knewstuff-devel
BuildRequires: knotifications-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkeduvocdocument-devel
BuildRequires: phonon4qt5-devel
BuildRequires: kio-devel
BuildRequires: kdeclarative-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Qml)
@ -46,18 +50,19 @@ BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5QuickWidgets)
BuildRequires: pkgconfig(Qt5Svg)
Requires: kdeedu-data
Conflicts: khangman
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Obsoletes: khangman5 < %{version}
Obsoletes: khangman-devel < %{version}
Obsoletes: libkhangmanengine5 < %{version}
Obsoletes: libkhangmanengine5 < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Classical hangman game for KDE.
%prep
%setup -q -n %{name}-%{version}
%setup -q
%build
%cmake_kf5 -d build
@ -77,7 +82,7 @@ Classical hangman game for KDE.
%config %{_kf5_configdir}/khangman.knsrc
%dir %{_kf5_configkcfgdir}
%{_kf5_configkcfgdir}/khangman.kcfg
%{_kf5_sharedir}/appdata/
%{_kf5_appstreamdir}/
%{_kf5_iconsdir}/hicolor/*/apps/khangman.*
%changelog