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

Florian Pritz bluewind at archlinux.org
Sun Jul 26 13:53:51 UTC 2020


    Date: Sunday, July 26, 2020 @ 13:53:51
  Author: bluewind
Revision: 665349

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-26 13:53:48 UTC (rev 665348)
+++ PKGBUILD	2020-07-26 13:53:51 UTC (rev 665349)
@@ -1,51 +0,0 @@
-# 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.73.1
-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="https://zim-wiki.org/"
-depends=('python' 'python-gobject' 'ttf-font' 'gtk3' 'python-xdg')
-checkdepends=('xorg-server-xvfb')
-optdepends=('bzr: Version Control plugin'
-            'git: Version Control plugin'
-            'mercurial: Version Control plugin'
-            'gnuplot: Insert Gnuplot plugin'
-            'ditaa: Insert Ditaa plugin'
-            'graphviz: Insert Diagram plugin'
-            'xdot: Link Map plugin'
-            'gtkspell3: Spell Checker plugin'
-            'r: Insert GNU R Plot plugin'
-            'scrot: Insert Screenshot plugin'
-            'lilypond: Insert Score plugin'
-            'gtksourceview3: Source View plugin'
-            'texlive-bin: Insert Equation plugin')
-source=("https://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz")
-md5sums=('7fbc5242c9e96d13d9d43d341db9dc94')
-
-
-check() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	if [[ "$pkgver" != "0.73.1" ]]; then
-		# Test are broken starting with 0.71.0, but no fix is in sight yet.
-		# Skip the tests since I don't have the time to fix them myself.
-		# When the next version comes out, either update the if condition or be
-		# happy that they are fixed.
-		# https://github.com/zim-desktop-wiki/zim-desktop-wiki/issues/814
-		xvfb-run -w0 ./test.py
-	fi
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	python setup.py install --root="${pkgdir}" --optimize=1
-
-	install -dm755 "$pkgdir/usr/share/icons/"
-	cp -r xdg/hicolor/ "$pkgdir/usr/share/icons/"
-}

Copied: zim/repos/community-any/PKGBUILD (from rev 665348, zim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-26 13:53:51 UTC (rev 665349)
@@ -0,0 +1,51 @@
+# 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.73.2
+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="https://zim-wiki.org/"
+depends=('python' 'python-gobject' 'ttf-font' 'gtk3' 'python-xdg')
+checkdepends=('xorg-server-xvfb')
+optdepends=('bzr: Version Control plugin'
+            'git: Version Control plugin'
+            'mercurial: Version Control plugin'
+            'gnuplot: Insert Gnuplot plugin'
+            'ditaa: Insert Ditaa plugin'
+            'graphviz: Insert Diagram plugin'
+            'xdot: Link Map plugin'
+            'gtkspell3: Spell Checker plugin'
+            'r: Insert GNU R Plot plugin'
+            'scrot: Insert Screenshot plugin'
+            'lilypond: Insert Score plugin'
+            'gtksourceview3: Source View plugin'
+            'texlive-bin: Insert Equation plugin')
+source=("https://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz")
+md5sums=('36709453c4b1858bce30e2b3a705ef3d')
+
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	if [[ "$pkgver" != "0.73.2" ]]; then
+		# Test are broken starting with 0.71.0, but no fix is in sight yet.
+		# Skip the tests since I don't have the time to fix them myself.
+		# When the next version comes out, either update the if condition or be
+		# happy that they are fixed.
+		# https://github.com/zim-desktop-wiki/zim-desktop-wiki/issues/814
+		xvfb-run -w0 ./test.py
+	fi
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	python setup.py install --root="${pkgdir}" --optimize=1
+
+	install -dm755 "$pkgdir/usr/share/icons/"
+	cp -r xdg/hicolor/ "$pkgdir/usr/share/icons/"
+}



More information about the arch-commits mailing list