all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 66951@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#66951] [PATCH v3 1/2] gnu: kpmcore: Fix polkit actions directory.
Date: Mon,  6 Nov 2023 09:35:50 +0100	[thread overview]
Message-ID: <9c0cb47d84f82f57879cf41d60823c9b3037a54e.1699259669.git.sughosha@disroot.org> (raw)
In-Reply-To: <4300d8e7305798f3110adff0fdbda099ba5a1560.1699193663.git.sughosha@disroot.org>

* gnu/packages/kde.scm (kpmcore)[#:phases]: Modify
fix-cmake-install-directories and rename it to
fix-polkit-actions-directory.

Change-Id: Ief6e7488dd3e9153100097e2f662ff81729901b1
---
 gnu/packages/kde.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 20fbb41d73..f1efc47069 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1073,11 +1073,13 @@ (define-public kpmcore
      (list
       #:phases
       #~(modify-phases %standard-phases
-          (add-after 'unpack 'fix-cmake-install-directories
+          (add-after 'unpack 'fix-polkit-actions-directory
             (lambda _
               (substitute* "src/util/CMakeLists.txt"
                 (("DESTINATION \\$\\{POLKITQT-1_POLICY_FILES_INSTALL_DIR\\}")
-                 "DESTINATION share/polkit-1/actions")))))))
+                 "DESTINATION share/polkit-1/actions"))
+              (substitute* "src/backend/corebackend.cpp"
+                (("\\/usr") #$output)))))))
     (home-page "https://community.kde.org/Frameworks")
     (synopsis "Library for managing partitions")
     (description "Library for managing partitions.")

base-commit: c0895371c5759c7d9edb330774e90f192cc4cf2c
-- 
2.41.0





  parent reply	other threads:[~2023-11-06  8:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-05 14:15 [bug#66951] [PATCH] gnu: Add partitionmanager Sughosha via Guix-patches via
2023-11-06  6:15 ` [bug#66951] [PATCH v2] " Sughosha via Guix-patches via
2023-11-06  8:35 ` Sughosha via Guix-patches via [this message]
2023-11-06  8:35   ` [bug#66951] [PATCH v3 2/2] " Sughosha via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9c0cb47d84f82f57879cf41d60823c9b3037a54e.1699259669.git.sughosha@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=66951@debbugs.gnu.org \
    --cc=sughosha@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.