Date: Wednesday, August 14, 2013 @ 12:56:10 Author: arodseth Revision: 95567
Upstream name change Added: liteide/ Modified: liteide/trunk/PKGBUILD Deleted: golangide/ ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: liteide/trunk/PKGBUILD =================================================================== --- golangide/trunk/PKGBUILD 2013-08-14 10:53:19 UTC (rev 95566) +++ liteide/trunk/PKGBUILD 2013-08-14 10:56:10 UTC (rev 95567) @@ -1,12 +1,12 @@ -#$Id$ +# $Id$ # Maintainer: Alexander Rødseth <[email protected]> # Contributor: spambanane <[email protected]> # Contributor: Matteo <[email protected]> -pkgname=golangide +pkgname=liteide pkgver=19 pkgrel=1 -pkgdesc='IDE for editing and building projects written in the Go programming language (now LiteIDE X)' +pkgdesc='IDE for editing and building projects written in the Go programming language ("golangide")' license=('LGPL') arch=('x86_64' 'i686') url='https://github.com/visualfc/liteide' @@ -14,8 +14,8 @@ makedepends=('gendesk') options=('!strip') source=("$pkgname.zip::https://github.com/visualfc/liteide/archive/x$pkgver.zip" - 'golangide.png' - 'golangide.sh') + 'liteide.png' + 'liteide.sh') sha256sums=('182694341940878cf5df4f083a750659bffc97eb4ae517410e157bebc14f97df' '47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697' '93ef16d59054ef9b37f8781e90f7d0f83d726779d2029660dfd21e84d808bf04') @@ -31,11 +31,9 @@ build() { cd "$srcdir/liteide-x$pkgver/build" - msg2 'Compiling...' QTDIR=/usr ./build_linux.sh # Fixing insecure RPATH, need to test if this is still needed - msg2 'Fixing...' cd ../liteidex find . -name "*.so" -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \; find . -name liteide -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
