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

2020-07-26 Thread Florian Pritz via arch-commits
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
===
--- PKGBUILD2020-07-26 13:53:48 UTC (rev 665348)
+++ PKGBUILD2020-07-26 13:53:51 UTC (rev 665349)
@@ -1,51 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-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)
+++ PKGBUILD2020-07-26 13:53:51 UTC (rev 665349)
@@ -0,0 +1,51 @@
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+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/"
+}


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

2020-12-05 Thread Florian Pritz via arch-commits
Date: Saturday, December 5, 2020 @ 10:17:20
  Author: bluewind
Revision: 770493

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 10:17:17 UTC (rev 770492)
+++ PKGBUILD2020-12-05 10:17:20 UTC (rev 770493)
@@ -1,51 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-pkgname=zim
-pkgver=0.73.3
-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="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=('6accfefc11cc56a2eda7cd4f5710eaaa')
-
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   if [[ "$pkgver" != "0.73.3" ]]; 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 770492, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-05 10:17:20 UTC (rev 770493)
@@ -0,0 +1,51 @@
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+pkgname=zim
+pkgver=0.73.4
+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=('a4e62afc7947adf156184a28e9b07db8')
+
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   if [[ "$pkgver" != "0.73.4" ]]; 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/"
+}


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

2020-10-31 Thread Florian Pritz via arch-commits
Date: Saturday, October 31, 2020 @ 13:49:53
  Author: bluewind
Revision: 737671

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-31 13:49:50 UTC (rev 737670)
+++ PKGBUILD2020-10-31 13:49:53 UTC (rev 737671)
@@ -1,51 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-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/"
-}

Copied: zim/repos/community-any/PKGBUILD (from rev 737670, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-31 13:49:53 UTC (rev 737671)
@@ -0,0 +1,51 @@
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+pkgname=zim
+pkgver=0.73.3
+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=('6accfefc11cc56a2eda7cd4f5710eaaa')
+
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   if [[ "$pkgver" != "0.73.3" ]]; 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/"
+}


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

2019-06-21 Thread Florian Pritz via arch-commits
Date: Friday, June 21, 2019 @ 14:31:05
  Author: bluewind
Revision: 482611

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-21 14:31:02 UTC (rev 482610)
+++ PKGBUILD2019-06-21 14:31:05 UTC (rev 482611)
@@ -1,41 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-pkgname=zim
-pkgver=0.70
-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="https://zim-wiki.org/";
-depends=('python' 'python-gobject' 'ttf-dejavu' '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=('14bde80a5805c5e84cd4b109ece013f6')
-
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   xvfb-run -w0 ./test.py
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   python setup.py install --root=${pkgdir} --optimize=1
-}

Copied: zim/repos/community-any/PKGBUILD (from rev 482610, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-21 14:31:05 UTC (rev 482611)
@@ -0,0 +1,51 @@
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+pkgname=zim
+pkgver=0.71.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=('435093b073515327cf4f0a9596ff')
+
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   if [[ "$pkgver" != "0.71.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/"
+}


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

2020-06-11 Thread Florian Pritz via arch-commits
Date: Thursday, June 11, 2020 @ 13:55:28
  Author: bluewind
Revision: 642034

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-11 13:55:24 UTC (rev 642033)
+++ PKGBUILD2020-06-11 13:55:28 UTC (rev 642034)
@@ -1,51 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-pkgname=zim
-pkgver=0.72.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=('39390f14447b06970411348d7e65b674')
-
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   if [[ "$pkgver" != "0.72.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 642033, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-11 13:55:28 UTC (rev 642034)
@@ -0,0 +1,51 @@
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+pkgname=zim
+pkgver=0.73.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=('79da1b0ed16e2563ea5b3302a035bc9e')
+
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   if [[ "$pkgver" != "0.73.0" ]]; 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/"
+}


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

2020-01-13 Thread Florian Pritz via arch-commits
Date: Monday, January 13, 2020 @ 18:56:36
  Author: bluewind
Revision: 552421

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-13 18:56:33 UTC (rev 552420)
+++ PKGBUILD2020-01-13 18:56:36 UTC (rev 552421)
@@ -1,51 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-pkgname=zim
-pkgver=0.72.0
-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="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=('8e71f674741b598357a521a4738bf085')
-
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   if [[ "$pkgver" != "0.72.0" ]]; 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 552420, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-13 18:56:36 UTC (rev 552421)
@@ -0,0 +1,51 @@
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+pkgname=zim
+pkgver=0.72.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=('39390f14447b06970411348d7e65b674')
+
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   if [[ "$pkgver" != "0.72.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/"
+}


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

2019-08-31 Thread Florian Pritz via arch-commits
Date: Saturday, August 31, 2019 @ 09:11:53
  Author: bluewind
Revision: 505688

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-31 09:11:50 UTC (rev 505687)
+++ PKGBUILD2019-08-31 09:11:53 UTC (rev 505688)
@@ -1,51 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-pkgname=zim
-pkgver=0.71.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=('435093b073515327cf4f0a9596ff')
-
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   if [[ "$pkgver" != "0.71.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 505687, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-31 09:11:53 UTC (rev 505688)
@@ -0,0 +1,51 @@
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+pkgname=zim
+pkgver=0.72.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=('8e71f674741b598357a521a4738bf085')
+
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   if [[ "$pkgver" != "0.72.0" ]]; 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/"
+}


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

2019-03-29 Thread Florian Pritz via arch-commits
Date: Friday, March 29, 2019 @ 19:50:17
  Author: bluewind
Revision: 446067

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   85 +
 1 file changed, 41 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-29 19:50:13 UTC (rev 446066)
+++ PKGBUILD2019-03-29 19:50:17 UTC (rev 446067)
@@ -1,44 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-pkgname=zim
-pkgver=0.69
-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=('5f14a0ec54be8efa78f4973973e9d947')
-
-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
-}

Copied: zim/repos/community-any/PKGBUILD (from rev 446066, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-29 19:50:17 UTC (rev 446067)
@@ -0,0 +1,41 @@
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+pkgname=zim
+pkgver=0.70
+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-dejavu' '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 & 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=(https://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
+md5sums=('14bde80a5805c5e84cd4b109ece013f6')
+
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   xvfb-run -w0 ./test.py
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   python setup.py install --root=${pkgdir} --optimize=1
+}


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

2019-03-29 Thread Balló György via arch-commits
Date: Friday, March 29, 2019 @ 20:54:54
  Author: bgyorgy
Revision: 446093

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-29 20:54:49 UTC (rev 446092)
+++ PKGBUILD2019-03-29 20:54:54 UTC (rev 446093)
@@ -1,41 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-pkgname=zim
-pkgver=0.70
-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-dejavu' '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 & 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=(https://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('14bde80a5805c5e84cd4b109ece013f6')
-
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   xvfb-run -w0 ./test.py
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   python setup.py install --root=${pkgdir} --optimize=1
-}

Copied: zim/repos/community-any/PKGBUILD (from rev 446092, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-29 20:54:54 UTC (rev 446093)
@@ -0,0 +1,41 @@
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+pkgname=zim
+pkgver=0.70
+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="https://zim-wiki.org/";
+depends=('python' 'python-gobject' 'ttf-dejavu' '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=('14bde80a5805c5e84cd4b109ece013f6')
+
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   xvfb-run -w0 ./test.py
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   python setup.py install --root=${pkgdir} --optimize=1
+}


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

2020-07-08 Thread Florian Pritz via arch-commits
Date: Wednesday, July 8, 2020 @ 09:34:38
  Author: bluewind
Revision: 661692

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-08 09:34:35 UTC (rev 661691)
+++ PKGBUILD2020-07-08 09:34:38 UTC (rev 661692)
@@ -1,51 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-pkgname=zim
-pkgver=0.73.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=('79da1b0ed16e2563ea5b3302a035bc9e')
-
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   if [[ "$pkgver" != "0.73.0" ]]; 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 661691, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-08 09:34:38 UTC (rev 661692)
@@ -0,0 +1,51 @@
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+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/"
+}


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

2018-03-17 Thread Florian Pritz via arch-commits
Date: Saturday, March 17, 2018 @ 14:00:19
  Author: bluewind
Revision: 308946

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-17 14:00:14 UTC (rev 308945)
+++ PKGBUILD2018-03-17 14:00:19 UTC (rev 308946)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-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
-}

Copied: zim/repos/community-any/PKGBUILD (from rev 308945, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-17 14:00:19 UTC (rev 308946)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+pkgname=zim
+pkgver=0.68
+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=('336041a16687abb66fd9f604b98407e8')
+
+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
+}


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

2016-09-26 Thread Florian Pritz
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
===
--- PKGBUILD2016-09-26 08:27:00 UTC (rev 190582)
+++ PKGBUILD2016-09-26 08:27:03 UTC (rev 190583)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-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)
+++ PKGBUILD2016-09-26 08:27:03 UTC (rev 190583)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+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
+}


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

2017-07-19 Thread Florian Pritz
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
===
--- PKGBUILD2017-07-19 18:35:43 UTC (rev 245723)
+++ PKGBUILD2017-07-19 18:35:47 UTC (rev 245724)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-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)
+++ PKGBUILD2017-07-19 18:35:47 UTC (rev 245724)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+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
+}


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

2017-04-28 Thread Florian Pritz
Date: Friday, April 28, 2017 @ 17:53:58
  Author: bluewind
Revision: 226201

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-28 17:53:53 UTC (rev 226200)
+++ PKGBUILD2017-04-28 17:53:58 UTC (rev 226201)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-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
-}

Copied: zim/repos/community-any/PKGBUILD (from rev 226200, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-28 17:53:58 UTC (rev 226201)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+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
+}


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

2018-12-17 Thread Florian Pritz via arch-commits
Date: Monday, December 17, 2018 @ 09:45:54
  Author: bluewind
Revision: 416504

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 09:45:51 UTC (rev 416503)
+++ PKGBUILD2018-12-17 09:45:54 UTC (rev 416504)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-pkgname=zim
-pkgver=0.68
-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=('336041a16687abb66fd9f604b98407e8')
-
-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
-}

Copied: zim/repos/community-any/PKGBUILD (from rev 416503, zim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 09:45:54 UTC (rev 416504)
@@ -0,0 +1,44 @@
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+pkgname=zim
+pkgver=0.69
+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=('5f14a0ec54be8efa78f4973973e9d947')
+
+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
+}


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

2016-04-30 Thread Florian Pritz
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
===
--- PKGBUILD2016-04-30 11:56:31 UTC (rev 173125)
+++ PKGBUILD2016-04-30 11:56:37 UTC (rev 173126)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-
-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)
+++ PKGBUILD2016-04-30 11:56:37 UTC (rev 173126)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+
+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
-}