[arch-commits] Commit in zim/repos/community-any (5 files)

Florian Pritz bluewind at archlinux.org
Mon Jun 22 13:29:02 UTC 2015


    Date: Monday, June 22, 2015 @ 15:29:01
  Author: bluewind
Revision: 135707

archrelease: copy trunk to community-any

Added:
  zim/repos/community-any/PKGBUILD
    (from rev 135706, zim/trunk/PKGBUILD)
  zim/repos/community-any/zim.install
    (from rev 135706, zim/trunk/zim.install)
Deleted:
  zim/repos/community-any/PKGBUILD
  zim/repos/community-any/diff_704.patch
  zim/repos/community-any/zim.install

----------------+
 PKGBUILD       |   90 +++++++++++++++++++++++++++----------------------------
 diff_704.patch |   15 ---------
 zim.install    |   42 ++++++++++++-------------
 3 files changed, 66 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-22 13:28:58 UTC (rev 135706)
+++ PKGBUILD	2015-06-22 13:29:01 UTC (rev 135707)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=zim
-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')
-url="http://zim-wiki.org/"
-depends=('pygtk' 'ttf-dejavu')
-optdepends=('bzr: Version Control plugin'
-            'git: Version Control plugin'
-            'mercurial: Version Control plugin'
-            'gnuplot: Insert Gnuplot plugin'
-            'ditaa: Insert Ditaa plugin'
-            'graphviz: Insert Diagram & Link Map plugins'
-            'python2-gtkspell: Spell Checker plugin'
-            'r: Insert GNU R Plot plugin'
-            'scrot: Insert Screenshot plugin'
-            'libzeitgeist: Log events with Zeitgeist plugin'
-            'lilypond: Insert Score plugin'
-            'texlive-bin: Insert Equation plugin')
-install=zim.install
-source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('43419efba07f7086168442e3d698287a')
-
-build() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-
-    # python2 fixes
-    for file in zim/inc/xdot.py zim/_version.py; do
-        sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-    done
-
-	sed -i 's|\t\tinstall_class.run(self)|&\n\t\treturn None|' setup.py
-}
-
-package() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-
-	python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: zim/repos/community-any/PKGBUILD (from rev 135706, zim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-06-22 13:29:01 UTC (rev 135707)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=zim
+pkgver=0.63
+pkgrel=1
+pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to the desktop."
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url="http://zim-wiki.org/"
+depends=('pygtk' 'ttf-dejavu')
+optdepends=('bzr: Version Control plugin'
+            'git: Version Control plugin'
+            'mercurial: Version Control plugin'
+            'gnuplot: Insert Gnuplot plugin'
+            'ditaa: Insert Ditaa plugin'
+            'graphviz: Insert Diagram & Link Map plugins'
+            'python2-gtkspell: Spell Checker plugin'
+            'r: Insert GNU R Plot plugin'
+            'scrot: Insert Screenshot plugin'
+            'libzeitgeist: Log events with Zeitgeist plugin'
+            'lilypond: Insert Score plugin'
+            'texlive-bin: Insert Equation plugin')
+install=zim.install
+source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a23d5da4e71483285ce0e17ca92d0206')
+
+build() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+
+    # python2 fixes
+    for file in zim/inc/xdot.py zim/_version.py; do
+        sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+    done
+
+	sed -i 's|\t\tinstall_class.run(self)|&\n\t\treturn None|' setup.py
+}
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+
+	python2 setup.py install --root=${pkgdir} --optimize=1
+}

Deleted: diff_704.patch
===================================================================
--- diff_704.patch	2015-06-22 13:28:58 UTC (rev 135706)
+++ diff_704.patch	2015-06-22 13:29:01 UTC (rev 135707)
@@ -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)
-

Deleted: zim.install
===================================================================
--- zim.install	2015-06-22 13:28:58 UTC (rev 135706)
+++ zim.install	2015-06-22 13:29:01 UTC (rev 135707)
@@ -1,21 +0,0 @@
-updatedesktopdtb() {
-  [ -x /usr/bin/update-desktop-database ] \
-    && update-desktop-database -q
-  [ -x /usr/bin/update-mime-database ] \
-    && update-mime-database usr/share/mime > /dev/null 2>&1
-}
-
-post_install() {
-  updatedesktopdtb
-	echo
-  echo " >>> zim package need a browser to work properly"
-  echo " >>> you can choose a browser like firefox, chromium, konqueror, ..."
-}
-
-post_upgrade() {
-  updatedesktopdtb
-}
-
-post_remove() {
-  updatedesktopdtb
-}

Copied: zim/repos/community-any/zim.install (from rev 135706, zim/trunk/zim.install)
===================================================================
--- zim.install	                        (rev 0)
+++ zim.install	2015-06-22 13:29:01 UTC (rev 135707)
@@ -0,0 +1,21 @@
+updatedesktopdtb() {
+  [ -x /usr/bin/update-desktop-database ] \
+    && update-desktop-database -q
+  [ -x /usr/bin/update-mime-database ] \
+    && update-mime-database usr/share/mime > /dev/null 2>&1
+}
+
+post_install() {
+  updatedesktopdtb
+	echo
+  echo " >>> zim package need a browser to work properly"
+  echo " >>> you can choose a browser like firefox, chromium, konqueror, ..."
+}
+
+post_upgrade() {
+  updatedesktopdtb
+}
+
+post_remove() {
+  updatedesktopdtb
+}



More information about the arch-commits mailing list