[arch-commits] Commit in golangide/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon May 13 16:03:59 UTC 2013


    Date: Monday, May 13, 2013 @ 18:03:59
  Author: arodseth
Revision: 90754

upgpkg: golangide 18.1-2

Modified:
  golangide/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-13 15:08:30 UTC (rev 90753)
+++ PKGBUILD	2013-05-13 16:03:59 UTC (rev 90754)
@@ -5,7 +5,7 @@
 
 pkgname=golangide
 pkgver=18.1
-pkgrel=1
+pkgrel=2
 pkgdesc='IDE for editing and building projects written in the Go programming language (now LiteIDE X)'
 license=('LGPL')
 arch=('x86_64' 'i686')
@@ -16,22 +16,16 @@
 source=("$pkgname.tgz::https://github.com/visualfc/liteide/archive/x$pkgver.zip"
         'golangide.png'
         'golangide.sh')
-sha256sums=('4ca6438099314789f4cd8fd3acc8016d8e32594634a6d0f130f5666dcb0a3d6c'
+sha256sums=('d3706ff01ebb501eec4d237f418121bbc4523dac793e6c2430f7b5ac3712ce53'
             '47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
             '93ef16d59054ef9b37f8781e90f7d0f83d726779d2029660dfd21e84d808bf04')
-_name=('Golang IDE')
 
 prepare() {
   cd "$srcdir"
 
-  gendesk -n
-
-  cd "$srcdir/liteide-x$pkgver/build"
-  head -n-3 build_linux.sh > build_linux_fixed.sh
-  mv build_linux_fixed.sh build_linux.sh
-  head -n-4 webkit_linux.sh > webkit_linux_fixed.sh
-  mv webkit_linux_fixed.sh webkit_linux.sh
-  chmod +x build_linux.sh webkit_linux.sh
+  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name 'Golang IDE'
+  cd "liteide-x$pkgver/build"
+  chmod +x build_linux.sh
 }
 
 build() {
@@ -39,7 +33,6 @@
 
   msg2 'Compiling...'
   QTDIR=/usr ./build_linux.sh
-  QTDIR=/usr ./webkit_linux.sh
 
   # Fixing insecure RPATH, need to test if this is still needed
   msg2 'Fixing...'




More information about the arch-commits mailing list