summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Bruguera2019-09-13 00:57:19 +0200
committerJoan Bruguera2019-09-13 00:57:19 +0200
commit1431786bf9c1983d9b061e084f375542fc40936e (patch)
tree158a7a725caee1785df1d9895e4dade4376b51bf /PKGBUILD
parent1923074591998bd3d625f4938ae9aea551a5a328 (diff)
downloadaur-1431786bf9c1983d9b061e084f375542fc40936e.tar.gz
Update the package to the latest code in the BSC FTP (again, no version number bump!). Also fix another quirk that made building the new version fail, if the old one was installed (was trying to link against installed lib).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bc8a66a25ed..3f58cb9fbaa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='wxparaver'
pkgdesc='Expressive powerful and flexible trace visualizer for post-mortem trace analysis (from BSC).'
pkgver='4.8.1'
-pkgrel='5'
+pkgrel='6'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('LGPL2.1')
depends=(wxgtk3 webkit2gtk boost libxml2 zlib)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-$pkgver-src.tar.bz2"
"wxParaver.desktop")
-sha512sums=(80481fc75b977f85476658e25e9d091530f64f1b04b15d826715fb5e9646c33c14e46ef8d5233f1b57c442895cf96206b8812bded482f58dce76888745cc88e6
+sha512sums=(0707dd8bb655e120a9ae13c69971c84cb5a2b647cdcbbf1858cc2644e7423ec32fd7b939b25ca43df68c9e92692356e2e9642ff1ff5a5e8d347ea3a9170d6435
f1b000ea660765bbd454d9ae54d360233389121e54f8bcab241420b42aefa4f679735500efd43afdcd932f3a7bd339f00ff299f755a62163c1c3e34bd6920f6e)
prepare() {
@@ -19,6 +19,7 @@ prepare() {
cd src/wxparaver
sed -i 's|-lparaver-kernel -lparaver-api|-L../../paraver-kernel/src/.libs -L../../paraver-kernel/api/.libs -lparaver-kernel -lparaver-api|g' src/Makefile.am
sed -i 's|^wxparaver_bin_CXXFLAGS =.*|& -I../../paraver-kernel -I../../paraver-kernel/api|' src/Makefile.am
+ sed -i 's| -L$PARAVER_LIBDIR||g' configure.ac
autoreconf -i -f
}