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

Florian Pritz bluewind at gemini.archlinux.org
Sun Sep 26 08:09:11 UTC 2021


    Date: Sunday, September 26, 2021 @ 08:09:10
  Author: bluewind
Revision: 1025537

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-26 08:09:08 UTC (rev 1025536)
+++ PKGBUILD	2021-09-26 08:09:10 UTC (rev 1025537)
@@ -1,43 +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.74.0
-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=('22d38391456b08b261af7680ca75988e')
-
-check() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	xvfb-run -w0 ./test.py
-}
-
-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 1025536, zim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-26 08:09:10 UTC (rev 1025537)
@@ -0,0 +1,43 @@
+# 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.74.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=('8bd98152a369de3938985e5c8c87d45b')
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	xvfb-run -w0 ./test.py
+}
+
+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