guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: akonadi: Rename patch to fix guix lint warning about patch f


From: guix-commits
Subject: 01/02: gnu: akonadi: Rename patch to fix guix lint warning about patch filename size.
Date: Fri, 6 Mar 2020 20:34:19 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 789c02478a9ea78dc4fe416e3a3bd82a8c2b8024
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Fri Mar 6 16:43:18 2020 -0800

    gnu: akonadi: Rename patch to fix guix lint warning about patch filename 
size.
    
    * 
gnu/packages/patches/akonadi-Revert-Make-installation-properly-relocatabl.patch:
      Rename to ...
    * gnu/packages/patches/akonadi-Revert-Make-installation-properly-relo.patch:
      ... this.
    * gnu/packages/kde-pim (akonadi) Update accordingly.
    * gnu/local.mk: Update accordingly.
---
 gnu/local.mk                                                            | 2 +-
 gnu/packages/kde-pim.scm                                                | 2 +-
 ...atabl.patch => akonadi-Revert-Make-installation-properly-relo.patch} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index f6c56ce..e542cc1 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -714,7 +714,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-relocatabl.patch 
\
+  %D%/packages/patches/akonadi-Revert-Make-installation-properly-relo.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 9d48475..b4fc874 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -52,7 +52,7 @@
        (patches (search-patches
                  "akonadi-paths.patch"
                  "akonadi-timestamps.patch"
-                 
"akonadi-Revert-Make-installation-properly-relocatabl.patch"))))
+                 "akonadi-Revert-Make-installation-properly-relo.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-relocatabl.patch
 b/gnu/packages/patches/akonadi-Revert-Make-installation-properly-relo.patch
similarity index 100%
rename from 
gnu/packages/patches/akonadi-Revert-Make-installation-properly-relocatabl.patch
rename to 
gnu/packages/patches/akonadi-Revert-Make-installation-properly-relo.patch



reply via email to

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