[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26924: [PATCH 12/12] gnu: calibre: Don't create uninstaller
From: |
Marius Bakke |
Subject: |
bug#26924: [PATCH 12/12] gnu: calibre: Don't create uninstaller |
Date: |
Mon, 15 May 2017 19:24:32 +0200 |
User-agent: |
Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) |
Brendan Tildesley <address@hidden> writes:
> From 71da9cd2a9c030748bd537110935f67af2097430 Mon Sep 17 00:00:00 2001
> From: Brendan Tildesley <address@hidden>
> Date: Mon, 15 May 2017 00:37:07 +1000
> Subject: [PATCH 12/12] gnu: calibre: Don't create uninstaller
>
> gnu/packages/ebook.scm (calibre). Don't create uninstaller
> ---
> gnu/packages/ebook.scm | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
> index 2e5863e6c..131cf77b3 100644
> --- a/gnu/packages/ebook.scm
> +++ b/gnu/packages/ebook.scm
> @@ -84,6 +84,7 @@
> (delete-file-recursively "resources/fonts/liberation")
> (delete-file-recursively "src/chardet")
> (substitute* (find-files "." "\\.py")
> + (("self\\.create_uninstaller()") "")
> (("calibre\\.ebooks\\.markdown") "markdown"))))
Can you add a comment about what the uninstaller is, and why we are
removing it?
signature.asc
Description: PGP signature
- bug#26924: [PATCH 07/12] gnu: calibre: Unbundle liberation fonts, (continued)
- bug#26924: [PATCH 08/12] gnu: calibre: Unbundle chardet, Brendan Tildesley, 2017/05/14
- bug#26924: [PATCH 10/12] gnu: chmlib: Use #:prefix license:, Brendan Tildesley, 2017/05/14
- bug#26924: [PATCH 09/12] gnu: calibre: Add missing dependencies., Brendan Tildesley, 2017/05/14
- bug#26924: [PATCH 11/12] gnu: calibre: Add exhaustive license list, Brendan Tildesley, 2017/05/14
- bug#26924: [PATCH 12/12] gnu: calibre: Don't create uninstaller, Brendan Tildesley, 2017/05/14
- bug#26924: [PATCH 12/12] gnu: calibre: Don't create uninstaller,
Marius Bakke <=
- bug#26924: [PATCH 0/12] Update Calibre to 2.85.1, Marius Bakke, 2017/05/15
- bug#26924: [PATCH 1/12] Update Calibre to 2.85.1 [REVISED], Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 02/10] gnu: calibre: Import dont-load-icons patch from debian, Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 03/10] gnu: calibre: Import unbundle feedparser patch from, Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 04/10] gnu: calibre: Unbundle python2-markdown, Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 05/10] gnu: calibre: Undelete GPLv2 icon file., Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 06/10] gnu: calibre: Unbundle liberation fonts., Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 07/10] gnu: calibre: Unbundle chardet., Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 08/10] gnu: calibre: Add missing dependencies., Brendan Tildesley, 2017/05/16
- bug#26924: [PATCH 09/10] gnu: calibre: Add exhaustive license list, Brendan Tildesley, 2017/05/16