summaryrefslogtreecommitdiff
path: root/community/liteide
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-23 03:42:11 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-23 03:42:11 +0000
commit43441dafdc65181ff8165e06736998981058064c (patch)
treeeb829c218e1637862b7e41b3e2a1476dd799663a /community/liteide
parentb137011f8ca1733aef39da7b276bba93c3ad74cd (diff)
Mon Jun 23 03:39:38 UTC 2014
Diffstat (limited to 'community/liteide')
-rw-r--r--community/liteide/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/liteide/PKGBUILD b/community/liteide/PKGBUILD
index 67730d2b8..0f09d2f22 100644
--- a/community/liteide/PKGBUILD
+++ b/community/liteide/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 109501 2014-04-15 09:25:35Z arodseth $
+# $Id: PKGBUILD 113424 2014-06-22 12:27:45Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: spambanane <happy.house@gmx.de>
# Contributor: Matteo <matteo.dek@gmail.com>
@@ -6,7 +6,7 @@
pkgname=liteide
pkgver=22
-pkgrel=1
+pkgrel=3
pkgdesc='IDE for editing and building projects written in the Go programming language'
license=('LGPL')
arch=('x86_64' 'i686')
@@ -14,7 +14,7 @@ url='https://github.com/visualfc/liteide'
depends=('go' 'qt5-webkit')
replaces=('golangide')
conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go')
+makedepends=('gendesk' 'git' 'go' 'mercurial')
options=('!strip' '!emptydirs')
source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
'liteide.png')
@@ -24,6 +24,9 @@ md5sums=('SKIP'
prepare() {
gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
chmod +x "liteide-x$pkgver/build/"*_*.sh
+ # Fix for FS#4662 until fixed by upstream
+ sed -i 's/GOROOT/#GOROOT/g' "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux32.env"
+ sed -i 's/GOROOT/#GOROOT/g' "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux64.env"
}
build() {