Accepting request 443297 from home:luca_b:test_KA
KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443297 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kanagram?expand=0&rev=32
This commit is contained in:
parent
3df3dad504
commit
0cbf311a01
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9256b7807396bdca0b5a1d27a15d29278b08edefddc4b0b1278973391044912d
|
|
||||||
size 5522408
|
|
3
kanagram-16.11.80.tar.xz
Normal file
3
kanagram-16.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:29f53ef5c2752601dd1238f8f3d2406b399be56ebf8f5336bcbc31d4ccf07bdb
|
||||||
|
size 5524172
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 29 12:21:11 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:13:38 UTC 2016 - lbeltrame@kde.org
|
Wed Nov 9 06:13:38 UTC 2016 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kanagram
|
# spec file for package kanagram
|
||||||
#
|
#
|
||||||
# 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,8 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kanagram
|
Name: kanagram
|
||||||
Version: 16.08.3
|
Version: 16.11.80
|
||||||
Release: 0
|
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: Anagram Game
|
Summary: Anagram Game
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Amusements/Teaching/Language
|
Group: Amusements/Teaching/Language
|
||||||
@ -35,6 +38,7 @@ BuildRequires: kio-devel
|
|||||||
BuildRequires: knewstuff-devel
|
BuildRequires: knewstuff-devel
|
||||||
BuildRequires: libkeduvocdocument-devel
|
BuildRequires: libkeduvocdocument-devel
|
||||||
BuildRequires: phonon4qt5-devel
|
BuildRequires: phonon4qt5-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: sonnet-devel
|
BuildRequires: sonnet-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
@ -47,13 +51,14 @@ BuildRequires: pkgconfig(Qt5WebKit) >= 5.2.0
|
|||||||
Requires: kdeedu-data
|
Requires: kdeedu-data
|
||||||
Obsoletes: %{name}5 < %{version}
|
Obsoletes: %{name}5 < %{version}
|
||||||
Provides: %{name}5 = %{version}
|
Provides: %{name}5 = %{version}
|
||||||
|
Obsoletes: kanagram5 < %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Kanagram is a letter order game.
|
Kanagram is a letter order game.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
@ -69,7 +74,7 @@ Kanagram is a letter order game.
|
|||||||
%{_kf5_htmldir}/en/kanagram/
|
%{_kf5_htmldir}/en/kanagram/
|
||||||
%{_kf5_bindir}/kanagram
|
%{_kf5_bindir}/kanagram
|
||||||
%config %{_kf5_configdir}/kanagram.knsrc
|
%config %{_kf5_configdir}/kanagram.knsrc
|
||||||
%{_kf5_sharedir}/appdata/
|
%{_kf5_appstreamdir}/
|
||||||
%{_kf5_applicationsdir}/org.kde.kanagram.desktop
|
%{_kf5_applicationsdir}/org.kde.kanagram.desktop
|
||||||
%{_kf5_configkcfgdir}/
|
%{_kf5_configkcfgdir}/
|
||||||
%dir %{_kf5_iconsdir}/hicolor/24x24
|
%dir %{_kf5_iconsdir}/hicolor/24x24
|
||||||
|
Loading…
Reference in New Issue
Block a user