From 04df75972ddc58299d46043398afe3bca2008680 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 29 Apr 2016 08:13:14 +0200 Subject: [PATCH] calibre: cleaned up dependencies; verified via xbps-launch. --- srcpkgs/calibre/template | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template index a4d49491eb9..c3b2cf60d25 100644 --- a/srcpkgs/calibre/template +++ b/srcpkgs/calibre/template @@ -1,20 +1,21 @@ # Template file for 'calibre' pkgname=calibre version=2.56.0 -revision=1 -hostmakedepends="python pkg-config python-dateutil python-lxml python-Pillow +revision=2 +hostmakedepends="qt5-qmake python-devel pkg-config + python-dateutil python-lxml python-Pillow python-PyQt5-webkit python-apsw python-cssutils python-CherryPy python-html5lib" -makedepends="python-devel qt5-qmake python-PyQt5-devel glib-devel +makedepends="python-PyQt5-devel glib-devel libwmf-devel fontconfig-devel libmagick-devel libressl-devel icu-devel sqlite-devel libchmlib-devel libpodofo-devel qt5-devel libusb-devel libmtp-devel libinput-devel libxkbcommon-devel tslib-devel" depends="python-six python-dateutil python-cssutils python-CherryPy - python-mechanize podofo libwmf ImageMagick chmlib python-lxml libusb - python-Pillow shared-mime-info python-dnspython python-PyQt5 python-PyQt5-svg - python-PyQt5-webkit python-psutil libmtp python-dbus python-netifaces + python-Pillow python-dnspython python-PyQt5 python-PyQt5-svg + python-PyQt5-webkit python-psutil python-dbus python-netifaces python-cssselect python-apsw qt5-webkit qt5-svg python-chardet python-html5lib - python-Pygments mtdev desktop-file-utils gtk-update-icon-cache optipng" + python-Pygments python-mechanize python-lxml + shared-mime-info desktop-file-utils gtk-update-icon-cache optipng" short_desc="Ebook management application" maintainer="Andrea Brancaleoni " license="GPL-3"