summaryrefslogtreecommitdiff
path: root/community/liteide
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-06 03:42:24 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-06 03:42:24 +0000
commitc183da9d3df5445f5021cd6563012ba2abfc393e (patch)
tree825211c0af8ca26a450f4bdeeb58ccfbb88e13df /community/liteide
parent4f7963b7ddc283ae57ceb68e7f4d51b3994e0070 (diff)
Thu Mar 6 03:38:39 UTC 2014
Diffstat (limited to 'community/liteide')
-rw-r--r--community/liteide/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/community/liteide/PKGBUILD b/community/liteide/PKGBUILD
index 9069d0264..e6808bb8d 100644
--- a/community/liteide/PKGBUILD
+++ b/community/liteide/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 103220 2013-12-30 14:57:33Z arodseth $
+# $Id: PKGBUILD 106526 2014-03-05 18:06:03Z 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=20.1
-pkgrel=1
+pkgrel=2
pkgdesc='IDE for editing and building projects written in the Go programming language ("golangide")'
license=('LGPL')
arch=('x86_64' 'i686')
@@ -22,9 +22,8 @@ sha256sums=('3a3e664e9a76745308fd14eb89b4376f1fb1ac1195b8e2cefcef922e8e93dde2'
'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697')
prepare() {
- gendesk -f -n --name 'Golang IDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
- cd "liteide-x$pkgver/build"
- chmod +x *_*.sh
+ gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
+ chmod +x "liteide-x$pkgver/build/"*_*.sh
}
build() {
@@ -45,7 +44,7 @@ build() {
}
package() {
- cd "liteide-x$pkgver/build/liteide"
+ cd "liteide-x$pkgver/build/liteide"
msg2 'Creating directories...'
mkdir -p \
@@ -85,6 +84,10 @@ package() {
msg2 'Cleaning up...'
rm -rf "$pkgdir/usr/share/$pkgname/doc"
+
+ # Fix for FS#38781
+ mkdir -p "$pkgdir/usr/share/$pkgname/linux"
+ ln -s "/usr/share/$pkgname/liteenv" "$pkgdir/usr/share/$pkgname/linux/liteenv"
}
# vim:set ts=2 sw=2 et: