[arch-commits] Commit in octave/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Fri Sep 8 11:21:59 UTC 2017
Date: Friday, September 8, 2017 @ 11:21:58
Author: arojas
Revision: 256225
archrelease: copy trunk to community-i686, community-x86_64
Added:
octave/repos/community-i686/PKGBUILD
(from rev 256224, octave/trunk/PKGBUILD)
octave/repos/community-i686/octave-qscintilla-2.10.patch
(from rev 256224, octave/trunk/octave-qscintilla-2.10.patch)
octave/repos/community-x86_64/PKGBUILD
(from rev 256224, octave/trunk/PKGBUILD)
octave/repos/community-x86_64/octave-qscintilla-2.10.patch
(from rev 256224, octave/trunk/octave-qscintilla-2.10.patch)
Deleted:
octave/repos/community-i686/PKGBUILD
octave/repos/community-i686/octave-qscintilla-2.10.patch
octave/repos/community-x86_64/PKGBUILD
octave/repos/community-x86_64/octave-qscintilla-2.10.patch
-----------------------------------------------+
/PKGBUILD | 116 ++++++++++++++++++++++++
/octave-qscintilla-2.10.patch | 22 ++++
community-i686/PKGBUILD | 54 -----------
community-i686/octave-qscintilla-2.10.patch | 11 --
community-x86_64/PKGBUILD | 54 -----------
community-x86_64/octave-qscintilla-2.10.patch | 11 --
6 files changed, 138 insertions(+), 130 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-09-08 11:21:22 UTC (rev 256224)
+++ community-i686/PKGBUILD 2017-09-08 11:21:58 UTC (rev 256225)
@@ -1,54 +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=6
-pkgdesc="A high-level language, primarily intended for numerical computations."
-arch=('i686' '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)
-options=('!emptydirs')
-validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B') # John W. Eaton
-sha1sums=('3d60e860d97c2497ec42de67f85a1eea2c79cdfd'
- 'SKIP'
- 'ba53969f6fd923051cd306f414af0646ed7dc526')
-
-prepare() {
- cd $pkgname-$pkgver
-
- # 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-i686/PKGBUILD (from rev 256224, octave/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-08 11:21:58 UTC (rev 256225)
@@ -0,0 +1,58 @@
+# $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=7
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' '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"
+}
Deleted: community-i686/octave-qscintilla-2.10.patch
===================================================================
--- community-i686/octave-qscintilla-2.10.patch 2017-09-08 11:21:22 UTC (rev 256224)
+++ community-i686/octave-qscintilla-2.10.patch 2017-09-08 11:21:58 UTC (rev 256225)
@@ -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-i686/octave-qscintilla-2.10.patch (from rev 256224, octave/trunk/octave-qscintilla-2.10.patch)
===================================================================
--- community-i686/octave-qscintilla-2.10.patch (rev 0)
+++ community-i686/octave-qscintilla-2.10.patch 2017-09-08 11:21:58 UTC (rev 256225)
@@ -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])
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-09-08 11:21:22 UTC (rev 256224)
+++ community-x86_64/PKGBUILD 2017-09-08 11:21:58 UTC (rev 256225)
@@ -1,54 +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=6
-pkgdesc="A high-level language, primarily intended for numerical computations."
-arch=('i686' '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)
-options=('!emptydirs')
-validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B') # John W. Eaton
-sha1sums=('3d60e860d97c2497ec42de67f85a1eea2c79cdfd'
- 'SKIP'
- 'ba53969f6fd923051cd306f414af0646ed7dc526')
-
-prepare() {
- cd $pkgname-$pkgver
-
- # 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 256224, octave/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-09-08 11:21:58 UTC (rev 256225)
@@ -0,0 +1,58 @@
+# $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=7
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' '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"
+}
Deleted: community-x86_64/octave-qscintilla-2.10.patch
===================================================================
--- community-x86_64/octave-qscintilla-2.10.patch 2017-09-08 11:21:22 UTC (rev 256224)
+++ community-x86_64/octave-qscintilla-2.10.patch 2017-09-08 11:21:58 UTC (rev 256225)
@@ -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 256224, octave/trunk/octave-qscintilla-2.10.patch)
===================================================================
--- community-x86_64/octave-qscintilla-2.10.patch (rev 0)
+++ community-x86_64/octave-qscintilla-2.10.patch 2017-09-08 11:21:58 UTC (rev 256225)
@@ -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