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

Jelle van der Waa jelle at nymeria.archlinux.org
Fri Jun 7 19:48:55 UTC 2013


    Date: Friday, June 7, 2013 @ 21:48:55
  Author: jelle
Revision: 92536

upgpkg: calibre 0.9.34-1

remove translations since building them is broken

Modified:
  calibre/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-07 18:21:44 UTC (rev 92535)
+++ PKGBUILD	2013-06-07 19:48:55 UTC (rev 92536)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali <larryhaja at gmail.com>
 
 pkgname=calibre
-pkgver=0.9.32
+pkgver=0.9.34
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64') 
@@ -25,11 +25,10 @@
 source=("http://calibre-ebook.googlecode.com/files/${pkgname}-${pkgver}.tar.xz"
         'desktop_integration.patch'
         'calibre-mount-helper')
-md5sums=('3b1c89a84872df900b9cfb706027df67'
+md5sums=('ce3e37758c2c0e85d940ff4b141b243f'
          '8353d1878c5a498b3e49eddef473605f'
          '675cd87d41342119827ef706055491e7')
 
-
 prepare(){
   cd "${srcdir}/${pkgname}"
   #rm -rf src/{cherrypy,pyPdf}
@@ -49,7 +48,9 @@
 
   LANG='en_US.UTF-8' python2 setup.py build
   # LANG='en_US.UTF-8' python2 setup.py resources
-  LANG='en_US.UTF-8' python2 setup.py translations
+
+  # Don't build translations since building them is broken badly
+  # LANG='en_US.UTF-8' python2 setup.py translations
 }
 
 package() {
@@ -86,3 +87,6 @@
   # Compiling optimized bytecode FS33392
   python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
 }
+md5sums=('ce3e37758c2c0e85d940ff4b141b243f'
+         '8353d1878c5a498b3e49eddef473605f'
+         '675cd87d41342119827ef706055491e7')




More information about the arch-commits mailing list