From e9ce573e9a9c860c6b09dbb5e7c858fdc336dbe9 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Thu, 24 Aug 2017 18:22:46 -0400 Subject: [PATCH] calibre: add msgpack for ui functionality Can't open all the buttons beneath the in-app preferences without python-msgpack installed. --- srcpkgs/calibre/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template index 96142f2c7de..4100b77f00b 100644 --- a/srcpkgs/calibre/template +++ b/srcpkgs/calibre/template @@ -1,7 +1,7 @@ # Template file for 'calibre' pkgname=calibre version=3.6.0 -revision=1 +revision=2 hostmakedepends="qt5-qmake python-devel pkg-config python-dateutil python-lxml python-Pillow python-PyQt5-webkit python-apsw python-cssutils python-CherryPy" @@ -14,7 +14,7 @@ depends="python-six python-dateutil python-cssutils python-CherryPy python-PyQt5-webkit python-psutil python-dbus python-netifaces python-cssselect python-apsw qt5-webkit qt5-svg python-chardet python-Pygments python-mechanize python-lxml poppler-utils - python-regex python-html5-parser + python-regex python-html5-parser python-msgpack shared-mime-info desktop-file-utils gtk-update-icon-cache optipng" short_desc="Ebook management application" maintainer="Andrea Brancaleoni "