all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61316] [PATCH] gnu: lxqt-admin: Fix path for timezone file
@ 2023-02-06  6:59 Reza Alizadeh Majd
  2023-02-08  1:45 ` bug#61316: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Reza Alizadeh Majd @ 2023-02-06  6:59 UTC (permalink / raw)
  To: 61316; +Cc: Reza Alizadeh Majd

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61316: [PATCH] gnu: lxqt-admin: Fix path for timezone file
  2023-02-06  6:59 [bug#61316] [PATCH] gnu: lxqt-admin: Fix path for timezone file Reza Alizadeh Majd
@ 2023-02-08  1:45 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-02-08  1:45 UTC (permalink / raw)
  To: Reza Alizadeh Majd; +Cc: 61316-done

Reza Alizadeh Majd <r.majd@pantherx.org> writes:

> * gnu/packages/lxqt.scm (lxqt-admin)[arguments]: Update hardcoded path
>   for zone.tab to point to tzdata reference.

Hello, while the patch doesn't build, I have fix it and pushed a new one
to master.

Thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-08  1:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-06  6:59 [bug#61316] [PATCH] gnu: lxqt-admin: Fix path for timezone file Reza Alizadeh Majd
2023-02-08  1:45 ` bug#61316: " 宋文武 via Guix-patches via

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.