diff mbox series

[bug#53198] Add & Update some gnome-shell extensions

Message ID Dt1MaagFdYnhmCaL1ZpU2cZuzKK8uolBOpy3bYbzJVrNRwkL2dQR06FE6F6gK5Fx4FMw9JdjHov8KNE3FPZBjbh4cC1wKmM6doqk5f3_ScI=@protonmail.com
State Accepted
Headers show
Series [bug#53198] Add & Update some gnome-shell extensions | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Charles Jan. 11, 2022, 9:53 p.m. UTC
Empty Message

Comments

Mathieu Othacehe Jan. 12, 2022, 11:54 a.m. UTC | #1
Hello,

I fixed a few things before pushing:

* Remove trailing #t.
* Switch to new input style.
* Use "file-name" as suggested by "guix lint".
* Edit some descriptions.

Thanks,

Mathieu
diff mbox series

Patch

From dfde22ab691846677dd5605376951716a91af773 Mon Sep 17 00:00:00 2001
From: Charles <charles.b.jackson@protonmail.com>
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 | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 9a8f1e3bd5..0b0ee81385 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
@@ -273,10 +273,7 @@  (define-public gnome-shell-extension-clipboard-indicator
            (lambda _
              (with-directory-excursion "schemas"
                (invoke "glib-compile-schemas" "."))
-             #t))
-         (add-before 'install 'compile-locales
-           (lambda _ (invoke "./compile-locales.sh")
-                   #t)))))
+             #t)))))
     (native-inputs
      `(("gettext" ,gettext-minimal)
        ("glib:bin" ,glib "bin")))       ; for glib-compile-schemas
-- 
2.34.0