SHA256
1
0
forked from pool/kactivities5
Hrvoje Senjan 2015-01-03 19:25:00 +00:00 committed by Git OBS Bridge
parent 925c99760c
commit bdcd79413b
4 changed files with 21 additions and 9 deletions

View File

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

3
kactivities-5.6.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jan 3 18:03:20 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.6.0
* Introducing the ActivityInfo QML object
* Linking now supports special values alongside activity ids.
Supported values:
:global - links to all activities
:current - links to the current activity
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.6.0.php
-------------------------------------------------------------------
Sat Dec 6 12:53:41 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package kactivities5
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,20 +18,20 @@
%define lname libKF5Activities5
Name: kactivities5
Version: 5.5.0
Version: 5.6.0
Release: 0
%define kf5_version %{version}
Summary: KDE Plasma Activities support
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://projects.kde.org/kactivities
Source: http://download.kde.org/stable/frameworks/5.5/kactivities-%{version}.tar.xz
Source: http://download.kde.org/stable/frameworks/5.6/kactivities-%{version}.tar.xz
Source1: baselibs.conf
# PATCH-FIX-UPSTREAM kamd-rename.patch -- https://git.reviewboard.kde.org/r/115602/ -- rename kactivitymanagerd binary so it can co-exist with kactivities4
# PATCH-FIX-UPSTREAM kamd-rename.patch -- https://git.reviewboard.kde.org/r/1.6.02/ -- rename kactivitymanagerd binary so it can co-exist with kactivities4
Patch0: kamd-rename.patch
BuildRequires: boost-devel >= 1.49.0
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 1.5.0
BuildRequires: extra-cmake-modules >= 1.6.0
BuildRequires: fdupes
BuildRequires: kcmutils-devel >= %{kf5_version}
BuildRequires: kconfig-devel >= %{kf5_version}
@ -82,7 +82,7 @@ QML imports.
Summary: KDE Plasma Activities support
Group: Development/Libraries/KDE
Requires: %lname = %{version}
Requires: extra-cmake-modules >= 1.5.0
Requires: extra-cmake-modules >= 1.6.0
Requires: pkgconfig(Qt5Core) >= 5.2.0
%description devel