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

Florian Pritz bluewind at archlinux.org
Mon Sep 26 08:27:04 UTC 2016


    Date: Monday, September 26, 2016 @ 08:27:03
  Author: bluewind
Revision: 190583

archrelease: copy trunk to community-any

Added:
  zim/repos/community-any/PKGBUILD
    (from rev 190582, zim/trunk/PKGBUILD)
Deleted:
  zim/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   89 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-26 08:27:00 UTC (rev 190582)
+++ PKGBUILD	2016-09-26 08:27:03 UTC (rev 190583)
@@ -1,44 +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.65
-pkgrel=3
-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'
-            'zeitgeist: Log events with Zeitgeist plugin'
-            'lilypond: Insert Score plugin'
-            'texlive-bin: Insert Equation plugin')
-source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('63ab7a2070e6d1d3fb32700a851d7b8b')
-
-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 190582, zim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-09-26 08:27:03 UTC (rev 190583)
@@ -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.65
+pkgrel=4
+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'
+            'zeitgeist: Log events with Zeitgeist plugin'
+            'lilypond: Insert Score plugin'
+            'pygtksourceview2: Source View plugin'
+            'texlive-bin: Insert Equation plugin')
+source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
+md5sums=('63ab7a2070e6d1d3fb32700a851d7b8b')
+
+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
+}



More information about the arch-commits mailing list