[arch-commits] Commit in gnuplot/repos (12 files)

2016-08-03 Thread Antonio Rojas
Date: Wednesday, August 3, 2016 @ 11:45:03
  Author: arojas
Revision: 272955

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnuplot/repos/extra-i686/PKGBUILD
(from rev 272954, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-i686/gnuplot.install
(from rev 272954, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-i686/lua53_compat.patch
(from rev 272954, gnuplot/trunk/lua53_compat.patch)
  gnuplot/repos/extra-x86_64/PKGBUILD
(from rev 272954, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-x86_64/gnuplot.install
(from rev 272954, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-x86_64/lua53_compat.patch
(from rev 272954, gnuplot/trunk/lua53_compat.patch)
Deleted:
  gnuplot/repos/extra-i686/PKGBUILD
  gnuplot/repos/extra-i686/gnuplot.install
  gnuplot/repos/extra-i686/lua53_compat.patch
  gnuplot/repos/extra-x86_64/PKGBUILD
  gnuplot/repos/extra-x86_64/gnuplot.install
  gnuplot/repos/extra-x86_64/lua53_compat.patch

-+
 /PKGBUILD   |  106 ++
 /gnuplot.install|   36 
 /lua53_compat.patch |   26 +
 extra-i686/PKGBUILD |   53 ---
 extra-i686/gnuplot.install  |   18 --
 extra-i686/lua53_compat.patch   |   13 
 extra-x86_64/PKGBUILD   |   53 ---
 extra-x86_64/gnuplot.install|   18 --
 extra-x86_64/lua53_compat.patch |   13 
 9 files changed, 168 insertions(+), 168 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-03 11:43:51 UTC (rev 272954)
+++ extra-i686/PKGBUILD 2016-08-03 11:45:03 UTC (rev 272955)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot
-pkgver=5.0.3
-pkgrel=2
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info"; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 
'gnutls') 
-makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
-"lua53_compat.patch")
-sha1sums=('7ec8b4221ee5406f1beeac4f9db794acb501dc2b'
-  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-
-  patch -p1 < "$srcdir"/lua53_compat.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu --enable-qt \
-  --with-bitmap-terminals
-  make pkglibexecdir=/usr/bin
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make pkglibexecdir=/usr/bin DESTDIR="${pkgdir}" install install-info
-
-  install -Dm644 Copyright "${pkgdir}/usr/share/licenses/$pkgname/Copyright"
-
-  rm -f "${pkgdir}/usr/share/texmf-dist/ls-R"
-}

Copied: gnuplot/repos/extra-i686/PKGBUILD (from rev 272954, 
gnuplot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-03 11:45:03 UTC (rev 272955)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot
+pkgver=5.0.4
+pkgrel=1
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('i686' 'x86_64') 
+url="http://www.gnuplot.info"; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 
'gnutls') 
+makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
+"lua53_compat.patch")
+sha1sums=('3a616a1beca8e86662afcc9d368aad6847ed4e0f'
+  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+
+  pa

[arch-commits] Commit in gnuplot/repos (12 files)

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 20:26:35
  Author: arojas
Revision: 267995

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnuplot/repos/extra-i686/PKGBUILD
(from rev 267994, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-i686/gnuplot.install
(from rev 267994, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-i686/lua53_compat.patch
(from rev 267994, gnuplot/trunk/lua53_compat.patch)
  gnuplot/repos/extra-x86_64/PKGBUILD
(from rev 267994, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-x86_64/gnuplot.install
(from rev 267994, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-x86_64/lua53_compat.patch
(from rev 267994, gnuplot/trunk/lua53_compat.patch)
Deleted:
  gnuplot/repos/extra-i686/PKGBUILD
  gnuplot/repos/extra-i686/gnuplot.install
  gnuplot/repos/extra-i686/lua53_compat.patch
  gnuplot/repos/extra-x86_64/PKGBUILD
  gnuplot/repos/extra-x86_64/gnuplot.install
  gnuplot/repos/extra-x86_64/lua53_compat.patch

-+
 /PKGBUILD   |  106 ++
 /gnuplot.install|   36 
 /lua53_compat.patch |   26 +
 extra-i686/PKGBUILD |   53 ---
 extra-i686/gnuplot.install  |   31 ---
 extra-i686/lua53_compat.patch   |   13 
 extra-x86_64/PKGBUILD   |   53 ---
 extra-x86_64/gnuplot.install|   31 ---
 extra-x86_64/lua53_compat.patch |   13 
 9 files changed, 168 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 18:25:53 UTC (rev 267994)
+++ extra-i686/PKGBUILD 2016-05-14 18:26:35 UTC (rev 267995)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot
-pkgver=5.0.3
-pkgrel=1
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info"; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 
'gnutls') 
-makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
-"lua53_compat.patch")
-sha1sums=('7ec8b4221ee5406f1beeac4f9db794acb501dc2b'
-  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-
-  patch -p1 < "$srcdir"/lua53_compat.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu --enable-qt \
-  --with-bitmap-terminals
-  make pkglibexecdir=/usr/bin
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make pkglibexecdir=/usr/bin DESTDIR="${pkgdir}" install install-info
-
-  install -Dm644 Copyright "${pkgdir}/usr/share/licenses/$pkgname/Copyright"
-
-  rm -f "${pkgdir}/usr/share/texmf-dist/ls-R"
-}

Copied: gnuplot/repos/extra-i686/PKGBUILD (from rev 267994, 
gnuplot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 18:26:35 UTC (rev 267995)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot
+pkgver=5.0.3
+pkgrel=2
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('i686' 'x86_64') 
+url="http://www.gnuplot.info"; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 
'gnutls') 
+makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
+"lua53_compat.patch")
+sha1sums=('7ec8b4221ee5406f1beeac4f9db794acb501dc2b'
+  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c

[arch-commits] Commit in gnuplot/repos (12 files)

2016-04-21 Thread Ronald van Haren
Date: Thursday, April 21, 2016 @ 14:18:46
  Author: ronald
Revision: 265808

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnuplot/repos/extra-i686/PKGBUILD
(from rev 265807, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-i686/gnuplot.install
(from rev 265807, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-i686/lua53_compat.patch
(from rev 265807, gnuplot/trunk/lua53_compat.patch)
  gnuplot/repos/extra-x86_64/PKGBUILD
(from rev 265807, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-x86_64/gnuplot.install
(from rev 265807, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-x86_64/lua53_compat.patch
(from rev 265807, gnuplot/trunk/lua53_compat.patch)
Deleted:
  gnuplot/repos/extra-i686/PKGBUILD
  gnuplot/repos/extra-i686/gnuplot.install
  gnuplot/repos/extra-i686/lua53_compat.patch
  gnuplot/repos/extra-x86_64/PKGBUILD
  gnuplot/repos/extra-x86_64/gnuplot.install
  gnuplot/repos/extra-x86_64/lua53_compat.patch

-+
 /PKGBUILD   |  106 ++
 /gnuplot.install|   62 ++
 /lua53_compat.patch |   26 +
 extra-i686/PKGBUILD |   52 --
 extra-i686/gnuplot.install  |   31 ---
 extra-i686/lua53_compat.patch   |   13 
 extra-x86_64/PKGBUILD   |   52 --
 extra-x86_64/gnuplot.install|   31 ---
 extra-x86_64/lua53_compat.patch |   13 
 9 files changed, 194 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-21 12:18:33 UTC (rev 265807)
+++ extra-i686/PKGBUILD 2016-04-21 12:18:46 UTC (rev 265808)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot
-pkgver=5.0.2
-pkgrel=1
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info"; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 
'gnutls') 
-makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
-"lua53_compat.patch")
-sha1sums=('a7159d67f5b3312b219cc4386bd5e7937939bf49'
-  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-
-  patch -p1 < "$srcdir"/lua53_compat.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu --enable-qt
-  make pkglibexecdir=/usr/bin
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make pkglibexecdir=/usr/bin DESTDIR="${pkgdir}" install install-info
-
-  install -Dm644 Copyright "${pkgdir}/usr/share/licenses/$pkgname/Copyright"
-
-  rm -f "${pkgdir}/usr/share/texmf-dist/ls-R"
-}

Copied: gnuplot/repos/extra-i686/PKGBUILD (from rev 265807, 
gnuplot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-21 12:18:46 UTC (rev 265808)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot
+pkgver=5.0.3
+pkgrel=1
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('i686' 'x86_64') 
+url="http://www.gnuplot.info"; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 
'gnutls') 
+makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
+"lua53_compat.patch")
+sha1sums=('7ec8b4221ee5406f1beeac4f9db794acb501dc2b'
+  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+
+  patch -p1 < "$srcdir"/lua5

[arch-commits] Commit in gnuplot/repos (12 files)

2016-02-03 Thread Antonio Rojas
Date: Wednesday, February 3, 2016 @ 10:10:42
  Author: arojas
Revision: 258830

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnuplot/repos/extra-i686/PKGBUILD
(from rev 258829, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-i686/gnuplot.install
(from rev 258829, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-i686/lua53_compat.patch
(from rev 258829, gnuplot/trunk/lua53_compat.patch)
  gnuplot/repos/extra-x86_64/PKGBUILD
(from rev 258829, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-x86_64/gnuplot.install
(from rev 258829, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-x86_64/lua53_compat.patch
(from rev 258829, gnuplot/trunk/lua53_compat.patch)
Deleted:
  gnuplot/repos/extra-i686/PKGBUILD
  gnuplot/repos/extra-i686/gnuplot.install
  gnuplot/repos/extra-i686/lua53_compat.patch
  gnuplot/repos/extra-x86_64/PKGBUILD
  gnuplot/repos/extra-x86_64/gnuplot.install
  gnuplot/repos/extra-x86_64/lua53_compat.patch

-+
 /PKGBUILD   |  104 ++
 /gnuplot.install|   62 ++
 /lua53_compat.patch |   26 +
 extra-i686/PKGBUILD |   52 ---
 extra-i686/gnuplot.install  |   31 ---
 extra-i686/lua53_compat.patch   |   13 
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/gnuplot.install|   31 ---
 extra-x86_64/lua53_compat.patch |   13 
 9 files changed, 192 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-03 09:10:07 UTC (rev 258829)
+++ extra-i686/PKGBUILD 2016-02-03 09:10:42 UTC (rev 258830)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot
-pkgver=5.0.1
-pkgrel=2
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info"; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 
'gnutls') 
-makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
-"lua53_compat.patch")
-sha1sums=('a66f5211d3eb8d382b8dd9bdf320b65cf1315a13'
-  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-
-  patch -p1 < "$srcdir"/lua53_compat.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu --enable-qt
-  make pkglibexecdir=/usr/bin
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make pkglibexecdir=/usr/bin DESTDIR="${pkgdir}" install install-info
-
-  install -Dm644 Copyright "${pkgdir}/usr/share/licenses/$pkgname/Copyright"
-
-  rm -f "${pkgdir}/usr/share/texmf-dist/ls-R"
-}

Copied: gnuplot/repos/extra-i686/PKGBUILD (from rev 258829, 
gnuplot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-03 09:10:42 UTC (rev 258830)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot
+pkgver=5.0.2
+pkgrel=1
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('i686' 'x86_64') 
+url="http://www.gnuplot.info"; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 
'gnutls') 
+makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
+"lua53_compat.patch")
+sha1sums=('a7159d67f5b3312b219cc4386bd5e7937939bf49'
+  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+
+  patch -p1 < "$srcdir"

[arch-commits] Commit in gnuplot/repos (12 files)

2015-09-17 Thread Jan Steffens
Date: Thursday, September 17, 2015 @ 16:41:04
  Author: heftig
Revision: 246433

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnuplot/repos/extra-i686/PKGBUILD
(from rev 246432, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-i686/gnuplot.install
(from rev 246432, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-i686/lua53_compat.patch
(from rev 246432, gnuplot/trunk/lua53_compat.patch)
  gnuplot/repos/extra-x86_64/PKGBUILD
(from rev 246432, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-x86_64/gnuplot.install
(from rev 246432, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-x86_64/lua53_compat.patch
(from rev 246432, gnuplot/trunk/lua53_compat.patch)
Deleted:
  gnuplot/repos/extra-i686/PKGBUILD
  gnuplot/repos/extra-i686/gnuplot.install
  gnuplot/repos/extra-i686/lua53_compat.patch
  gnuplot/repos/extra-x86_64/PKGBUILD
  gnuplot/repos/extra-x86_64/gnuplot.install
  gnuplot/repos/extra-x86_64/lua53_compat.patch

-+
 /PKGBUILD   |  104 ++
 /gnuplot.install|   62 ++
 /lua53_compat.patch |   26 +
 extra-i686/PKGBUILD |   52 ---
 extra-i686/gnuplot.install  |   31 ---
 extra-i686/lua53_compat.patch   |   13 
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/gnuplot.install|   31 ---
 extra-x86_64/lua53_compat.patch |   13 
 9 files changed, 192 insertions(+), 192 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-17 14:40:09 UTC (rev 246432)
+++ extra-i686/PKGBUILD 2015-09-17 14:41:04 UTC (rev 246433)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot
-pkgver=5.0.0
-pkgrel=3
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info"; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 
'gnutls') 
-makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
-"lua53_compat.patch")
-sha1sums=('ca5163e3cb466b4aeb878f1173b0fe624367f08a'
-  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-
-  patch -p1 < "$srcdir"/lua53_compat.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu --enable-qt
-  make pkglibexecdir=/usr/bin
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make pkglibexecdir=/usr/bin DESTDIR="${pkgdir}" install install-info
-
-  install -Dm644 Copyright "${pkgdir}/usr/share/licenses/$pkgname/Copyright"
-
-  rm -f "${pkgdir}/usr/share/texmf-dist/ls-R"
-}

Copied: gnuplot/repos/extra-i686/PKGBUILD (from rev 246432, 
gnuplot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-17 14:41:04 UTC (rev 246433)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot
+pkgver=5.0.1
+pkgrel=1
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('i686' 'x86_64') 
+url="http://www.gnuplot.info"; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt5-svg' 'qt5-tools' 
'gnutls') 
+makedepends=('texinfo' 'texlive-core' 'emacs' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
+"lua53_compat.patch")
+sha1sums=('a66f5211d3eb8d382b8dd9bdf320b65cf1315a13'
+  '9005fa9e4da91ceedb8ccd1d761866e7b064f8b1')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+
+  patch -p1 < "$srcdir

[arch-commits] Commit in gnuplot/repos (12 files)

2013-11-15 Thread Ronald van Haren
Date: Friday, November 15, 2013 @ 16:16:37
  Author: ronald
Revision: 199748

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnuplot/repos/extra-i686/PKGBUILD
(from rev 199747, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-i686/gnuplot-doc2texi-el.patch
(from rev 199747, gnuplot/trunk/gnuplot-doc2texi-el.patch)
  gnuplot/repos/extra-i686/gnuplot.install
(from rev 199747, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-x86_64/PKGBUILD
(from rev 199747, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-x86_64/gnuplot-doc2texi-el.patch
(from rev 199747, gnuplot/trunk/gnuplot-doc2texi-el.patch)
  gnuplot/repos/extra-x86_64/gnuplot.install
(from rev 199747, gnuplot/trunk/gnuplot.install)
Deleted:
  gnuplot/repos/extra-i686/PKGBUILD
  gnuplot/repos/extra-i686/gnuplot-doc2texi-el.patch
  gnuplot/repos/extra-i686/gnuplot.install
  gnuplot/repos/extra-x86_64/PKGBUILD
  gnuplot/repos/extra-x86_64/gnuplot-doc2texi-el.patch
  gnuplot/repos/extra-x86_64/gnuplot.install

+
 /PKGBUILD  |  100 +++
 /gnuplot-doc2texi-el.patch |   26 
 /gnuplot.install   |   70 +
 extra-i686/PKGBUILD|   50 ---
 extra-i686/gnuplot-doc2texi-el.patch   |   13 
 extra-i686/gnuplot.install |   35 --
 extra-x86_64/PKGBUILD  |   50 ---
 extra-x86_64/gnuplot-doc2texi-el.patch |   13 
 extra-x86_64/gnuplot.install   |   35 --
 9 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-15 15:16:00 UTC (rev 199747)
+++ extra-i686/PKGBUILD 2013-11-15 15:16:37 UTC (rev 199748)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot
-pkgver=4.6.3
-pkgrel=1
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info"; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
-makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install 
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
 
-gnuplot-doc2texi-el.patch)
-sha1sums=('f01e417dc9504a05fd5cc2595b05ccb58bcea5b2'
-  '46f381fafa2f6c6e3bfefa1e7b999729e260a2e8')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime 
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-
-  (cd docs; patch -p0 -i "$srcdir/gnuplot-doc2texi-el.patch")
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu
-  make pkglibexecdir=/usr/bin
-}
-
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make pkglibexecdir=/usr/bin DESTDIR="$pkgdir" install
-
-  install -Dm644 lisp/dotemacs "$pkgdir/usr/share/emacs/site-lisp/dotemacs"
-  install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/Copyright"
-
-  rm -f "$pkgdir/usr/share/texmf-dist/ls-R"
-}

Copied: gnuplot/repos/extra-i686/PKGBUILD (from rev 199747, 
gnuplot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-15 15:16:37 UTC (rev 199748)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot
+pkgver=4.6.4
+pkgrel=1
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('i686' 'x86_64') 
+url="http://www.gnuplot.info"; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua' 'qt4') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install 
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha1sums=('54ee5ce9a0a2698b046064bd275e772673350013')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --libex

[arch-commits] Commit in gnuplot/repos (12 files)

2013-07-31 Thread Bartłomiej Piotrowski
Date: Wednesday, July 31, 2013 @ 17:21:27
  Author: bpiotrowski
Revision: 191848

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnuplot/repos/extra-i686/PKGBUILD
(from rev 191847, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-i686/gnuplot-doc2texi-el.patch
(from rev 191847, gnuplot/trunk/gnuplot-doc2texi-el.patch)
  gnuplot/repos/extra-i686/gnuplot.install
(from rev 191847, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-x86_64/PKGBUILD
(from rev 191847, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-x86_64/gnuplot-doc2texi-el.patch
(from rev 191847, gnuplot/trunk/gnuplot-doc2texi-el.patch)
  gnuplot/repos/extra-x86_64/gnuplot.install
(from rev 191847, gnuplot/trunk/gnuplot.install)
Deleted:
  gnuplot/repos/extra-i686/PKGBUILD
  gnuplot/repos/extra-i686/gnuplot-doc2texi-el.patch
  gnuplot/repos/extra-i686/gnuplot.install
  gnuplot/repos/extra-x86_64/PKGBUILD
  gnuplot/repos/extra-x86_64/gnuplot-doc2texi-el.patch
  gnuplot/repos/extra-x86_64/gnuplot.install

+
 /PKGBUILD  |  100 +++
 /gnuplot-doc2texi-el.patch |   26 
 /gnuplot.install   |   70 +
 extra-i686/PKGBUILD|   50 ---
 extra-i686/gnuplot-doc2texi-el.patch   |   13 
 extra-i686/gnuplot.install |   35 --
 extra-x86_64/PKGBUILD  |   50 ---
 extra-x86_64/gnuplot-doc2texi-el.patch |   13 
 extra-x86_64/gnuplot.install   |   35 --
 9 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-31 15:21:10 UTC (rev 191847)
+++ extra-i686/PKGBUILD 2013-07-31 15:21:27 UTC (rev 191848)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot
-pkgver=4.6.2
-pkgrel=3
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info"; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
-makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install 
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
 
-gnuplot-doc2texi-el.patch)
-sha1sums=('88748d4bc9bd41ba8a267a35b6e5b7427cd997cd'
-  '46f381fafa2f6c6e3bfefa1e7b999729e260a2e8')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime 
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-
-  (cd docs; patch -p0 -i "$srcdir/gnuplot-doc2texi-el.patch")
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu
-  make pkglibexecdir=/usr/bin
-}
-
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make pkglibexecdir=/usr/bin DESTDIR="$pkgdir" install
-
-  install -Dm644 lisp/dotemacs "$pkgdir/usr/share/emacs/site-lisp/dotemacs"
-  install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/Copyright"
-
-  rm -f "$pkgdir/usr/share/texmf-dist/ls-R"
-}

Copied: gnuplot/repos/extra-i686/PKGBUILD (from rev 191847, 
gnuplot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-31 15:21:27 UTC (rev 191848)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot
+pkgver=4.6.3
+pkgrel=1
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('i686' 'x86_64') 
+url="http://www.gnuplot.info"; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install 
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
 
+gnuplot-doc2texi-el.patch)
+sha1sums=('f01e417dc9504a05fd5cc2595b05ccb58bcea5b2'
+  '46f381fafa2f6c6e3bfefa1e7b999729e260a2e8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime 
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+
+  (cd docs; p

[arch-commits] Commit in gnuplot/repos (12 files)

2013-03-22 Thread Eric Bélanger
Date: Friday, March 22, 2013 @ 22:03:11
  Author: eric
Revision: 180538

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gnuplot/repos/extra-i686/PKGBUILD
(from rev 180537, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-i686/gnuplot-doc2texi-el.patch
(from rev 180537, gnuplot/trunk/gnuplot-doc2texi-el.patch)
  gnuplot/repos/extra-i686/gnuplot.install
(from rev 180537, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-x86_64/PKGBUILD
(from rev 180537, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-x86_64/gnuplot-doc2texi-el.patch
(from rev 180537, gnuplot/trunk/gnuplot-doc2texi-el.patch)
  gnuplot/repos/extra-x86_64/gnuplot.install
(from rev 180537, gnuplot/trunk/gnuplot.install)
Deleted:
  gnuplot/repos/extra-i686/PKGBUILD
  gnuplot/repos/extra-i686/gnuplot-doc2texi-el.patch
  gnuplot/repos/extra-i686/gnuplot.install
  gnuplot/repos/extra-x86_64/PKGBUILD
  gnuplot/repos/extra-x86_64/gnuplot-doc2texi-el.patch
  gnuplot/repos/extra-x86_64/gnuplot.install

+
 /PKGBUILD  |  100 +++
 /gnuplot-doc2texi-el.patch |   26 
 /gnuplot.install   |   70 +
 extra-i686/PKGBUILD|   50 ---
 extra-i686/gnuplot-doc2texi-el.patch   |   13 
 extra-i686/gnuplot.install |   35 --
 extra-x86_64/PKGBUILD  |   50 ---
 extra-x86_64/gnuplot-doc2texi-el.patch |   13 
 extra-x86_64/gnuplot.install   |   35 --
 9 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-22 21:01:17 UTC (rev 180537)
+++ extra-i686/PKGBUILD 2013-03-22 21:03:11 UTC (rev 180538)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tom Newsom 
-
-pkgname=gnuplot 
-pkgver=4.6.2
-pkgrel=1
-pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
-arch=('i686' 'x86_64') 
-url="http://www.gnuplot.info"; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
-makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install 
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
 
-gnuplot-doc2texi-el.patch)
-sha1sums=('88748d4bc9bd41ba8a267a35b6e5b7427cd997cd'
-  '46f381fafa2f6c6e3bfefa1e7b999729e260a2e8')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime 
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-
-  (cd docs; patch -p0 -i "$srcdir/gnuplot-doc2texi-el.patch")
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu
-  make
-}
-
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make pkglibexecdir=/usr/bin DESTDIR="$pkgdir" install
-
-  install -Dm644 lisp/dotemacs "$pkgdir/usr/share/emacs/site-lisp/dotemacs"
-  install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/Copyright"
-
-  rm -f "$pkgdir/usr/share/texmf-dist/ls-R"
-}

Copied: gnuplot/repos/extra-i686/PKGBUILD (from rev 180537, 
gnuplot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-22 21:03:11 UTC (rev 180538)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tom Newsom 
+
+pkgname=gnuplot 
+pkgver=4.6.2
+pkgrel=2
+pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others" 
+arch=('i686' 'x86_64') 
+url="http://www.gnuplot.info"; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install 
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";
 
+gnuplot-doc2texi-el.patch)
+sha1sums=('88748d4bc9bd41ba8a267a35b6e5b7427cd997cd'
+  '46f381fafa2f6c6e3bfefa1e7b999729e260a2e8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime 
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
+  src/variable.c
+
+  (cd docs; patch -p0 -i "$srcdir/gnuplot-d