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

Florian Pritz bluewind at archlinux.org
Sat Apr 30 11:56:38 UTC 2016


    Date: Saturday, April 30, 2016 @ 13:56:37
  Author: bluewind
Revision: 173126

archrelease: copy trunk to community-any

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

-------------+
 PKGBUILD    |   89 ++++++++++++++++++++++++++++------------------------------
 zim.install |   21 -------------
 2 files changed, 44 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-30 11:56:31 UTC (rev 173125)
+++ PKGBUILD	2016-04-30 11:56:37 UTC (rev 173126)
@@ -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.65
-pkgrel=2
-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')
-install=zim.install
-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 173125, zim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-30 11:56:37 UTC (rev 173126)
@@ -0,0 +1,44 @@
+# $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
+}

Deleted: zim.install
===================================================================
--- zim.install	2016-04-30 11:56:31 UTC (rev 173125)
+++ zim.install	2016-04-30 11:56:37 UTC (rev 173126)
@@ -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
-}



More information about the arch-commits mailing list