[arch-commits] Commit in julia/trunk (PKGBUILD julia.conf sysfix.install)

Alexander Rødseth arodseth at archlinux.org
Wed Oct 1 11:13:36 UTC 2014


    Date: Wednesday, October 1, 2014 @ 13:13:36
  Author: arodseth
Revision: 119954

upgpkg: julia 2:0.3.1-1

Modified:
  julia/trunk/PKGBUILD
  julia/trunk/sysfix.install
Deleted:
  julia/trunk/julia.conf

----------------+
 PKGBUILD       |   15 +++++++++------
 julia.conf     |    1 -
 sysfix.install |    2 ++
 3 files changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-01 10:57:14 UTC (rev 119953)
+++ PKGBUILD	2014-10-01 11:13:36 UTC (rev 119954)
@@ -7,9 +7,9 @@
 
 pkgbase=julia
 pkgname=('julia' 'julia-docs')
+pkgver=0.3.1
+pkgrel=1
 epoch=2
-pkgver=0.3.0
-pkgrel=3
 pkgdesc='High-level, high-performance, dynamic programming language'
 arch=('x86_64' 'i686')
 url='http://julialang.org/'
@@ -18,11 +18,14 @@
 optdepends=('gnuplot: If using the Gaston Package from julia')
 options=('!emptydirs' 'staticlibs')
 backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
-source=('julia.conf'
-        "git://github.com/JuliaLang/julia.git#tag=v${pkgver/_/-}")
-sha256sums=('59dee73f54ea2c0ea94b9af4e4caeda73c1295f3a4474361189c1e022a3cb0b1'
-            'SKIP')
+source=("git://github.com/JuliaLang/julia.git#tag=v${pkgver/_/-}")
+sha256sums=('SKIP')
 
+prepare() {
+  # for /etc/ld.so.conf.d/
+  echo '/usr/lib/julia' > julia.conf
+}
+
 build() {
   make -C "$pkgname" prefix=/usr sysconfdir=/etc \
     MARCH=${CARCH/_/-} \

Deleted: julia.conf
===================================================================
--- julia.conf	2014-10-01 10:57:14 UTC (rev 119953)
+++ julia.conf	2014-10-01 11:13:36 UTC (rev 119954)
@@ -1 +0,0 @@
-/usr/lib/julia

Modified: sysfix.install
===================================================================
--- sysfix.install	2014-10-01 10:57:14 UTC (rev 119953)
+++ sysfix.install	2014-10-01 11:13:36 UTC (rev 119954)
@@ -6,3 +6,5 @@
 post_upgrade() {
   post_install
 }
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list