From 52b9a0f91094888b9dd55d3d5a50cb44887ff3d3 Mon Sep 17 00:00:00 2001 From: Andrew Tropin Date: Mon, 6 May 2024 10:41:53 +0200 Subject: [PATCH] Add path placeholder for telega-server-command and etc-file. --- telega-core.el | 3 +-- telega-customize.el | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/telega-core.el b/telega-core.el index f798b40..2db0d64 100644 --- a/telega-core.el +++ b/telega-core.el @@ -45,8 +45,7 @@ (defun telega-etc-file (filename) "Return absolute path to FILENAME from etc/ directory in telega. Use FILENAME as is if resulting file does not exist." - (let ((abspath (expand-file-name (concat "etc/" filename) - telega--lib-directory))) + (let ((abspath (concat "@TELEGA_SHARE@" "/" filename))) (if (file-exists-p abspath) abspath filename))) diff --git a/telega-customize.el b/telega-customize.el index 8393f0f..cb21465 100644 --- a/telega-customize.el +++ b/telega-customize.el @@ -678,7 +678,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.41.0 cm?id=095516d897d73a6f5d82cfccf6c1135e876d313f'>commitdiff
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
2024-05-13gnu: fcitx5-configtool: Remove inputs label....* gnu/packages/fcitx5.scm (fcitx5-configtool) [inputs]: Remove label. Change-Id: Ib45fbf71d5f2ffbac3285e388629b6cf0ca004fe Signed-off-by: Christopher Baines <mail@cbaines.net> Zheng Junjie
2024-05-13gnu: fcitx5-configtool: Enable kcm support....* gnu/packages/fcitx5.scm (fcitx5-configtool) [arguments]: Remove it. [inputs]: Add qtdeclarative, qtquickcontrols2, ki18n, kpackage, kdeclarative, kiconthemes, kcoreaddons, plasma-framework, kwindowsystem, kirigami, libxkbcommon. Change-Id: I43a43458232a5ad3c1d156c779359e356cbf98b8 Signed-off-by: Christopher Baines <mail@cbaines.net> Zheng Junjie