[arch-commits] Commit in zim/repos/community-any (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Wed Jul 19 18:35:47 UTC 2017
Date: Wednesday, July 19, 2017 @ 18:35:47
Author: bluewind
Revision: 245724
archrelease: copy trunk to community-any
Added:
zim/repos/community-any/PKGBUILD
(from rev 245723, zim/trunk/PKGBUILD)
Deleted:
zim/repos/community-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-19 18:35:43 UTC (rev 245723)
+++ PKGBUILD 2017-07-19 18:35:47 UTC (rev 245724)
@@ -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.66
-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'
- '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=('16d2e0c1690062d5fbeef3089db2d53f')
-
-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 245723, zim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-07-19 18:35:47 UTC (rev 245724)
@@ -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.67
+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'
+ '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=('e87975727f1166c723912c949bea51f2')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ # python2 fixes
+ for file in zim/inc/xdot.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