guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gnome-control-center: Shorten patch file name.


From: guix-commits
Subject: 02/02: gnu: gnome-control-center: Shorten patch file name.
Date: Wed, 17 Jul 2019 10:00:03 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 0de9a1be04a2f93bcdf81bdb0f6c2dca12225974
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 17 15:58:34 2019 +0200

    gnu: gnome-control-center: Shorten patch file name.
    
    * 
gnu/packages/patches/gnome-control-center-use-udisks-to-get-disk-size.patch:
    Rename to...
    * gnu/packages/patches/gnome-control-center-udisks.patch: ... this.
    * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
    * gnu/packages/gnome.scm (gnome-control-center)[source]: Likewise.
---
 gnu/local.mk                                                           | 2 +-
 gnu/packages/gnome.scm                                                 | 3 +--
 ...udisks-to-get-disk-size.patch => gnome-control-center-udisks.patch} | 0
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index c41836a..49c3826 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -889,7 +889,7 @@ dist_patch_DATA =                                           
\
   %D%/packages/patches/glog-gcc-5-demangling.patch             \
   %D%/packages/patches/gmp-arm-asm-nothumb.patch               \
   %D%/packages/patches/gmp-faulty-test.patch                   \
-  %D%/packages/patches/gnome-control-center-use-udisks-to-get-disk-size.patch  
\
+  %D%/packages/patches/gnome-control-center-udisks.patch       \
   %D%/packages/patches/gnome-shell-theme.patch                 \
   %D%/packages/patches/gnome-tweaks-search-paths.patch         \
   %D%/packages/patches/gnutls-skip-trust-store-test.patch      \
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 46dd268..beaba3b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5941,8 +5941,7 @@ devices using the GNOME desktop.")
                (base32
                 "0gih1cmqbv803kp30704sllghb0impa0mmv3j8pndfg4zr2mnq9r"))
               (patches
-               (search-patches
-                "gnome-control-center-use-udisks-to-get-disk-size.patch"))))
+               (search-patches "gnome-control-center-udisks.patch"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t
diff --git 
a/gnu/packages/patches/gnome-control-center-use-udisks-to-get-disk-size.patch 
b/gnu/packages/patches/gnome-control-center-udisks.patch
similarity index 100%
rename from 
gnu/packages/patches/gnome-control-center-use-udisks-to-get-disk-size.patch
rename to gnu/packages/patches/gnome-control-center-udisks.patch



reply via email to

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