You are not logged in.

#26 2011-05-07 08:39:05

J.
Member
Registered: 2011-01-31
Posts: 57

Re: [SOLVED]So many conflicts in latest upgrade

I guess it's just that python-qt should change its dependencies to sip and python2-pyqt, which are supposed to have replaced python-sip and python2-qt.

Offline

#27 2011-05-07 15:52:56

gauthma
Member
Registered: 2010-02-16
Posts: 215
Website

Re: [SOLVED]So many conflicts in latest upgrade

alessandro_ufms wrote:
plantoschka wrote:

Worked but now for example Calibre doesn't work.

RuntimeError: Failed to load the Progress Indicator plugin: the PyQt4.QtCore module is version 1 but the progress_indicator module requires version -1

This kind of error usually indicates that package need to be rebuild.

Did just that, and calibre now appears to be working properly. A couple of notes: had to tweak the PKGBUILD somewhat, here's the diff from the stable one:

--- PKGBUILD.stable 2011-05-07 16:11:11.000000000 +0100
+++ PKGBUILD  2011-05-07 15:10:40.000000000 +0100
@@ -4,13 +4,13 @@
 # Contributor: Andrea Fagiani <andfagiani _at_ gmail dot com>

 pkgname=calibre
-pkgver=0.7.59
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
-url="http://calibre.kovidgoyal.net/"
+url="http://calibre-ebook.com/"
 license=('GPL3')
-depends=('python-dateutil' 'python2-cssutils' 'python-pypdf' 'cherrypy' 
+depends=('python-dateutil' 'python2-cssutils' 'python-pypdf' 'python2-cherrypy' 
          'python-mechanize' 'podofo' 'libwmf' 'python-beautifulsoup'
          'imagemagick' 'poppler-qt' 'chmlib' 'python-lxml' 'libusb'
          'python-imaging' 'desktop-file-utils' 'shared-mime-info'
@@ -20,7 +20,7 @@
 install=calibre.install
 source=(http://calibre-ebook.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
         desktop_integration.patch)
-md5sums=('78ebed5248758b9be1d135ae018b8dfe'
+md5sums=('2b2041a60b8ffa2f2d0248f207ae13cc'
          'bcc538a3b004429bf8f5a0ac1d89a37f')

 build() {

I had to use version 0.8.0 because the previous one is no longer in google's repos.

I also edited the wiki reflect the fact that yaourt does not deal with replaces. Incidently, it appears that MediaWiki does not consider https links to be external, ever (notice that I introduced a link to this thread, but the "external link" icon does not show up). Judging from a quick google search, this does not appear to be an issue with MediaWiki proper...

Offline

#28 2011-05-08 00:22:32

Zasch
Member
Registered: 2011-05-08
Posts: 2

Re: [SOLVED]So many conflicts in latest upgrade

Thanks gauthma. Works like a charm smile

Offline

#29 2011-05-09 20:47:17

ilpianista
Fellow developer
Registered: 2007-10-06
Posts: 568
Website

Re: [SOLVED]So many conflicts in latest upgrade

plantoschka wrote:

Worked but now for example Calibre doesn't work.

RuntimeError: Failed to load the Progress Indicator plugin: the PyQt4.QtCore module is version 1 but the progress_indicator module requires version -1

Bug has been reported and the package is fixed in [community-testing].

Offline

Board footer

Powered by FluxBB