[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68556] [PATCH gnome-team 09/25] gnu: gnome-shell-extension-topicons
From: |
Vivien Kraus |
Subject: |
[bug#68556] [PATCH gnome-team 09/25] gnu: gnome-shell-extension-topicons-redux: Update style. |
Date: |
Tue, 16 Jan 2024 22:50:02 +0100 |
User-agent: |
Evolution 3.48.4 |
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux)
[arguments]: Convert to list of G-Expressions.
<#:phases>: Do not replace 'install.
<#:make-flags>: Add INSTALL_PATH.
Change-Id: Iddccb8dd959ccd9edcefc9b76b5b2b4808e5b231
---
gnu/packages/gnome-xyz.scm | 23 +++++++++--------------
1 file changed, 9 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index fea25ab63f..efe040c37e 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -699,20 +699,15 @@ (define-public gnome-shell-extension-topicons-redux
(native-inputs
(list `(,glib "bin")))
(arguments
- `(#:tests? #f ;no test defined in the project
- #:phases
- (modify-phases %standard-phases
- (delete 'configure)
- (delete 'build)
- (replace 'install
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((out (assoc-ref outputs "out")))
- (invoke "make"
- "install"
- (string-append
- "INSTALL_PATH="
- out
- "/share/gnome-shell/extensions"))))))))
+ (list
+ #:tests? #f ;no test defined in the project
+ #:make-flags
+ #~(list (string-append "INSTALL_PATH=" #$output
+ "/share/gnome-shell/extensions"))
+ #:phases
+ #~(modify-phases %standard-phases
+ (delete 'configure)
+ (delete 'build))))
(home-page "https://gitlab.com/pop-planet/TopIcons-Redux")
(synopsis "Display legacy tray icons in the GNOME Shell top panel")
(description "Many applications, such as chat clients, downloaders, and
--
2.41.0
- [bug#68556] [PATCH gnome-team 00/25] Update the GNOME Shell extensions, Vivien Kraus, 2024/01/17
- [bug#68556] [PATCH gnome-team 03/25] gnu: Remove gnome-shell-extension-hide-app-icon., Vivien Kraus, 2024/01/17
- [bug#68556] [PATCH gnome-team 04/25] gnu: gnome-shell-extension-dash-to-panel: Update to 56., Vivien Kraus, 2024/01/17
- [bug#68556] [PATCH gnome-team 05/25] gnu: gnome-shell-extension-unite-shell: Update to 72., Vivien Kraus, 2024/01/17
- [bug#68556] [PATCH gnome-team 13/25] gnu: gnome-shell-extension-radio: Update to 21., Vivien Kraus, 2024/01/17
- [bug#68556] [PATCH gnome-team 06/25] gnu: gnome-shell-extension-appindicator: Update to 53., Vivien Kraus, 2024/01/17
- [bug#68556] [PATCH gnome-team 09/25] gnu: gnome-shell-extension-topicons-redux: Update style.,
Vivien Kraus <=
- [bug#68556] [PATCH gnome-team 07/25] gnu: gnome-shell-extension-clipboard-indicator: Update to 47., Vivien Kraus, 2024/01/17
- [bug#68556] [PATCH gnome-team 01/25] gnu: gnome-shell-extension-dash-to-dock: Update to 79., Vivien Kraus, 2024/01/17
- [bug#68556] [PATCH gnome-team 14/25] gnu: gnome-shell-extension-jiggle: Update style., Vivien Kraus, 2024/01/17
- [bug#68556] [PATCH gnome-team 16/25] gnu: gnome-shell-extension-just-perfection: Update to 26.0., Vivien Kraus, 2024/01/17
- [bug#68556] [PATCH gnome-team 15/25] gnu: Remove gnome-shell-extension-jiggle., Vivien Kraus, 2024/01/17
- [bug#68556] [PATCH gnome-team 08/25] gnu: gnome-shell-extensions-customize-ibus: Update to 86., Vivien Kraus, 2024/01/17
- [bug#68556] [PATCH gnome-team 02/25] gnu: gnome-shell-extension-hide-app-icon: Modernize style., Vivien Kraus, 2024/01/17
- [bug#68556] [PATCH gnome-team 12/25] gnu: gnome-shell-extension-burn-my-windows: Update to 40., Vivien Kraus, 2024/01/17
- [bug#68556] [PATCH gnome-team 24/25] gnu: gnome-shell-extension-vertical-overview: Update style., Vivien Kraus, 2024/01/17