From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9vFf-00043z-BJ for guix-patches@gnu.org; Sun, 14 May 2017 11:16:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9vFa-0000PK-GI for guix-patches@gnu.org; Sun, 14 May 2017 11:16:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42265) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d9vFa-0000Ow-7U for guix-patches@gnu.org; Sun, 14 May 2017 11:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d9vFa-0001TS-2T for guix-patches@gnu.org; Sun, 14 May 2017 11:16:02 -0400 Subject: bug#26924: [PATCH 12/12] gnu: calibre: Don't create uninstaller References: In-Reply-To: Resent-Message-ID: From: Brendan Tildesley Message-ID: <80c772f8-f358-bb0a-8438-03e83fb6be0f@openmailbox.org> Date: Mon, 15 May 2017 01:14:55 +1000 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------EDD1FB9C2F3EA17D5CB54FF5" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26924@debbugs.gnu.org This is a multi-part message in MIME format. --------------EDD1FB9C2F3EA17D5CB54FF5 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit --------------EDD1FB9C2F3EA17D5CB54FF5 Content-Type: text/x-patch; name="0012-gnu-calibre-Don-t-create-uninstaller.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0012-gnu-calibre-Don-t-create-uninstaller.patch" >From 71da9cd2a9c030748bd537110935f67af2097430 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley 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")))) (patches (search-patches "calibre-drop-unrar.patch" "calibre-use-packaged-feedparser.patch" -- 2.12.2 --------------EDD1FB9C2F3EA17D5CB54FF5--