GNU bug report logs - #73145
[PATCH] gnu: libsixel: Fix bash completion directory.

Previous Next

Package: guix-patches;

Reported by: Efraim Flashner <efraim <at> flashner.co.il>

Date: Mon, 9 Sep 2024 14:08:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Efraim Flashner <efraim <at> flashner.co.il>
To: 73145 <at> debbugs.gnu.org
Cc: Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#73145] [PATCH] gnu: libsixel: Fix bash completion directory.
Date: Mon,  9 Sep 2024 17:05:37 +0300
* gnu/packages/image.scm (libsixel)[arguments]: Adjust the
configure-flags to install the bash completion script into the standard
directory.

Change-Id: I12a52f8565474ec63e2bd1fa15e5412555a81c31
---
 gnu/packages/image.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 91890452d43..08ca29cdfcc 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2015 Amirouche Boubekki <amirouche <at> hypermove.net>
 ;;; Copyright © 2014, 2017 John Darrington <jmd <at> gnu.org>
 ;;; Copyright © 2016, 2017, 2018, 2020 Leo Famulari <leo <at> famulari.name>
-;;; Copyright © 2016-2023 Efraim Flashner <efraim <at> flashner.co.il>
+;;; Copyright © 2016-2024 Efraim Flashner <efraim <at> flashner.co.il>
 ;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <me <at> tobias.gr>
 ;;; Copyright © 2016 Eric Bavier <bavier <at> member.fsf.org>
 ;;; Copyright © 2016, 2017, 2020, 2021, 2022 Arun Isaac <arunisaac <at> systemreboot.net>
@@ -2830,7 +2830,8 @@ (define-public libsixel
       #:configure-flags #~(list "--buildtype=plain"
                                 "-Dtests=enabled"
                                 "-Dlibcurl=disabled"
-                                "-Dgdk-pixbuf2=enabled")))
+                                "-Dgdk-pixbuf2=enabled"
+                                "-Dbashcompletiondir=etc/bash_completion.d")))
     (native-inputs (list pkg-config))
     (inputs (list libjpeg-turbo libpng python))
     ;; pkg-config's "Requires.private" need gdk-pixbuf. TODO: Remove it when

base-commit: 056910ec864cb7cf3225a0c27679d94405db7dcd
-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted





This bug report was last modified 231 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.