[arch-commits] Commit in octave/repos/community-x86_64 (4 files)

Antonio Rojas arojas at archlinux.org
Sun Feb 25 12:08:37 UTC 2018


    Date: Sunday, February 25, 2018 @ 12:08:37
  Author: arojas
Revision: 297949

archrelease: copy trunk to community-x86_64

Added:
  octave/repos/community-x86_64/PKGBUILD
    (from rev 297948, octave/trunk/PKGBUILD)
  octave/repos/community-x86_64/octave-qscintilla-2.10.patch
    (from rev 297948, octave/trunk/octave-qscintilla-2.10.patch)
Deleted:
  octave/repos/community-x86_64/PKGBUILD
  octave/repos/community-x86_64/octave-qscintilla-2.10.patch

------------------------------+
 PKGBUILD                     |  117 ++++++++++++++++++++---------------------
 octave-qscintilla-2.10.patch |   22 +++----
 2 files changed, 70 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-25 12:08:11 UTC (rev 297948)
+++ PKGBUILD	2018-02-25 12:08:37 UTC (rev 297949)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor : shining <shiningxc.at.gmail.com>
-# Contributor : cyberdune <cyberdune at gmail.com>
-
-pkgname=octave
-pkgver=4.2.1
-pkgrel=8
-pkgdesc="A high-level language, primarily intended for numerical computations."
-arch=('x86_64')
-url="http://www.octave.org"
-license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 'glu' 'ghostscript'
- 	   'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile')
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 'qt5-tools' 'portaudio')
-optdepends=('texinfo: for help-support in octave'
-            'gnuplot: alternative plotting'
-            'portaudio: audio support')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig} octave-qscintilla-2.10.patch
-        octave-abort-exit.patch::"http://hg.savannah.gnu.org/hgweb/octave/raw-rev/16fae04366b2")
-options=('!emptydirs')
-validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
-sha1sums=('3d60e860d97c2497ec42de67f85a1eea2c79cdfd'
-          'SKIP'
-          'ba53969f6fd923051cd306f414af0646ed7dc526'
-          'e9a3cd2cd5938fc71bfeb05ea34bcd40a1b040db')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix abort on exit https://savannah.gnu.org/bugs/?49515
-  patch -p1 -i ../octave-abort-exit.patch
-  # Fix qscintilla 2.10 detection
-  patch -p1 -i ../octave-qscintilla-2.10.patch
-  autoreconf -vi
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
-  --enable-shared --disable-static \
-  --with-quantum-depth=16 \
-  --with-umfpack="-lumfpack -lsuitesparseconfig"
-# https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
-
-  LANG=C make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # add octave library path to ld.so.conf.d
-  install -d "${pkgdir}/etc/ld.so.conf.d"
-  echo "/usr/lib/${pkgname}/${pkgver}" > "${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
-}

Copied: octave/repos/community-x86_64/PKGBUILD (from rev 297948, octave/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-25 12:08:37 UTC (rev 297949)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor : shining <shiningxc.at.gmail.com>
+# Contributor : cyberdune <cyberdune at gmail.com>
+
+pkgname=octave
+pkgver=4.2.1
+pkgrel=9
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('x86_64')
+url="http://www.octave.org"
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 'glu' 'ghostscript'
+ 	   'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 'qt5-tools' 'portaudio' 'jdk8-openjdk')
+optdepends=('texinfo: for help-support in octave'
+            'gnuplot: alternative plotting'
+            'portaudio: audio support'
+            'java-runtime: java support')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig} octave-qscintilla-2.10.patch
+        octave-abort-exit.patch::"http://hg.savannah.gnu.org/hgweb/octave/raw-rev/16fae04366b2")
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('3d60e860d97c2497ec42de67f85a1eea2c79cdfd'
+          'SKIP'
+          'ba53969f6fd923051cd306f414af0646ed7dc526'
+          'e9a3cd2cd5938fc71bfeb05ea34bcd40a1b040db')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix abort on exit https://savannah.gnu.org/bugs/?49515
+  patch -p1 -i ../octave-abort-exit.patch
+  # Fix qscintilla 2.10 detection
+  patch -p1 -i ../octave-qscintilla-2.10.patch
+  autoreconf -vi
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"
+# https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > "${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Deleted: octave-qscintilla-2.10.patch
===================================================================
--- octave-qscintilla-2.10.patch	2018-02-25 12:08:11 UTC (rev 297948)
+++ octave-qscintilla-2.10.patch	2018-02-25 12:08:37 UTC (rev 297949)
@@ -1,11 +0,0 @@
---- octave-4.2.1/m4/acinclude.m4.orig	2017-03-01 11:05:40.106105555 +0000
-+++ octave-4.2.1/m4/acinclude.m4	2017-03-01 11:06:05.612735530 +0000
-@@ -1346,7 +1346,7 @@
-     ;;
-     5)
-       QT_MODULES="Qt5Core Qt5Gui Qt5Network Qt5OpenGL Qt5PrintSupport"
--      octave_qscintilla_libnames="qscintilla2-qt5 qt5scintilla2"
-+      octave_qscintilla_libnames="qscintilla2-qt5 qt5scintilla2 qscintilla2_qt5"
-     ;;
-     *)
-       AC_MSG_ERROR([Unrecognized Qt version $qt_version])

Copied: octave/repos/community-x86_64/octave-qscintilla-2.10.patch (from rev 297948, octave/trunk/octave-qscintilla-2.10.patch)
===================================================================
--- octave-qscintilla-2.10.patch	                        (rev 0)
+++ octave-qscintilla-2.10.patch	2018-02-25 12:08:37 UTC (rev 297949)
@@ -0,0 +1,11 @@
+--- octave-4.2.1/m4/acinclude.m4.orig	2017-03-01 11:05:40.106105555 +0000
++++ octave-4.2.1/m4/acinclude.m4	2017-03-01 11:06:05.612735530 +0000
+@@ -1346,7 +1346,7 @@
+     ;;
+     5)
+       QT_MODULES="Qt5Core Qt5Gui Qt5Network Qt5OpenGL Qt5PrintSupport"
+-      octave_qscintilla_libnames="qscintilla2-qt5 qt5scintilla2"
++      octave_qscintilla_libnames="qscintilla2-qt5 qt5scintilla2 qscintilla2_qt5"
+     ;;
+     *)
+       AC_MSG_ERROR([Unrecognized Qt version $qt_version])



More information about the arch-commits mailing list