Date: Monday, March 20, 2023 @ 08:22:47
  Author: arojas
Revision: 1424387

archrelease: copy trunk to community-staging-x86_64

Added:
  octave/repos/community-staging-x86_64/PKGBUILD
    (from rev 1424386, octave/trunk/PKGBUILD)
  octave/repos/community-staging-x86_64/keys/
Deleted:
  octave/repos/community-staging-x86_64/PKGBUILD
  octave/repos/community-staging-x86_64/keys/

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-20 08:22:35 UTC (rev 1424386)
+++ PKGBUILD    2023-03-20 08:22:47 UTC (rev 1424387)
@@ -1,44 +0,0 @@
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor : shining <shiningxc.at.gmail.com>
-# Contributor : cyberdune <[email protected]>
-
-pkgname=octave
-pkgver=8.1.0
-pkgrel=2
-pkgdesc="A high-level language, primarily intended for numerical computations"
-arch=('x86_64')
-url="https://www.gnu.org/software/octave/";
-license=('GPL')
-depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'arpack' 'glu' 
'ghostscript'
-          'sundials' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 
'qrupdate' 'pcre')
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'fltk' 'portaudio' 'jdk-openjdk' 'rapidjson')
-optdepends=('texinfo: for help-support in octave'
-            'gnuplot: alternative plotting'
-            'portaudio: audio support'
-            'java-runtime: java support'
-            'fltk: FLTK GUI'
-            'texlive-bin: for the publish command')
-source=(https://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
-options=('!emptydirs')
-validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
-sha512sums=('332489586857f88e95fa7ff87c681ed61e7b6aff32d55fc1723584131e3c220e44c177fb210303743494a9c88e1e0b7ae7a355df52976428e7607f83df402314'
-            'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
-    --enable-shared --disable-static \
-    --with-quantum-depth=16
-  make
-}
-
-package(){
-  cd ${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-staging-x86_64/PKGBUILD (from rev 1424386, 
octave/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-20 08:22:47 UTC (rev 1424387)
@@ -0,0 +1,44 @@
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor : shining <shiningxc.at.gmail.com>
+# Contributor : cyberdune <[email protected]>
+
+pkgname=octave
+pkgver=8.1.0
+pkgrel=3
+pkgdesc="A high-level language, primarily intended for numerical computations"
+arch=('x86_64')
+url="https://www.gnu.org/software/octave/";
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'arpack' 'glu' 
'ghostscript'
+          'sundials' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 
'qrupdate' 'pcre2')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'fltk' 'portaudio' 'jdk-openjdk' 'rapidjson')
+optdepends=('texinfo: for help-support in octave'
+            'gnuplot: alternative plotting'
+            'portaudio: audio support'
+            'java-runtime: java support'
+            'fltk: FLTK GUI'
+            'texlive-bin: for the publish command')
+source=(https://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha512sums=('332489586857f88e95fa7ff87c681ed61e7b6aff32d55fc1723584131e3c220e44c177fb210303743494a9c88e1e0b7ae7a355df52976428e7607f83df402314'
+            'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+    --enable-shared --disable-static \
+    --with-quantum-depth=16
+  make
+}
+
+package(){
+  cd ${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"
+}

Reply via email to