summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2017-01-09 23:31:44 +0100
committerbartus2017-01-09 23:31:44 +0100
commitaa78269829b92b87ec84dd628b43611209ca05fb (patch)
tree6c8d8fa5da69178b413b43149b9fb311112377be
parentd5ea275d4956e2c714898be08071c930370d7b26 (diff)
downloadaur-aa78269829b92b87ec84dd628b43611209ca05fb.tar.gz
remove redundant chrpath
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD9
2 files changed, 1 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ec7d32f46c5..0669a0c7d25d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = meshlab-git
arch = x86_64
license = GPL2
makedepends = git
- makedepends = chrpath
depends = bzip2
depends = muparser
depends = levmar
diff --git a/PKGBUILD b/PKGBUILD
index 7031946e6001..d41169cc8f0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ conflicts=('meshlab')
provides=('meshlab')
license=('GPL2') depends=('bzip2' 'muparser' 'levmar' 'lib3ds' 'desktop-file-utils' 'glu' 'mpir' 'openssl' 'qt5-base' 'qt5-declarative' 'qt5-script')
#also create openctm(aur) jhead-lib structuresynth-lib to handle last dep
-makedepends=('git' 'chrpath')
+makedepends=('git')
install="${pkgname}.install"
source=("git+https://github.com/cnr-isti-vclab/meshlab.git"
"git+https://github.com/cnr-isti-vclab/vcglib.git#branch=devel"
@@ -87,13 +87,6 @@ build() {
cd ..
qmake meshlab_full.pro -r
make
-# The QMAKE_RPATHDIR stuff puts in the path to the compile-time location
-# of libcommon, which won't work at runtime, so we change the rpath here.
-# Ideally upstream would rename the library to libmeshlab, libmeshlabcommon,
-# or the like, so that we could put it in the system library directory
-# and avoid rpath entirely.
-## <from fedora build script>
- chrpath -r /usr/lib/meshlab distrib/{meshlab,meshlabserver}
}
package() {