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.
This commit is contained in:
Vagrant Cascadian 2020-03-06 16:43:18 -08:00
parent b2ce10e3a9
commit 789c02478a
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA
3 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -52,7 +52,7 @@ (define-public akonadi
(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)