forked from pool/kactivities5
This commit is contained in:
parent
96a9463237
commit
50f580f180
@ -36,6 +36,7 @@ BuildRequires: kcoreaddons-devel >= %{_kf5_version}
|
||||
BuildRequires: kdbusaddons-devel >= %{_kf5_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: ki18n-devel >= %{_kf5_version}
|
||||
BuildRequires: kio-devel >= %{_kf5_version}
|
||||
BuildRequires: kservice-devel >= %{_kf5_version}
|
||||
BuildRequires: kwindowsystem-devel >= %{_kf5_version}
|
||||
BuildRequires: xz
|
||||
@ -65,7 +66,7 @@ Summary: KDE Base Libraries
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %lname = %{version}
|
||||
Requires: extra-cmake-modules >= 0.0.14
|
||||
Requires: kdbusaddons-devel >= %{_kf5_version}
|
||||
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
Obsoletes: kf5-kactivities-devel
|
||||
|
||||
%description devel
|
||||
|
@ -29,8 +29,21 @@ index 2a81ff8..fc653a4 100644
|
||||
#endif
|
||||
}
|
||||
|
||||
diff --git a/src/service/Application.cpp b/src/service/Application.cpp
|
||||
index 7c88f78..217b0d4 100644
|
||||
--- a/src/service/Application.cpp
|
||||
+++ b/src/service/Application.cpp
|
||||
@@ -349,7 +349,7 @@ int main(int argc, char **argv)
|
||||
// Starting the dameon
|
||||
|
||||
QProcess::startDetached(
|
||||
- KAMD_INSTALL_PREFIX "/bin/kactivitymanagerd",
|
||||
+ KAMD_INSTALL_PREFIX "/bin/kactivitymanagerd5",
|
||||
{"start-daemon"}
|
||||
);
|
||||
|
||||
diff --git a/src/service/CMakeLists.txt b/src/service/CMakeLists.txt
|
||||
index 46ef942..dd976c3 100644
|
||||
index 38e6e2b..fb762e5 100644
|
||||
--- a/src/service/CMakeLists.txt
|
||||
+++ b/src/service/CMakeLists.txt
|
||||
@@ -60,9 +60,9 @@ qt5_add_dbus_adaptor (
|
||||
|
Loading…
x
Reference in New Issue
Block a user