GNU bug report logs -
#73145
[PATCH] gnu: libsixel: Fix bash completion directory.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your bug report
#73145: [PATCH] gnu: libsixel: Fix bash completion directory.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 73145 <at> debbugs.gnu.org.
--
73145: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73145
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Patch pushed
--
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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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.