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

Ronald van Haren ronald at archlinux.org
Wed Nov 21 19:47:07 UTC 2012


    Date: Wednesday, November 21, 2012 @ 14:47:06
  Author: ronald
Revision: 171827

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

Added:
  gnuplot/repos/staging-i686/
  gnuplot/repos/staging-i686/PKGBUILD
    (from rev 171826, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/staging-i686/gnuplot.install
    (from rev 171826, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/staging-x86_64/
  gnuplot/repos/staging-x86_64/PKGBUILD
    (from rev 171826, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/staging-x86_64/gnuplot.install
    (from rev 171826, gnuplot/trunk/gnuplot.install)

--------------------------------+
 staging-i686/PKGBUILD          |   53 +++++++++++++++++++++++++++++++++++++++
 staging-i686/gnuplot.install   |   35 +++++++++++++++++++++++++
 staging-x86_64/PKGBUILD        |   53 +++++++++++++++++++++++++++++++++++++++
 staging-x86_64/gnuplot.install |   35 +++++++++++++++++++++++++
 4 files changed, 176 insertions(+)

Copied: gnuplot/repos/staging-i686/PKGBUILD (from rev 171826, gnuplot/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-11-21 19:47:06 UTC (rev 171827)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=gnuplot 
+pkgver=4.6.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') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+install=gnuplot.install 
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+sha1sums=('1ea21a628223159b0297ae65fe8293afd5aab3c0')
+
+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
+
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+              --infodir=/usr/share/info \
+              --libexecdir=/usr/bin \
+              --with-gihdir=/usr/share/gnuplot \
+              --datadir=/usr/share \
+              --with-readline=gnu \
+              --with-texdir=$pkgdir/usr/share/texmf/tex/latex/gnuplot
+  make pkglibexecdir=/usr/bin
+}
+
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr libexecdir=$pkgdir/usr/bin \
+         mandir=$pkgdir/usr/share/man \
+        infodir=$pkgdir/usr/share/info \
+        pkglibexecdir=$pkgdir/usr/bin \
+        GIHDIR=$pkgdir/usr/share/gnuplot \
+        datadir=$pkgdir/usr/share 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/staging-i686/gnuplot.install (from rev 171826, gnuplot/trunk/gnuplot.install)
===================================================================
--- staging-i686/gnuplot.install	                        (rev 0)
+++ staging-i686/gnuplot.install	2012-11-21 19:47:06 UTC (rev 171827)
@@ -0,0 +1,35 @@
+info_dir=/usr/share/info
+info_files=(gnuplot.info)
+
+post_install() {
+cat << EOF
+==> To add the gnuplot mode in Emacs, add the content of /usr/share/emacs/site-lisp/dotemacs to your ~/.emacs file.
+EOF
+
+  if [ -f /usr/bin/mktexlsr ]; then
+    echo "Updating TeX tree..."
+    mktexlsr
+  fi
+
+for f in ${info_files[@]}; do
+    install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+ for f in ${info_files[@]}; do
+    install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_remove() {
+  if [ -f /usr/bin/mktexlsr ]; then
+    echo "Updating TeX tree..."
+    mktexlsr
+  fi
+}
+

Copied: gnuplot/repos/staging-x86_64/PKGBUILD (from rev 171826, gnuplot/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-11-21 19:47:06 UTC (rev 171827)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=gnuplot 
+pkgver=4.6.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') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+install=gnuplot.install 
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+sha1sums=('1ea21a628223159b0297ae65fe8293afd5aab3c0')
+
+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
+
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+              --infodir=/usr/share/info \
+              --libexecdir=/usr/bin \
+              --with-gihdir=/usr/share/gnuplot \
+              --datadir=/usr/share \
+              --with-readline=gnu \
+              --with-texdir=$pkgdir/usr/share/texmf/tex/latex/gnuplot
+  make pkglibexecdir=/usr/bin
+}
+
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr libexecdir=$pkgdir/usr/bin \
+         mandir=$pkgdir/usr/share/man \
+        infodir=$pkgdir/usr/share/info \
+        pkglibexecdir=$pkgdir/usr/bin \
+        GIHDIR=$pkgdir/usr/share/gnuplot \
+        datadir=$pkgdir/usr/share 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/staging-x86_64/gnuplot.install (from rev 171826, gnuplot/trunk/gnuplot.install)
===================================================================
--- staging-x86_64/gnuplot.install	                        (rev 0)
+++ staging-x86_64/gnuplot.install	2012-11-21 19:47:06 UTC (rev 171827)
@@ -0,0 +1,35 @@
+info_dir=/usr/share/info
+info_files=(gnuplot.info)
+
+post_install() {
+cat << EOF
+==> To add the gnuplot mode in Emacs, add the content of /usr/share/emacs/site-lisp/dotemacs to your ~/.emacs file.
+EOF
+
+  if [ -f /usr/bin/mktexlsr ]; then
+    echo "Updating TeX tree..."
+    mktexlsr
+  fi
+
+for f in ${info_files[@]}; do
+    install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+ for f in ${info_files[@]}; do
+    install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_remove() {
+  if [ -f /usr/bin/mktexlsr ]; then
+    echo "Updating TeX tree..."
+    mktexlsr
+  fi
+}
+




More information about the arch-commits mailing list