summaryrefslogtreecommitdiff
path: root/community/golangide/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-14 00:06:25 -0800
committerroot <root@rshg054.dnsready.net>2013-01-14 00:06:25 -0800
commita69d072f5cde4b5a6bac62e6022a69d337925e45 (patch)
tree0b83b65e62775340de0ba06e439351151bdcf940 /community/golangide/PKGBUILD
parent7cb984c0e1226ac1e5606206ff7c6a34eecb63fd (diff)
Mon Jan 14 00:06:25 PST 2013
Diffstat (limited to 'community/golangide/PKGBUILD')
-rw-r--r--community/golangide/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/community/golangide/PKGBUILD b/community/golangide/PKGBUILD
index 81aee4a30..d1ac57b1b 100644
--- a/community/golangide/PKGBUILD
+++ b/community/golangide/PKGBUILD
@@ -1,12 +1,12 @@
-#$Id: PKGBUILD 81475 2012-12-21 17:01:26Z arodseth $
+#$Id: PKGBUILD 82255 2013-01-13 15:22:19Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: spambanane <happy.house@gmx.de>
# Contributor: Matteo <matteo.dek@gmail.com>
pkgname=golangide
-pkgver=15
+pkgver=15.2
pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming language'
+pkgdesc='IDE for editing and building projects written in the Go programming language (now LiteIDE X)'
license=('LGPL')
arch=('x86_64' 'i686')
url='https://github.com/visualfc/liteide'
@@ -17,25 +17,24 @@ _name=('Golang IDE')
source=("$pkgname.tgz::https://nodeload.github.com/visualfc/liteide/tar.gz/master"
'golangide.png'
'golangide.sh')
-sha256sums=('23158d09d5d3c439a07d12532dc8cdbc963c65dde1739f2e19b611a7d2f8944e'
+sha256sums=('95ec1bbdcc8b50e708643ad9c8970042e92d2a2fce4a5bdf2d098c073305e94f'
'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
'9b1844a1e3a611760c2d2072b539cca0d2eed1584e1bf04a7fdd8d171e3cd775')
build() {
cd "$srcdir"
-
- msg2 'Generating .desktop file'
+ msg2 'Generating .desktop file...'
gendesk -n
msg2 'Compiling...'
- cd "liteide-master/build"
+ cd liteide-master/build
chmod +x build_linux.sh webkit_linux.sh
QTDIR=/usr ./build_linux.sh
QTDIR=/usr ./webkit_linux.sh
# Fixing insecure RPATH, need to test if this is still needed
msg2 'Fixing...'
- cd "../liteidex"
+ 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' {} \;
}