Accepting request 240045 from KDE:Frameworks5
Update to 5.0.0 OBS-URL: https://build.opensuse.org/request/show/240045 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kactivities5?expand=0&rev=4
This commit is contained in:
commit
cf124c524f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebc8152534a191c92fff129a7405fda8ee15fdaa86d70e678f22c520d7aa04ec
|
||||
size 120396
|
3
kactivities-5.0.0.tar.xz
Normal file
3
kactivities-5.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d117a12bdaadb5f65103ddee89f745bf10edf7afe8f153f97ae32877d29d7fb
|
||||
size 115152
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 1 21:35:53 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.0.0
|
||||
* Final release of KDE Frameworks 5
|
||||
* API improvements and cleanups
|
||||
* Buildsystem fixes
|
||||
* For more details please see:
|
||||
http://www.kde.org/announcements/kde-frameworks-5.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 1 18:02:24 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -18,19 +18,19 @@
|
||||
|
||||
%define lname libKF5Activities5
|
||||
Name: kactivities5
|
||||
Version: 4.100.0
|
||||
Version: 5.0.0
|
||||
Release: 0
|
||||
Summary: KDE Plasma Activities support
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://projects.kde.org/kactivities
|
||||
Source: http://download.kde.org/unstable/frameworks/%{version}/kactivities-%{version}.tar.xz
|
||||
Source: http://download.kde.org/stable/frameworks/%{version}/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
|
||||
Patch0: kamd-rename.patch
|
||||
BuildRequires: boost-devel >= 1.49.0
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 0.0.14
|
||||
BuildRequires: extra-cmake-modules >= 1.0.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kconfig-devel >= %{_kf5_version}
|
||||
BuildRequires: kcoreaddons-devel >= %{_kf5_version}
|
||||
@ -67,7 +67,7 @@ Kactivities provides an API for using and interacting with the Plasma Activities
|
||||
Summary: KDE Base Libraries
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %lname = %{version}
|
||||
Requires: extra-cmake-modules >= 0.0.14
|
||||
Requires: extra-cmake-modules >= 1.0.0
|
||||
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
Obsoletes: kf5-kactivities-devel
|
||||
|
||||
|
@ -30,10 +30,10 @@ index 2a81ff8..fc653a4 100644
|
||||
}
|
||||
|
||||
diff --git a/src/service/Application.cpp b/src/service/Application.cpp
|
||||
index 7c88f78..217b0d4 100644
|
||||
index 09332f8..572fe48 100644
|
||||
--- a/src/service/Application.cpp
|
||||
+++ b/src/service/Application.cpp
|
||||
@@ -349,7 +349,7 @@ int main(int argc, char **argv)
|
||||
@@ -351,7 +351,7 @@ int main(int argc, char **argv)
|
||||
// Starting the dameon
|
||||
|
||||
QProcess::startDetached(
|
||||
@ -68,7 +68,7 @@ index 38e6e2b..fb762e5 100644
|
||||
|
||||
install (FILES
|
||||
diff --git a/src/service/files/kactivitymanagerd.desktop b/src/service/files/kactivitymanagerd.desktop
|
||||
index 58ab7df..fb119bf 100644
|
||||
index be5faa1..3c9b9a9 100644
|
||||
--- a/src/service/files/kactivitymanagerd.desktop
|
||||
+++ b/src/service/files/kactivitymanagerd.desktop
|
||||
@@ -4,7 +4,7 @@ Icon=preferences-activities
|
||||
@ -79,4 +79,4 @@ index 58ab7df..fb119bf 100644
|
||||
+Exec=kactivitymanagerd5
|
||||
|
||||
Name=Activity Manager
|
||||
Name[bs]=Menadžer aktivnosti
|
||||
Name[ar]=مدير الأنشطة
|
||||
|
Loading…
x
Reference in New Issue
Block a user