[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2022-08-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 30, 2022 @ 07:58:18
  Author: arojas
Revision: 454754

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 454753, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 454753, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 454753, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  122 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-30 07:58:06 UTC (rev 454753)
+++ PKGBUILD2022-08-30 07:58:18 UTC (rev 454754)
@@ -1,61 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=5.0.0
-pkgrel=2
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.14.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('f8cc576694ae93659f453b6b4a4c2f04572a90cfccdca2d4271f2e7c60bb3d60'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python --enable-lefty
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 454753, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-30 07:58:18 UTC (rev 454754)
@@ -0,0 +1,61 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=5.0.1
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.14.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('6c704a3ffeaf2f7ae63f7d0da453cd624d93a9306a2e5dbda07e5ec38343d2b8'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python --enable-lefty
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2022-08-09 Thread Jürgen Hötzel via arch-commits
Date: Tuesday, August 9, 2022 @ 20:21:10
  Author: juergen
Revision: 452486

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 452485, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 452485, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 452485, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  122 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-09 20:16:17 UTC (rev 452485)
+++ PKGBUILD2022-08-09 20:21:10 UTC (rev 452486)
@@ -1,61 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('f8cc576694ae93659f453b6b4a4c2f04572a90cfccdca2d4271f2e7c60bb3d60'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python --enable-lefty
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 452485, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-09 20:21:10 UTC (rev 452486)
@@ -0,0 +1,61 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=5.0.0
+pkgrel=2
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.14.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('f8cc576694ae93659f453b6b4a4c2f04572a90cfccdca2d4271f2e7c60bb3d60'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python --enable-lefty
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2022-07-18 Thread Antonio Rojas via arch-commits
Date: Monday, July 18, 2022 @ 20:51:18
  Author: arojas
Revision: 451466

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 451465, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 451465, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 451465, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  122 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-18 20:51:07 UTC (rev 451465)
+++ PKGBUILD2022-07-18 20:51:18 UTC (rev 451466)
@@ -1,61 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('0cc99b81f9958f3909fd219ff6f70289d1d2719f4e633d5683428719919aa6f9'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python --enable-lefty
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 451465, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-18 20:51:18 UTC (rev 451466)
@@ -0,0 +1,61 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=5.0.0
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('f8cc576694ae93659f453b6b4a4c2f04572a90cfccdca2d4271f2e7c60bb3d60'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python --enable-lefty
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2022-05-31 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 31, 2022 @ 20:21:53
  Author: arojas
Revision: 447411

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 447410, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 447410, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 447410, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  122 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-31 20:21:39 UTC (rev 447410)
+++ PKGBUILD2022-05-31 20:21:53 UTC (rev 447411)
@@ -1,61 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=3.0.0
-pkgrel=2
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('59931082a3638139e06c296b96e860a9d338432af06f7f57a6ad8da5cbf465c7'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python --enable-lefty
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 447410, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-31 20:21:53 UTC (rev 447411)
@@ -0,0 +1,61 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('0cc99b81f9958f3909fd219ff6f70289d1d2719f4e633d5683428719919aa6f9'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python --enable-lefty
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2021-12-07 Thread Antonio Rojas via arch-commits
Date: Monday, December 6, 2021 @ 21:06:22
  Author: arojas
Revision: 430761

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 430760, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 430760, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 430760, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  122 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-06 21:06:08 UTC (rev 430760)
+++ PKGBUILD2021-12-06 21:06:22 UTC (rev 430761)
@@ -1,61 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.49.3
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('5801664769ab88c2fb8ccb6ab0957cceabe6d4632b193041440e97790f53a9df'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python --enable-lefty
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 430760, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-06 21:06:22 UTC (rev 430761)
@@ -0,0 +1,61 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.50.0
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('afa48581f764a35e148909cc96a0308ec2356b5225b64af12492f3392f20ef1c'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python --enable-lefty
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2021-10-24 Thread Antonio Rojas via arch-commits
Date: Sunday, October 24, 2021 @ 18:54:46
  Author: arojas
Revision: 426510

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 426509, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 426509, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 426509, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  122 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-24 18:54:35 UTC (rev 426509)
+++ PKGBUILD2021-10-24 18:54:46 UTC (rev 426510)
@@ -1,61 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.49.2
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('3d61cfc53e16b28be4df2c0ecfbc8b9dade07180fa83cef91b66270d14fb903b'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python --enable-lefty
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 426509, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-24 18:54:46 UTC (rev 426510)
@@ -0,0 +1,61 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.49.3
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('5801664769ab88c2fb8ccb6ab0957cceabe6d4632b193041440e97790f53a9df'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python --enable-lefty
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2021-10-17 Thread Antonio Rojas via arch-commits
Date: Sunday, October 17, 2021 @ 10:43:27
  Author: arojas
Revision: 426105

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 426104, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 426104, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 426104, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  122 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-17 10:43:08 UTC (rev 426104)
+++ PKGBUILD2021-10-17 10:43:27 UTC (rev 426105)
@@ -1,61 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.49.1
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('f62f644aa9b9c03cb14f0dc351a28525c055cd7951614c0b7efa6af66d4a8fb7'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 426104, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-17 10:43:27 UTC (rev 426105)
@@ -0,0 +1,61 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.49.2
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('3d61cfc53e16b28be4df2c0ecfbc8b9dade07180fa83cef91b66270d14fb903b'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python --enable-lefty
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+ 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2021-09-30 Thread Antonio Rojas via arch-commits
Date: Thursday, September 30, 2021 @ 20:56:25
  Author: arojas
Revision: 424926

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 424925, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 424925, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 424925, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  122 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 20:55:27 UTC (rev 424925)
+++ PKGBUILD2021-09-30 20:56:25 UTC (rev 424926)
@@ -1,61 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.49.0
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('a062ccd940abbde6e3c45462323b2ede54b9374fed86f464c11bc4c0bd57fd04'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 424925, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-30 20:56:25 UTC (rev 424926)
@@ -0,0 +1,61 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.49.1
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('f62f644aa9b9c03cb14f0dc351a28525c055cd7951614c0b7efa6af66d4a8fb7'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2021-09-02 Thread Antonio Rojas via arch-commits
Date: Thursday, September 2, 2021 @ 17:30:01
  Author: arojas
Revision: 423367

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 423366, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 423366, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 423366, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  122 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-02 17:29:48 UTC (rev 423366)
+++ PKGBUILD2021-09-02 17:30:01 UTC (rev 423367)
@@ -1,61 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.48.0
-pkgrel=2
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('85a2beca9a1a58da3ba7237a63aad2e612f7e3afa990591a9971d2077f1f5937'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 423366, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-09-02 17:30:01 UTC (rev 423367)
@@ -0,0 +1,61 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.49.0
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('a062ccd940abbde6e3c45462323b2ede54b9374fed86f464c11bc4c0bd57fd04'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # fix 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2021-07-27 Thread Jürgen Hötzel via arch-commits
Date: Tuesday, July 27, 2021 @ 15:57:07
  Author: juergen
Revision: 420526

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 420525, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 420525, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 420525, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  122 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-27 15:56:56 UTC (rev 420525)
+++ PKGBUILD2021-07-27 15:57:07 UTC (rev 420526)
@@ -1,61 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.48.0
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('85a2beca9a1a58da3ba7237a63aad2e612f7e3afa990591a9971d2077f1f5937'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 420525, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-27 15:57:07 UTC (rev 420526)
@@ -0,0 +1,61 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.48.0
+pkgrel=2
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.12.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('85a2beca9a1a58da3ba7237a63aad2e612f7e3afa990591a9971d2077f1f5937'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # fix 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2021-07-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, July 20, 2021 @ 17:02:12
  Author: arojas
Revision: 420194

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 420193, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 420193, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 420193, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  122 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-20 17:01:52 UTC (rev 420193)
+++ PKGBUILD2021-07-20 17:02:12 UTC (rev 420194)
@@ -1,61 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.47.3
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('357ebf04201080a11551296a874099cf607fd1983a0dbe0342feed8be5af8d84'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 420193, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-20 17:02:12 UTC (rev 420194)
@@ -0,0 +1,61 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.48.0
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('85a2beca9a1a58da3ba7237a63aad2e612f7e3afa990591a9971d2077f1f5937'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # fix 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2021-06-20 Thread Antonio Rojas via arch-commits
Date: Sunday, June 20, 2021 @ 16:45:13
  Author: arojas
Revision: 418484

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 418483, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 418483, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 418483, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  121 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 91 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-20 16:44:54 UTC (rev 418483)
+++ PKGBUILD2021-06-20 16:45:13 UTC (rev 418484)
@@ -1,60 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.47.2
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('0f55cc79326fc1ff37aacf1e26ac0cd0e8eb5656035a470c8fb8b103fb4d4af3'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 418483, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-06-20 16:45:13 UTC (rev 418484)
@@ -0,0 +1,61 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.47.3
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('357ebf04201080a11551296a874099cf607fd1983a0dbe0342feed8be5af8d84'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix 
overlinking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
+   ln -s 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2021-05-30 Thread Antonio Rojas via arch-commits
Date: Sunday, May 30, 2021 @ 14:53:01
  Author: arojas
Revision: 416849

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 416848, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 416848, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 416848, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  120 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-30 14:52:48 UTC (rev 416848)
+++ PKGBUILD2021-05-30 14:53:01 UTC (rev 416849)
@@ -1,60 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.47.1
-pkgrel=2
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('b7f4d6819e4dc17c15e7e07bd1ea5e081ef6569b63f8427117dac32f0e3837b4'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 416848, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-30 14:53:01 UTC (rev 416849)
@@ -0,0 +1,60 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.47.2
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('0f55cc79326fc1ff37aacf1e26ac0cd0e8eb5656035a470c8fb8b103fb4d4af3'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
+   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
+   rm 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2021-04-22 Thread Antonio Rojas via arch-commits
Date: Thursday, April 22, 2021 @ 20:44:15
  Author: arojas
Revision: 413514

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 413513, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 413513, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 413513, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  120 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-22 20:44:00 UTC (rev 413513)
+++ PKGBUILD2021-04-22 20:44:15 UTC (rev 413514)
@@ -1,60 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.47.0
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('4b7f61c7c04f39b67b2c87977633d61d9f72ee6f93ff4376acdce140128431d4'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 413513, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-22 20:44:15 UTC (rev 413514)
@@ -0,0 +1,60 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.47.1
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('b7f4d6819e4dc17c15e7e07bd1ea5e081ef6569b63f8427117dac32f0e3837b4'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
+   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
+   rm 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2021-03-31 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 31, 2021 @ 09:17:06
  Author: arojas
Revision: 411338

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 411337, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 411337, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 411337, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  120 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-31 09:16:52 UTC (rev 411337)
+++ PKGBUILD2021-03-31 09:17:06 UTC (rev 411338)
@@ -1,60 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.46.1
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('931ed197bc833aec8501d66194b01620dd395130c380e350a6ec1b31e4866eac'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 411337, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-31 09:17:06 UTC (rev 411338)
@@ -0,0 +1,60 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.47.0
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('4b7f61c7c04f39b67b2c87977633d61d9f72ee6f93ff4376acdce140128431d4'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
+   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
+   rm 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2021-03-03 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 3, 2021 @ 17:38:11
  Author: arojas
Revision: 409121

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 409120, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 409120, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 409120, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  120 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-03 17:37:53 UTC (rev 409120)
+++ PKGBUILD2021-03-03 17:38:11 UTC (rev 409121)
@@ -1,60 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.46.0
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-'ghostscript918.patch')
-sha256sums=('31c44c47ab1c67017e9feed0a9da7075c4de27eb5931b516591e4da0d5fd4d24'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 409120, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-03 17:38:11 UTC (rev 409121)
@@ -0,0 +1,60 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.46.1
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('931ed197bc833aec8501d66194b01620dd395130c380e350a6ec1b31e4866eac'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
+   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
+   rm 

[arch-commits] Commit in graphviz/repos/extra-x86_64 (6 files)

2021-01-30 Thread Antonio Rojas via arch-commits
Date: Saturday, January 30, 2021 @ 09:53:17
  Author: arojas
Revision: 406920

archrelease: copy trunk to extra-x86_64

Added:
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 406919, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/ghostscript918.patch
(from rev 406919, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/extra-x86_64/install
(from rev 406919, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/ghostscript918.patch
  graphviz/repos/extra-x86_64/install

--+
 PKGBUILD |  120 -
 ghostscript918.patch |   36 +++---
 install  |   24 -
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-30 09:53:03 UTC (rev 406919)
+++ PKGBUILD2021-01-30 09:53:17 UTC (rev 406920)
@@ -1,60 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: kevin 
-# Contributor: John Proctor 
-
-pkgname=graphviz
-pkgver=2.44.1
-pkgrel=6
-pkgdesc='Graph visualization software'
-url='https://www.graphviz.org/'
-license=('EPL')
-arch=('x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2' 'git')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'python: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt5-base: gvedit'
-'gtk2: gtk output plugin'
-'xterm: vimdot')
-source=("https://www2.graphviz.org/Packages/stable/portable_source/graphviz-${pkgver}.tar.gz;
-'ghostscript918.patch')
-sha256sums=('8e1b34763254935243ccdb83c6ce108f531876d7a5dfd443f255e6418b8ea313'
-'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../ghostscript918.patch
-   ./autogen.sh NOCONFIG
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export LIBPOSTFIX=/
-   export CXXFLAGS+=' -fPIC -fpermissive'
-
-   ./configure --prefix=/usr \
-   --enable-python3=yes --disable-python
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
-   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
-   rm "${pkgdir}"/usr/share/man/man1/dot2gxl.1
-
-   # Deduplicates TCL libraries
-   cd "${pkgdir}/usr/lib/tcl8.6"
-   rm -fr graphviz
-   ln -s ../graphviz/tcl graphviz
-}

Copied: graphviz/repos/extra-x86_64/PKGBUILD (from rev 406919, 
graphviz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-30 09:53:17 UTC (rev 406920)
@@ -0,0 +1,60 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.46.0
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='https://www.graphviz.org/'
+license=('EPL')
+arch=('x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts' 'libnsl' 'libpng')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml>=4.11.0' 'perl' 'python' 'r' 
'tk' 'qt5-base' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt5-base: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'ghostscript918.patch')
+sha256sums=('31c44c47ab1c67017e9feed0a9da7075c4de27eb5931b516591e4da0d5fd4d24'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+   ./autogen.sh NOCONFIG
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export LIBPOSTFIX=/
+   export CXXFLAGS+=' -fPIC -fpermissive'
+
+   ./configure --prefix=/usr \
+   --enable-python3=yes --disable-python
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # fix symlink to symlink that doesn't get picked up by makepkg's zipman
+   ln -s gv2gxl.1.gz "${pkgdir}"/usr/share/man/man1/dot2gxl.1.gz
+   rm