From fbd4fa3f861ecb9ddbc1f6e2f6fc1c36f8cead3a Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 11 Jan 2022 15:28:50 -0600 Subject: [PATCH 4/4] gnu: gnome-xyz: gnome-shell-extension-clipboard-indicator: Update to 39. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator): Update to version 39. --- gnu/packages/gnome-xyz.scm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index ed0e96cb74..9c81ac4316 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -242,7 +242,7 @@ (define-public gnome-shell-extension-appindicator (define-public gnome-shell-extension-clipboard-indicator (package (name "gnome-shell-extension-clipboard-indicator") - (version "34") + (version "39") (source (origin (method git-fetch) (uri (git-reference @@ -252,7 +252,7 @@ (define-public gnome-shell-extension-clipboard-indicator (file-name (git-file-name name version)) (sha256 (base32 - "0i00psc1ky70zljd14jzr627y7nd8xwnwrh4xpajl1f6djabh12s")) + "1kq6bzxki7lwmw690f4qml8pvfwafpqpsfnq2kyjhrp8nh39axwi")) (modules '((guix build utils))) (snippet ;; Remove pre-compiled settings schemas and translations from @@ -272,11 +272,7 @@ (define-public gnome-shell-extension-clipboard-indicator (add-before 'install 'compile-schemas (lambda _ (with-directory-excursion "schemas" - (invoke "glib-compile-schemas" ".")) - #t)) - (add-before 'install 'compile-locales - (lambda _ (invoke "./compile-locales.sh") - #t))))) + (invoke "glib-compile-schemas" "."))))))) (native-inputs `(("gettext" ,gettext-minimal) ("glib:bin" ,glib "bin"))) ; for glib-compile-schemas -- 2.34.0