all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: 73145@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#73145] [PATCH] gnu: libsixel: Fix bash completion directory.
Date: Mon,  9 Sep 2024 17:05:37 +0300	[thread overview]
Message-ID: <b0bf21d9f8dabab8175fd85edbf972a77db3c8a6.1725868596.git.efraim@flashner.co.il> (raw)

* 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@hypermove.net>
 ;;; Copyright © 2014, 2017 John Darrington <jmd@gnu.org>
 ;;; Copyright © 2016, 2017, 2018, 2020 Leo Famulari <leo@famulari.name>
-;;; Copyright © 2016-2023 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016-2024 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2016, 2017, 2020, 2021, 2022 Arun Isaac <arunisaac@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@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





             reply	other threads:[~2024-09-09 14:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-09 14:05 Efraim Flashner [this message]
     [not found] ` <handler.73145.B.172589082531365.ack@debbugs.gnu.org>
2024-09-29 16:11   ` bug#73145: Acknowledgement ([PATCH] gnu: libsixel: Fix bash completion directory.) Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b0bf21d9f8dabab8175fd85edbf972a77db3c8a6.1725868596.git.efraim@flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=73145@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.