guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: akonadi: Shorten file name of patch.


From: guix-commits
Subject: 02/07: gnu: akonadi: Shorten file name of patch.
Date: Fri, 10 Apr 2020 10:03:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 79b0816e173b973ce03f46bfd91a0859b5e301e8
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri Apr 10 14:55:31 2020 +0200

    gnu: akonadi: Shorten file name of patch.
    
    This ensures we stay below the POSIX tar file name length limit.
    
    * gnu/packages/patches/akonadi-Revert-Make-installation-properly-relo.patch:
    Rename to...
    * gnu/packages/patches/akonadi-not-relocatable.patch: ... this.
    * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
    * gnu/packages/kde-pim.scm (akonadi): Likewise.
---
 gnu/local.mk                                                            | 2 +-
 gnu/packages/kde-pim.scm                                                | 2 +-
 ...e-installation-properly-relo.patch => akonadi-not-relocatable.patch} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index a9dda84..ba9bd98 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -726,7 +726,7 @@ dist_patch_DATA =                                           
\
   %D%/packages/patches/aegisub-boost68.patch                    \
   %D%/packages/patches/agg-am_c_prototype.patch                        \
   %D%/packages/patches/akonadi-paths.patch             \
-  %D%/packages/patches/akonadi-Revert-Make-installation-properly-relo.patch \
+  %D%/packages/patches/akonadi-not-relocatable.patch           \
   %D%/packages/patches/akonadi-timestamps.patch                \
   %D%/packages/patches/allegro-mesa-18.2.5-and-later.patch     \
   %D%/packages/patches/amule-crypto-6.patch                    \
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 1b99ae1..fea6dd3 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -53,7 +53,7 @@
        (patches (search-patches
                  "akonadi-paths.patch"
                  "akonadi-timestamps.patch"
-                 "akonadi-Revert-Make-installation-properly-relo.patch"))))
+                 "akonadi-not-relocatable.patch"))))
     (build-system qt-build-system)
     (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)
diff --git 
a/gnu/packages/patches/akonadi-Revert-Make-installation-properly-relo.patch 
b/gnu/packages/patches/akonadi-not-relocatable.patch
similarity index 100%
rename from 
gnu/packages/patches/akonadi-Revert-Make-installation-properly-relo.patch
rename to gnu/packages/patches/akonadi-not-relocatable.patch



reply via email to

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