From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Qwel <qwel@e.email>, 74024@debbugs.gnu.org
Cc: Vivien Kraus <vivien@planete-kraus.eu>,
Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: [bug#74024] [PATCH] gnu: Add gnome-shell-extension-quick-close-in-overview
Date: Sun, 27 Oct 2024 12:08:57 +0100 [thread overview]
Message-ID: <d74a6db0fef5f05b16fd1631dc30a8785f159d2a.camel@gmail.com> (raw)
In-Reply-To: <fce13b0827d6476cd541d237846b8b256993e361.1729889919.git.qwel@e.email>
Am Freitag, dem 25.10.2024 um 22:58 +0200 schrieb Qwel:
> ---
Missing ChangeLog.
> gnu/packages/gnome-xyz.scm | 35 +++++++++++++++++++++++++++++++++++
> 1 file changed, 35 insertions(+)
>
> diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
> index a09c0befb0..63eaa85ff9 100644
> --- a/gnu/packages/gnome-xyz.scm
> +++ b/gnu/packages/gnome-xyz.scm
> @@ -1277,6 +1277,41 @@ (define-public gnome-shell-extension-vitals
> bar of the GNOME Shell.")
> (license license:gpl2+)))
>
> +(define-public gnome-shell-extension-quick-close-in-overview
> + (package
> + (name "gnome-shell-extension-quick-close-in-overview")
> + (version "1.9.1")
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/p91paul/middleclickclose")
> + (commit (string-append "v" version))))
> + (sha256
> + (base32
> "11jsagvcmpnakp1s4hh84anl23hprmkwlyb9ykbpqc64glpwp7ff"))
> + (file-name (git-file-name name version))))
> + (build-system copy-build-system)
> + (arguments
> + (list
> + #:install-plan
> + #~'(("." "share/gnome-shell/extensions/"
> + #:include-regexp ("\\.compiled$" "\\.js(on)?$"
> "\\.mo$")))
> + #:phases
> + #~(modify-phases %standard-phases
> + (add-before 'install 'compile-schemas
> + (lambda _
> + (with-directory-excursion
> + "middleclickclose@paolo.tranquilli.gmail.com/schemas"
> + (invoke "glib-compile-schemas" ".")))))))
> + (native-inputs (list `(,glib "bin")))
> + (synopsis
> + "Gnome shell extension for closing apps in overview with a
> middle click")
> + (description
> + "Close windows with a button click (the middle one by default)
> when in
> + overview mode.")
The synopsis should be shorter, the description could be a bit longer
and better structured.
> + (home-page "https://github.com/p91paul/middleclickclose")
> + (license license:gpl2)))
Should be gpl2+.
Cheers
next prev parent reply other threads:[~2024-10-27 11:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-25 20:58 [bug#74024] [PATCH] gnu: Add gnome-shell-extension-quick-close-in-overview Qwel via Guix-patches via
2024-10-27 11:08 ` Liliana Marie Prikler [this message]
2024-11-05 13:36 ` [bug#74024] [PATCH v3dee2d6] " Qwel via Guix-patches via
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=d74a6db0fef5f05b16fd1631dc30a8785f159d2a.camel@gmail.com \
--to=liliana.prikler@gmail.com \
--cc=74024@debbugs.gnu.org \
--cc=maxim.cournoyer@gmail.com \
--cc=qwel@e.email \
--cc=vivien@planete-kraus.eu \
/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.