all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Reza Alizadeh Majd <r.majd@pantherx.org>
To: 61316@debbugs.gnu.org
Cc: Reza Alizadeh Majd <r.majd@pantherx.org>
Subject: [bug#61316] [PATCH] gnu: lxqt-admin: Fix path for timezone file
Date: Mon,  6 Feb 2023 10:29:39 +0330	[thread overview]
Message-ID: <20230206065939.16612-1-r.majd@pantherx.org> (raw)

* gnu/packages/lxqt.scm (lxqt-admin)[arguments]: Update hardcoded path
  for zone.tab to point to tzdata reference.
---
 gnu/packages/lxqt.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index dde87382e8..b02c624f1c 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -320,7 +320,8 @@ (define-public lxqt-admin
            libqtxdg
            polkit-qt
            qtsvg-5
-           qtx11extras))
+           qtx11extras
+           tzdata))
     (native-inputs
      (list lxqt-build-tools qttools-5))
     (arguments
@@ -333,6 +334,10 @@ (define-public lxqt-admin
                             "lxqt-admin-time/CMakeLists.txt")
                (("DESTINATION \"\\$\\{POLKITQT-1_POLICY_FILES_INSTALL_DIR\\}")
                 "DESTINATION \"share/polkit-1/actions"))
+             (substitute* '("lxqt-admin-time/timeadmindialog.cpp")
+               (("ZONETAB_PATH \"/usr")
+                (string-append "ZONETAB_PATH \"" 
+                               (assoc-ref %build-inputs "tzdata"))))
              #t)))))
     (home-page "https://lxqt-project.org")
     (synopsis "LXQt system administration tool")

base-commit: 34c7dd7e09fe714229a1ed723994c385d91bd457
-- 
2.38.1





             reply	other threads:[~2023-02-06  7:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-06  6:59 Reza Alizadeh Majd [this message]
2023-02-08  1:45 ` bug#61316: [PATCH] gnu: lxqt-admin: Fix path for timezone file 宋文武 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=20230206065939.16612-1-r.majd@pantherx.org \
    --to=r.majd@pantherx.org \
    --cc=61316@debbugs.gnu.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.