emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58620: closed (Update blur my shell)


From: GNU bug Tracking System
Subject: bug#58620: closed (Update blur my shell)
Date: Sat, 22 Oct 2022 09:08:01 +0000

Your message dated Sat, 22 Oct 2022 11:07:03 +0200
with message-id <b8e67cfe52c48859900f6dd678763ffc2f6e3f20.camel@gmail.com>
and subject line Re: Update blur my shell
has caused the debbugs.gnu.org bug report #58620,
regarding Update blur my shell
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58620: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58620
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Update blur my shell Date: Wed, 19 Oct 2022 04:25:47 +0000
Empty Message

Attachment: 0001-gnu-gnome-shell-extensions-Update-blur-my-shell-to-v.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: Update blur my shell Date: Sat, 22 Oct 2022 11:07:03 +0200 User-agent: Evolution 3.46.0
Am Samstag, dem 22.10.2022 um 04:33 +0000 schrieb Charles:

> Thank you for the great review, Liliana. Using the install plan makes
> this so much better. I think I have addressed all your feedback.
> Updated patch attatched.
Pushed with the following changes:

> +     '(#:install-plan
> +       (let ((install-location
> +              (string-append
> +               "share/gnome-shell/extensions/"
> +               "blur-my-shell@aunetx")))
> +         `(("src/" ,install-location)
> +           ("resources/" ,install-location
> +            #:include-regexp ("\\.svg$" "\\.ui"))
> +           ("." ,install-location
> +            #:exclude-regexp ("src/" "resources/")
> +            #:include-regexp ("\\.js(on)?$" "\\.css$" "\\.ui$"
> "\\.png$"
> +                              "\\.xml$" "\\.compiled$"))))
Used a shorter name for install-location for the sake of conciseness.

> -     (list (list glib "bin"))) ; for glib-compile-schemas
> +     (list (list "glib:bin" glib "bin"))) ; for glib-compile-schemas
Dropped this, because the linter warning is a false positive.

I also rewrote the commit message to fall in line with the others.

Cheers


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]