From bfcd616f2870c8c3ffc9a526fcd574eb5e726a96 Mon Sep 17 00:00:00 2001 From: Andrew Tropin Date: Sat, 14 Jan 2023 09:33:34 +0400 Subject: [PATCH] Add path placeholder for telega-server-command and etc-file. --- telega-core.el | 2 +- telega-customize.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/telega-core.el b/telega-core.el index 36f121e..f9f7976 100644 --- a/telega-core.el +++ b/telega-core.el @@ -41,7 +41,7 @@ (defun telega-etc-file (filename) "Return absolute path to FILENAME from etc/ directory in telega." - (expand-file-name (concat "etc/" filename) telega--lib-directory)) + (concat "@TELEGA_SHARE@" "/" filename)) (defconst telega-spoiler-translation-table (let ((table (make-char-table 'translation-table))) diff --git a/telega-customize.el b/telega-customize.el index 0efb001..77cec5f 100644 --- a/telega-customize.el +++ b/telega-customize.el @@ -633,7 +633,7 @@ In range [1..3]. Use 1." :prefix "telega-server-" :group 'telega) -(defcustom telega-server-command "telega-server" +(defcustom telega-server-command "@TELEGA_SERVER_BIN@" "Command to run as telega server. It should be absolute path or binary file searchable in `exec-path'." :type 'string -- 2.38.1 c55b73f423eb6abb8f9a4c62045ca8dc792'>treecommitdiff
path: root/gnu/packages/fcitx5.scm
AgeCommit message (Expand)Author
2024-10-20gnu: Add fcitx5-chewing....* gnu/packages/fcitx5.scm (fcitx5-chewing): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I27cd2d9732ad12a387ecaa258a36f7342d438ab1 Signed-off-by: jgart <jgart@dismail.de> Charles
2024-09-28gnu: iso-codes: Rename to iso-codes/pinned....* gnu/packages/iso-codes.scm (iso-codes): Rename to… (iso-codes/pinned): … this. * doc/build.scm, gnu/installer.scm, gnu/packages/fcitx.scm, gnu/packages/fcitx5.scm, gnu/packages/gnome.scm, gnu/packages/gstreamer.scm, gnu/packages/gtk.scm, gnu/packages/ibus.scm, gnu/packages/kde-frameworks.scm, gnu/packages/kde-plasma.scm, gnu/packages/mate.scm, gnu/packages/photo.scm, gnu/packages/video.scm: Adjust accordingly. Change-Id: Ia98fee15a27009583fee822cf411512727b1aa27 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Roman Scherer
2024-09-03gnu: fcitx5: Update to 5.1.9....* gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.9. [source]: Use zst source. [native-inputs]: Add zstd. The additional zstd input is needed because the upstream release compression method has changed. Change-Id: I0e7b230d0c86637be3a6b81202221d68af16934d Signed-off-by: jgart <jgart@dismail.de> Charles
2024-07-18gnu: fcitx5-configtool: Update to 5.1.3....* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.1.3. [inputs]: Remove qtbase-5, qtx11extras, qtdeclarative-5, qtquickcontrols2-5, and plasma-framework; add qtbase, qtdeclarative, ksvg, kcmutils, and libplasma. [arguments]<#:configure-flags>: Pass -DUSE_QT6=ON. Change-Id: Icf0c534b062b6d4ce5b19382aa5d1d1f3622afe0 Zheng Junjie
2024-07-18gnu: fcitx5-qt: Use new style....* gnu/packages/fcitx5.scm (fcitx5-qt)[arguments]: Use Gexp. [inputs]: Remove label. Change-Id: Ie47b0d7f0f1184351ffa5df919bfc16aff5e42c9 Zheng Junjie
2024-07-18gnu: fcitx5-qt: Enable qt6 support....* gnu/packages/fcitx5.scm (fcitx5-qt)[arguments]<#:configure-flags>: Add CMAKE_INSTALL_QT6PLUGINDIR and ENABLE_QT6=ON. [inputs]: Add qtbase, qtwayland, wayland. Change-Id: I389253eb08efe765d1c79c44ac5d69717ccaf362 Zheng Junjie