summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2016-04-30 22:19:08 +0200
committerNarrat2016-04-30 22:19:08 +0200
commit6134e6248fc13b52c79da98fb297a5a60492c384 (patch)
tree31be2af6509a2edb0151b6824f091ad6fc750e92
parent2ad9d506174349654c0ed18950210d2963b116cb (diff)
downloadaur-6134e6248fc13b52c79da98fb297a5a60492c384.tar.gz
Julia: Remove install file
Stuff done there is handled by hooks
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--julia.install11
3 files changed, 4 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 638327f78943..3b68fad1d8b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Apr 30 20:17:28 UTC 2016
+# Sat Apr 30 20:19:09 UTC 2016
pkgbase = julia-git
pkgdesc = High-level, high-performance, dynamic programming language
pkgver = 0.5.0.dev.r30802.g7315f52
@@ -29,7 +29,6 @@ pkgbase = julia-git
md5sums = e6ed32e3fa745f640489e6f19ab5c7e8
pkgname = julia-git
- install = julia.install
depends = arpack
depends = fftw
depends = gmp
@@ -44,6 +43,8 @@ pkgname = julia-git
depends = patchelf
depends = hicolor-icon-theme
depends = xdg-utils
+ depends = desktop-file-utils
+ depends = gtk-update-icon-cache
optdepends = gnuplot: If using the Gaston Package from julia
provides = julia
conflicts = julia
diff --git a/PKGBUILD b/PKGBUILD
index c64ae105beff..f4a22cd6a1c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,9 +58,8 @@ build() {
package_julia-git() {
backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
- depends=('arpack' 'fftw' 'gmp' 'libgit2' 'libunwind' 'llvm' 'mpfr' 'openlibm' 'openspecfun' 'pcre2' 'suitesparse' 'patchelf' 'hicolor-icon-theme' 'xdg-utils') # 'utf8proc' (AUR) 'intel-mkl' (AUR)
+ depends=('arpack' 'fftw' 'gmp' 'libgit2' 'libunwind' 'llvm' 'mpfr' 'openlibm' 'openspecfun' 'pcre2' 'suitesparse' 'patchelf' 'hicolor-icon-theme' 'xdg-utils' 'desktop-file-utils' 'gtk-update-icon-cache') # 'utf8proc' (AUR) 'intel-mkl' (AUR)
optdepends=('gnuplot: If using the Gaston Package from julia')
- install=julia.install
provides=('julia')
conflicts=('julia')
backup=('etc/julia/juliarc.jl')
diff --git a/julia.install b/julia.install
deleted file mode 100644
index 2c455e952b7b..000000000000
--- a/julia.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}