Date: Tuesday, September 30, 2014 @ 22:41:10
  Author: bluewind
Revision: 119899

upgpkg: zim 0.62-1

upstream update

Modified:
  zim/trunk/PKGBUILD
Deleted:
  zim/trunk/diff_704.patch

----------------+
 PKGBUILD       |   16 ++++------------
 diff_704.patch |   15 ---------------
 2 files changed, 4 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-09-30 16:27:40 UTC (rev 119898)
+++ PKGBUILD    2014-09-30 20:41:10 UTC (rev 119899)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths <[email protected]>
 
 pkgname=zim
-pkgver=0.61
-pkgrel=2
+pkgver=0.62
+pkgrel=1
 pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to 
the desktop."
 arch=(any)
 license=('GPL' 'PerlArtistic')
@@ -24,17 +24,9 @@
             'lilypond: Insert Score plugin'
             'texlive-bin: Insert Equation plugin')
 install=zim.install
-source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz
-        diff_704.patch)
-md5sums=('7318568b9e0ef69d0fb2ff77754b72ac'
-         '76a5ee4536e4fcd22bedfc2633f5c726')
+source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
+md5sums=('43419efba07f7086168442e3d698287a')
 
-prepare() {
-       cd ${srcdir}/${pkgname}-${pkgver}
-
-       patch -p0 -i "$srcdir/diff_704.patch"
-}
-
 build() {
        cd ${srcdir}/${pkgname}-${pkgver}
 

Deleted: diff_704.patch
===================================================================
--- diff_704.patch      2014-09-30 16:27:40 UTC (rev 119898)
+++ diff_704.patch      2014-09-30 20:41:10 UTC (rev 119899)
@@ -1,15 +0,0 @@
-=== modified file 'zim/www.py'
---- zim/www.py 2014-07-21 20:03:15 +0000
-+++ zim/www.py 2014-08-21 09:06:34 +0000
-@@ -119,6 +119,10 @@
-               self.config = config or ConfigManager(profile=notebook.profile)
- 
-               self.output = None
-+
-+              if template is None:
-+                      template = 'Default'
-+
-               if isinstance(template, basestring):
-                       from zim.templates import get_template
-                       self.template = get_template('html', template)
-

Reply via email to