summaryrefslogtreecommitdiff
path: root/community/golangide
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-21 00:28:39 -0700
committerroot <root@rshg054.dnsready.net>2013-05-21 00:28:39 -0700
commite3f225daecfd5cfea4af1a4e8ac4b6c46c7ec363 (patch)
treeb3e36d93c34b5b08544b1698462c06fdb99560b8 /community/golangide
parent383955a81810f344e11b1472bd4c5069fa77020c (diff)
Tue May 21 00:28:39 PDT 2013
Diffstat (limited to 'community/golangide')
-rw-r--r--community/golangide/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/community/golangide/PKGBUILD b/community/golangide/PKGBUILD
index 1ac198b22..f3d84a587 100644
--- a/community/golangide/PKGBUILD
+++ b/community/golangide/PKGBUILD
@@ -1,11 +1,11 @@
-#$Id: PKGBUILD 90755 2013-05-13 16:04:18Z arodseth $
+#$Id: PKGBUILD 91294 2013-05-20 20:42:41Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: spambanane <happy.house@gmx.de>
# Contributor: Matteo <matteo.dek@gmail.com>
pkgname=golangide
pkgver=18.1
-pkgrel=2
+pkgrel=3
pkgdesc='IDE for editing and building projects written in the Go programming language (now LiteIDE X)'
license=('LGPL')
arch=('x86_64' 'i686')
@@ -13,17 +13,17 @@ url='https://github.com/visualfc/liteide'
depends=('go' 'libpng12' 'glib2' 'qt5-base' 'qt5-webkit')
makedepends=('gendesk')
options=('!strip')
-source=("$pkgname.tgz::https://github.com/visualfc/liteide/archive/x$pkgver.zip"
+source=("$pkgname.zip::https://github.com/visualfc/liteide/archive/x$pkgver.zip"
'golangide.png'
'golangide.sh')
-sha256sums=('d3706ff01ebb501eec4d237f418121bbc4523dac793e6c2430f7b5ac3712ce53'
+sha256sums=('60ab324bffb5ec4e7b1b3f9cae9729c7c6c499df3bb994861de65e473f2d64fe'
'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
'93ef16d59054ef9b37f8781e90f7d0f83d726779d2029660dfd21e84d808bf04')
prepare() {
cd "$srcdir"
- gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name 'Golang IDE'
+ gendesk -n --name 'Golang IDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
cd "liteide-x$pkgver/build"
chmod +x build_linux.sh
}
@@ -43,9 +43,10 @@ build() {
package() {
msg2 'Creating directories...'
- mkdir -p "$pkgdir/usr/lib/liteide"
- mkdir -p "$pkgdir/usr/share/liteide"
- mkdir -p "$pkgdir/usr/share/doc/$pkgname"
+ mkdir -p \
+ "$pkgdir/usr/lib/liteide" \
+ "$pkgdir/usr/share/liteide" \
+ "$pkgdir/usr/share/doc/$pkgname"
cd "$srcdir/liteide-x$pkgver/build/liteide"
@@ -58,8 +59,7 @@ package() {
cd "$srcdir/liteide-x$pkgver/liteidex"
msg2 'Packaging resources...'
- cp -r deploy/* "$pkgdir/usr/share/liteide"
- cp -r os_deploy/* "$pkgdir/usr/share/liteide"
+ cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
msg2 'Packaging libraries and plugins...'
cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"