[arch-commits] Commit in calibre/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Thu Dec 8 20:21:18 UTC 2016


    Date: Thursday, December 8, 2016 @ 20:21:17
  Author: jelle
Revision: 198488

upgpkg: calibre 2.73.0-2

new html5lib breaks calibre, so we ship his html5lib

Modified:
  calibre/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-08 18:56:34 UTC (rev 198487)
+++ PKGBUILD	2016-12-08 20:21:17 UTC (rev 198488)
@@ -20,7 +20,7 @@
          'python2-pillow' 'shared-mime-info' 'python2-dnspython'
          'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
          'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
-         'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 'mtdev'
+         'qt5-svg' 'python2-chardet' 'python2-pygments' 'mtdev'
          'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
 makedepends=('qt5-x11extras' 'xdg-utils')
 optdepends=('ipython2: to use calibre-debug'
@@ -37,9 +37,10 @@
   cd "${pkgname}-${pkgver}"
 
   # Remove unneeded files and libs
+  # FIXME: remove html5lib too, but the latest html5lib breaks calibre. And calibre
+  # really needs to get the latest changes into html5lib, cause forking is bad m'okay.
   rm -rf resources/${pkgname}-portable.* \
          src/cherrypy \
-         src/html5lib \
          src/chardet
 
   # Desktop integration (e.g. enforce arch defaults)



More information about the arch-commits mailing list