]> git.pld-linux.org Git - packages/calibre.git/commitdiff
- up to 0.7.4
authorlisu <lisu@pld-linux.org>
Wed, 23 Jun 2010 10:39:05 +0000 (10:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- still problem with installation

Changed files:
    calibre-no-update.patch -> 1.4
    calibre.spec -> 1.29

calibre-no-update.patch
calibre.spec

index d59d3a55e9fc0d7c984deff6b3411ae2de96c94f..70e220020a8809f75fa8f94d982c155bc891de5d 100644 (file)
@@ -1,9 +1,9 @@
---- calibre/src/calibre/gui2/ui.py~    2010-06-12 00:28:24.000000000 +0200
-+++ calibre/src/calibre/gui2/ui.py     2010-06-18 11:35:45.509704767 +0200
-@@ -248,11 +248,11 @@
-         self.latest_version = ' '
-         self.vanity.setText(self.vanity_template%dict(version=' ', device=' '))
-         self.device_info = ' '
+--- calibre/src/calibre/gui2/update.py~        2010-06-20 02:32:33.000000000 +0200
++++ calibre/src/calibre/gui2/update.py 2010-06-23 12:36:15.515849515 +0200
+@@ -40,11 +40,11 @@
+ class UpdateMixin(object):
+     def __init__(self, opts):
 -        if not opts.no_update_check:
 -            self.update_checker = CheckForUpdates(self)
 -            self.update_checker.update_found.connect(self.update_found,
@@ -15,5 +15,5 @@
 +        #            type=Qt.QueuedConnection)
 +        #    self.update_checker.start()
  
-         ####################### Status Bar #####################
-         self.status_bar.initialize(self.system_tray_icon)
+     def update_found(self, version):
+         os = 'windows' if iswindows else 'osx' if isosx else 'linux'
index d6dc88068a95ecf57725d173fdcc556d4f31e017..057af3b80f84cedf176e11d7685754bfe9890d18 100644 (file)
 Summary:       E-book converter and library management
 Summary(pl.UTF-8):     Konwerter oraz biblioteka dla e-booków
 Name:          calibre
-Version:       0.7.2
+Version:       0.7.4
 Release:       0.1
 License:       GPL v3+
 Group:         Applications/Multimedia
 Source0:       %{name}-%{version}-nofonts.tar.bz2
-# Source0-md5: af8d4d574cb452952c0360bc9eb6c238
+# Source0-md5: 0536ec3969f5fd4b8e10b200ff0d7585
 Source1:       generate-tarball.sh
 Patch0:                %{name}-prefix.patch
 Patch1:                %{name}-manpages.patch
This page took 0.085858 seconds and 4 git commands to generate.