guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: kauth: Fix cmake macros to be used by other packages.


From: Hartmut Goebel
Subject: 04/04: gnu: kauth: Fix cmake macros to be used by other packages.
Date: Tue, 29 Nov 2016 18:14:36 +0000 (UTC)

htgoebel pushed a commit to branch master
in repository guix.

commit dc2ef09ad79803f2cc4828ef18927ca0e75e24fa
Author: Hartmut Goebel <address@hidden>
Date:   Tue Nov 29 19:13:40 2016 +0100

    gnu: kauth: Fix cmake macros to be used by other packages.
    
    * gnu/packages/kde-framework.scm (kauth)[phases]: New phase
      fix-cmake-install-paths.
---
 gnu/packages/kde-frameworks.scm |   11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 4857cf2..8b84133 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1203,6 +1203,17 @@ uses a job-based interface to queue tasks and execute 
them in an efficient way."
     (arguments
      `(#:phases
        (modify-phases %standard-phases
+         (add-after 'unpack 'fix-cmake-install-directories
+           (lambda _
+             ;; Make packages using kauth put their policy files and helpers
+             ;; into their own prefix.
+             (substitute* "KF5AuthConfig.cmake.in"
+               (("@KAUTH_POLICY_FILES_INSTALL_DIR@")
+                "${KDE_INSTALL_DATADIR}/polkit-1/actions")
+               (("@KAUTH_HELPER_INSTALL_DIR@")
+                "${KDE_INSTALL_LIBEXECDIR}")
+               (("@KAUTH_HELPER_INSTALL_ABSOLUTE_DIR@")
+                "${KDE_INSTALL_LIBEXECDIR}"))))
          (replace 'check
            (lambda _
              (setenv "DBUS_FATAL_WARNINGS" "0")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]