[arch-commits] Commit in liteide/repos (8 files)

2017-10-21 Thread Alexander Rødseth
Date: Saturday, October 21, 2017 @ 14:30:58
  Author: arodseth
Revision: 263833

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 263832, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 263832, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 263832, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 263832, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  196 
 community-i686/PKGBUILD   |   98 --
 community-x86_64/PKGBUILD |   98 --
 3 files changed, 196 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-21 14:30:38 UTC (rev 263832)
+++ community-i686/PKGBUILD 2017-10-21 14:30:58 UTC (rev 263833)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=32
-pkgrel=2
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-depends=('go-tools' 'qt5-webkit')
-optdepends=('go: go compiler'
-'gcc-go: go compiler')
-options=('!strip' '!emptydirs')
-source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#commit=34d5902698b684fe21e831e086ac9987b36eff63;
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  chmod +x "liteide-x$pkgver/build/"*_*.sh
-
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream
-sed -i 's/^GOROOT/#GOROOT/g' "linux$bits.env"
-  done
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-
-  # https://github.com/visualfc/liteide/issues/633
-  go get -u -v github.com/visualfc/gotools
-  go get -u -v github.com/nsf/gocode
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  msg2 'Creating directories...'
-  mkdir -p \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 263832, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-21 14:30:58 UTC (rev 263833)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=33
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'gcc-go' 'mercurial' 'setconf')
+depends=('go-tools' 

[arch-commits] Commit in liteide/repos (8 files)

2017-06-15 Thread Alexander Rødseth
Date: Thursday, June 15, 2017 @ 11:03:33
  Author: arodseth
Revision: 237150

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 237149, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 237149, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 237149, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 237149, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  196 
 community-i686/PKGBUILD   |   96 -
 community-x86_64/PKGBUILD |   96 -
 3 files changed, 196 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-15 11:03:21 UTC (rev 237149)
+++ community-i686/PKGBUILD 2017-06-15 11:03:33 UTC (rev 237150)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=32
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'go-tools' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#commit=34d5902698b684fe21e831e086ac9987b36eff63;
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  chmod +x "liteide-x$pkgver/build/"*_*.sh
-
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream
-sed -i 's/^GOROOT/#GOROOT/g' "linux$bits.env"
-  done
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-
-  # https://github.com/visualfc/liteide/issues/633
-  go get -u -v github.com/visualfc/gotools
-  go get -u -v github.com/nsf/gocode
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  msg2 'Creating directories...'
-  mkdir -p \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 237149, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-15 11:03:33 UTC (rev 237150)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=32
+pkgrel=2
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+depends=('go-tools' 'qt5-webkit')
+optdepends=('go: go compiler'
+'gcc-go: go 

[arch-commits] Commit in liteide/repos (8 files)

2017-06-05 Thread Alexander Rødseth
Date: Monday, June 5, 2017 @ 20:06:07
  Author: arodseth
Revision: 234410

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 234409, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 234409, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 234409, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 234409, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  192 
 community-i686/PKGBUILD   |   96 --
 community-x86_64/PKGBUILD |   96 --
 3 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-05 19:56:02 UTC (rev 234409)
+++ community-i686/PKGBUILD 2017-06-05 20:06:07 UTC (rev 234410)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=31
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'go-tools' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-source=("$pkgname-x$pkgver::git+https://github.com/visualfc/liteide.git#tag=x$pkgver;
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  chmod +x "liteide-x$pkgver/build/"*_*.sh
-
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream
-sed -i 's/^GOROOT/#GOROOT/g' "linux$bits.env"
-  done
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-
-  # https://github.com/visualfc/liteide/issues/633
-  go get -u -v github.com/visualfc/gotools
-  go get -u -v github.com/nsf/gocode
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  msg2 'Creating directories...'
-  mkdir -p \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 234409, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-05 20:06:07 UTC (rev 234410)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=32
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'go-tools' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')

[arch-commits] Commit in liteide/repos (8 files)

2017-03-14 Thread Alexander Rødseth
Date: Tuesday, March 14, 2017 @ 14:14:54
  Author: arodseth
Revision: 216263

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 216262, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 216262, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 216262, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 216262, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  192 
 community-i686/PKGBUILD   |   96 --
 community-x86_64/PKGBUILD |   96 --
 3 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-14 14:14:36 UTC (rev 216262)
+++ community-i686/PKGBUILD 2017-03-14 14:14:54 UTC (rev 216263)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=30.3
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'go-tools' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  chmod +x "liteide-x$pkgver/build/"*_*.sh
-
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream
-sed -i 's/^GOROOT/#GOROOT/g' "linux$bits.env"
-  done
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-
-  # https://github.com/visualfc/liteide/issues/633
-  go get -u -v github.com/visualfc/gotools
-  go get -u -v github.com/nsf/gocode
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  msg2 'Creating directories...'
-  mkdir -p \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 216262, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-14 14:14:54 UTC (rev 216263)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=31
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'go-tools' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')

[arch-commits] Commit in liteide/repos (8 files)

2016-12-13 Thread Alexander Rødseth
Date: Tuesday, December 13, 2016 @ 08:46:35
  Author: arodseth
Revision: 199187

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 199186, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 199186, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 199186, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 199186, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  192 
 community-i686/PKGBUILD   |   96 --
 community-x86_64/PKGBUILD |   96 --
 3 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-13 08:46:22 UTC (rev 199186)
+++ community-i686/PKGBUILD 2016-12-13 08:46:35 UTC (rev 199187)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=30.2
-pkgrel=2
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  chmod +x "liteide-x$pkgver/build/"*_*.sh
-
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream
-sed -i 's/^GOROOT/#GOROOT/g' "linux$bits.env"
-  done
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-
-  # https://github.com/visualfc/liteide/issues/633
-  go get -u -v github.com/visualfc/gotools
-  go get -u -v github.com/nsf/gocode
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  msg2 'Creating directories...'
-  mkdir -p \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 199186, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-13 08:46:35 UTC (rev 199187)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=30.3
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'go-tools' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')

[arch-commits] Commit in liteide/repos (8 files)

2016-08-24 Thread Alexander Rødseth
Date: Wednesday, August 24, 2016 @ 20:03:09
  Author: arodseth
Revision: 187472

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 187471, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 187471, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 187471, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 187471, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  192 
 community-i686/PKGBUILD   |   92 -
 community-x86_64/PKGBUILD |   92 -
 3 files changed, 192 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-24 20:02:53 UTC (rev 187471)
+++ community-i686/PKGBUILD 2016-08-24 20:03:09 UTC (rev 187472)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=30.2
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  chmod +x "liteide-x$pkgver/build/"*_*.sh
-
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream
-sed -i 's/^GOROOT/#GOROOT/g' "linux$bits.env"
-  done
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  msg2 'Creating directories...'
-  mkdir -p \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 187471, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-24 20:03:09 UTC (rev 187472)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=30.2
+pkgrel=2
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')
+source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
+'liteide.png')
+md5sums=('SKIP'
+ '7f459be003d754a3a2c34be91b8c0b1f')
+
+prepare() {
+  gendesk -f -n --name 

[arch-commits] Commit in liteide/repos (8 files)

2016-08-13 Thread Alexander Rødseth
Date: Saturday, August 13, 2016 @ 13:46:31
  Author: arodseth
Revision: 186702

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 186701, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 186701, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 186701, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 186701, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   93 --
 community-x86_64/PKGBUILD |   93 --
 3 files changed, 184 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-13 13:46:18 UTC (rev 186701)
+++ community-i686/PKGBUILD 2016-08-13 13:46:31 UTC (rev 186702)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=30
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-#source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301"
-source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  chmod +x "liteide-x$pkgver/build/"*_*.sh
-
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream
-sed -i 's/^GOROOT/#GOROOT/g' "linux$bits.env"
-  done
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  msg2 'Creating directories...'
-  mkdir -p \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 186701, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-13 13:46:31 UTC (rev 186702)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=30.2
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')
+source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
+'liteide.png')
+md5sums=('SKIP'
+

[arch-commits] Commit in liteide/repos (8 files)

2016-07-05 Thread Alexander Rødseth
Date: Tuesday, July 5, 2016 @ 10:45:09
  Author: arodseth
Revision: 182313

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 182312, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 182312, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 182312, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 182312, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  186 
 community-i686/PKGBUILD   |   93 --
 community-x86_64/PKGBUILD |   93 --
 3 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-05 10:44:00 UTC (rev 182312)
+++ community-i686/PKGBUILD 2016-07-05 10:45:09 UTC (rev 182313)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=29
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-#source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301"
-source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  chmod +x "liteide-x$pkgver/build/"*_*.sh
-
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream
-sed -i 's/^GOROOT/#GOROOT/g' "linux$bits.env"
-  done
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  msg2 'Creating directories...'
-  mkdir -p \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 182312, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-05 10:45:09 UTC (rev 182313)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=30
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')
+#source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301"

[arch-commits] Commit in liteide/repos (8 files)

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 23:33:40
  Author: arodseth
Revision: 171660

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 171659, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 171659, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 171659, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 171659, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  186 
 community-i686/PKGBUILD   |   93 --
 community-x86_64/PKGBUILD |   93 --
 3 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-23 21:33:28 UTC (rev 171659)
+++ community-i686/PKGBUILD 2016-04-23 21:33:40 UTC (rev 171660)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=28
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-#source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301"
-source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  chmod +x "liteide-x$pkgver/build/"*_*.sh
-
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream
-sed -i 's/^GOROOT/#GOROOT/g' "linux$bits.env"
-  done
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  msg2 'Creating directories...'
-  mkdir -p \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 171659, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 21:33:40 UTC (rev 171660)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=29
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')
+#source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301"

[arch-commits] Commit in liteide/repos (8 files)

2015-12-16 Thread Alexander Rødseth
Date: Wednesday, December 16, 2015 @ 10:43:50
  Author: arodseth
Revision: 153426

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 153425, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 153425, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 153425, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 153425, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  186 
 community-i686/PKGBUILD   |   99 ---
 community-x86_64/PKGBUILD |   99 ---
 3 files changed, 186 insertions(+), 198 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-16 09:42:42 UTC (rev 153425)
+++ community-i686/PKGBUILD 2015-12-16 09:43:50 UTC (rev 153426)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=27.2.1
-pkgrel=2
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-#source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301"
-source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
-'liteide.png' 
qt-5.5.patch::"https://github.com/visualfc/liteide/commit/08e75925.patch;)
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f'
- 'ee7426bbc73708799a0fe87d5b91c273')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  chmod +x "liteide-x$pkgver/build/"*_*.sh
-
-# Fix build against Qt 5.5
-  pushd liteide-x$pkgver
-  patch -p1 -i ../qt-5.5.patch
-  popd
-
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream.
-sed -i 's/^GOROOT/#GOROOT/g' "linux$bits.env"
-  done
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  msg2 'Creating directories...'
-  mkdir -p \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" 
"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 153425, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-16 09:43:50 UTC (rev 153426)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=28
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')

[arch-commits] Commit in liteide/repos (8 files)

2015-04-29 Thread Alexander Rødseth
Date: Wednesday, April 29, 2015 @ 22:51:12
  Author: arodseth
Revision: 132534

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 132533, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 132533, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 132533, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 132533, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  186 
 community-i686/PKGBUILD   |   93 --
 community-x86_64/PKGBUILD |   93 --
 3 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-29 20:49:38 UTC (rev 132533)
+++ community-i686/PKGBUILD 2015-04-29 20:51:12 UTC (rev 132534)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=27.1
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-#source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-
-  cd liteide-x$pkgver/liteidex/os_deploy/linux/liteenv
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream.
-sed -i 's/^GOROOT/#GOROOT/g' linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 132533, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-29 20:51:12 UTC (rev 132534)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=27.2.1
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')
+#source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+

[arch-commits] Commit in liteide/repos (8 files)

2015-02-16 Thread Alexander Rødseth
Date: Monday, February 16, 2015 @ 14:25:54
  Author: arodseth
Revision: 127799

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 127798, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 127798, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 127798, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 127798, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  186 
 community-i686/PKGBUILD   |   93 --
 community-x86_64/PKGBUILD |   93 --
 3 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-16 13:08:47 UTC (rev 127798)
+++ community-i686/PKGBUILD 2015-02-16 13:25:54 UTC (rev 127799)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=27
-pkgrel=2
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-#source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-
-  cd liteide-x$pkgver/liteidex/os_deploy/linux/liteenv
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream.
-sed -i 's/^GOROOT/#GOROOT/g' linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 127798, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-16 13:25:54 UTC (rev 127799)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=27.1
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')
+#source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+

[arch-commits] Commit in liteide/repos (8 files)

2015-02-09 Thread Alexander Rødseth
Date: Monday, February 9, 2015 @ 21:39:44
  Author: arodseth
Revision: 127429

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 127428, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 127428, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 127428, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 127428, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  186 
 community-i686/PKGBUILD   |   93 --
 community-x86_64/PKGBUILD |   93 --
 3 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-09 20:39:28 UTC (rev 127428)
+++ community-i686/PKGBUILD 2015-02-09 20:39:44 UTC (rev 127429)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=27
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-#source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-
-  cd liteide-x$pkgver/liteidex/os_deploy/linux/liteenv
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream.
-sed -i 's/^GOROOT/#GOROOT/g' linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 127428, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-09 20:39:44 UTC (rev 127429)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=27
+pkgrel=2
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')
+#source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+ 

[arch-commits] Commit in liteide/repos (8 files)

2015-02-04 Thread Alexander Rødseth
Date: Wednesday, February 4, 2015 @ 21:30:44
  Author: arodseth
Revision: 127136

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 127135, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 127135, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 127135, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 127135, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  186 
 community-i686/PKGBUILD   |   93 --
 community-x86_64/PKGBUILD |   93 --
 3 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-04 20:30:26 UTC (rev 127135)
+++ community-i686/PKGBUILD 2015-02-04 20:30:44 UTC (rev 127136)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=26
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-#source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-
-  cd liteide-x$pkgver/liteidex/os_deploy/linux/liteenv
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream.
-sed -i 's/^GOROOT/#GOROOT/g' linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide liteide_stub; do # goimports
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 127135, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-04 20:30:44 UTC (rev 127136)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=27
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')
+#source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+   

[arch-commits] Commit in liteide/repos (8 files)

2014-12-30 Thread Alexander Rødseth
Date: Tuesday, December 30, 2014 @ 14:19:49
  Author: arodseth
Revision: 124903

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 124902, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 124902, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 124902, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 124902, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  186 
 community-i686/PKGBUILD   |   93 --
 community-x86_64/PKGBUILD |   93 --
 3 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-30 13:19:35 UTC (rev 124902)
+++ community-i686/PKGBUILD 2014-12-30 13:19:49 UTC (rev 124903)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=25
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-#source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-
-  cd liteide-x$pkgver/liteidex/os_deploy/linux/liteenv
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream.
-sed -i 's/^GOROOT/#GOROOT/g' linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide liteide_stub; do # goimports
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 124902, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-30 13:19:49 UTC (rev 124903)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=26
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')
+#source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+

[arch-commits] Commit in liteide/repos (8 files)

2014-12-06 Thread Alexander Rødseth
Date: Saturday, December 6, 2014 @ 21:56:01
  Author: arodseth
Revision: 123557

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 123556, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 123556, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 123556, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 123556, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  186 
 community-i686/PKGBUILD   |   93 --
 community-x86_64/PKGBUILD |   93 --
 3 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-06 20:55:51 UTC (rev 123556)
+++ community-i686/PKGBUILD 2014-12-06 20:56:01 UTC (rev 123557)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=24.3
-pkgrel=2
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial')
-options=('!strip' '!emptydirs')
-#source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-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
-  for bits in 32 64; do
-sed -i 's/^GOROOT/#GOROOT/g' \
-  liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide liteide_stub; do # goimports
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 123556, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-06 20:56:01 UTC (rev 123557)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=25
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')
+#source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301
+'liteide.png')
+md5sums=('SKIP'
+ 

[arch-commits] Commit in liteide/repos (8 files)

2014-12-02 Thread Alexander Rødseth
Date: Tuesday, December 2, 2014 @ 21:30:28
  Author: arodseth
Revision: 123368

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 123367, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 123367, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 123367, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 123367, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  186 
 community-i686/PKGBUILD   |   93 --
 community-x86_64/PKGBUILD |   93 --
 3 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-02 19:41:22 UTC (rev 123367)
+++ community-i686/PKGBUILD 2014-12-02 20:30:28 UTC (rev 123368)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=24.3
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial')
-options=('!strip' '!emptydirs')
-#source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-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
-  for bits in 32 64; do
-sed -i 's/^GOROOT/#GOROOT/g' \
-  liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 123367, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-02 20:30:28 UTC (rev 123368)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=24.3
+pkgrel=2
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial')
+options=('!strip' '!emptydirs')
+#source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301
+'liteide.png')
+md5sums=('SKIP'
+ 

[arch-commits] Commit in liteide/repos (8 files)

2014-12-01 Thread Alexander Rødseth
Date: Monday, December 1, 2014 @ 13:23:28
  Author: arodseth
Revision: 123326

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 123325, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 123325, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 123325, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 123325, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  186 
 community-i686/PKGBUILD   |   92 -
 community-x86_64/PKGBUILD |   92 -
 3 files changed, 186 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-01 12:23:16 UTC (rev 123325)
+++ community-i686/PKGBUILD 2014-12-01 12:23:28 UTC (rev 123326)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=24.2
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-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
-  for bits in 32 64; do
-sed -i 's/^GOROOT/#GOROOT/g' \
-  liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 123325, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-01 12:23:28 UTC (rev 123326)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=24.3
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial')
+options=('!strip' '!emptydirs')
+#source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301
+'liteide.png')
+md5sums=('SKIP'
+ '7f459be003d754a3a2c34be91b8c0b1f')
+
+prepare() {
+  gendesk -f -n --name 'LiteIDE' --pkgname 

[arch-commits] Commit in liteide/repos (8 files)

2014-11-05 Thread Alexander Rødseth
Date: Wednesday, November 5, 2014 @ 12:53:28
  Author: arodseth
Revision: 121947

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 121946, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 121946, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 121946, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 121946, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-05 11:53:18 UTC (rev 121946)
+++ community-i686/PKGBUILD 2014-11-05 11:53:28 UTC (rev 121947)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=24.1
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-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
-  for bits in 32 64; do
-sed -i 's/^GOROOT/#GOROOT/g' \
-  liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 121946, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-05 11:53:28 UTC (rev 121947)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=24.2
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial')
+options=('!strip' '!emptydirs')
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+ '7f459be003d754a3a2c34be91b8c0b1f')
+
+prepare() {
+  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
+  chmod +x liteide-x$pkgver/build/*_*.sh
+
+  # Fix for 

[arch-commits] Commit in liteide/repos (8 files)

2014-11-03 Thread Alexander Rødseth
Date: Monday, November 3, 2014 @ 14:48:01
  Author: arodseth
Revision: 121743

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 121742, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 121742, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 121742, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 121742, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-03 13:47:51 UTC (rev 121742)
+++ community-i686/PKGBUILD 2014-11-03 13:48:01 UTC (rev 121743)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=24
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-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
-  for bits in 32 64; do
-sed -i 's/^GOROOT/#GOROOT/g' \
-  liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 121742, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-03 13:48:01 UTC (rev 121743)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=24.1
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial')
+options=('!strip' '!emptydirs')
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+ '7f459be003d754a3a2c34be91b8c0b1f')
+
+prepare() {
+  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
+  chmod +x liteide-x$pkgver/build/*_*.sh
+
+  # Fix for 

[arch-commits] Commit in liteide/repos (8 files)

2014-11-02 Thread Alexander Rødseth
Date: Sunday, November 2, 2014 @ 22:47:14
  Author: arodseth
Revision: 121734

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 121733, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 121733, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 121733, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 121733, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-02 21:46:59 UTC (rev 121733)
+++ community-i686/PKGBUILD 2014-11-02 21:47:14 UTC (rev 121734)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=23.2
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-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
-  for bits in 32 64; do
-sed -i 's/GOROOT/#GOROOT/g' \
-  liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 121733, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-02 21:47:14 UTC (rev 121734)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=24
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial')
+options=('!strip' '!emptydirs')
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+ '7f459be003d754a3a2c34be91b8c0b1f')
+
+prepare() {
+  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
+  chmod +x liteide-x$pkgver/build/*_*.sh
+
+  # Fix for 

[arch-commits] Commit in liteide/repos (8 files)

2014-08-11 Thread Alexander Rødseth
Date: Monday, August 11, 2014 @ 14:50:50
  Author: arodseth
Revision: 117173

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 117172, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 117172, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 117172, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 117172, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-11 12:49:26 UTC (rev 117172)
+++ community-i686/PKGBUILD 2014-08-11 12:50:50 UTC (rev 117173)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=23.1
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-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
-  for bits in 32 64; do
-sed -i 's/GOROOT/#GOROOT/g' \
-  liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 117172, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-11 12:50:50 UTC (rev 117173)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=23.2
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial')
+options=('!strip' '!emptydirs')
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+ '7f459be003d754a3a2c34be91b8c0b1f')
+
+prepare() {
+  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
+  chmod +x liteide-x$pkgver/build/*_*.sh
+
+  # Fix for 

[arch-commits] Commit in liteide/repos (8 files)

2014-07-28 Thread Alexander Rødseth
Date: Monday, July 28, 2014 @ 15:10:15
  Author: arodseth
Revision: 116480

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 116479, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 116479, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 116479, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 116479, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-28 13:09:08 UTC (rev 116479)
+++ community-i686/PKGBUILD 2014-07-28 13:10:15 UTC (rev 116480)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=23
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-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
-  for bits in 32 64; do
-sed -i 's/GOROOT/#GOROOT/g' \
-  liteide-x$pkgver/liteidex/os_deploy/linux/liteenv/linux$bits.env
-  done
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 116479, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-28 13:10:15 UTC (rev 116480)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=23.1
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial')
+options=('!strip' '!emptydirs')
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+ '7f459be003d754a3a2c34be91b8c0b1f')
+
+prepare() {
+  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
+  chmod +x liteide-x$pkgver/build/*_*.sh
+
+  # Fix for FS#4662 

[arch-commits] Commit in liteide/repos (8 files)

2014-07-25 Thread Alexander Rødseth
Date: Friday, July 25, 2014 @ 16:02:29
  Author: arodseth
Revision: 116338

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 116337, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 116337, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 116337, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 116337, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   95 --
 community-x86_64/PKGBUILD |   95 --
 3 files changed, 184 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-25 14:02:15 UTC (rev 116337)
+++ community-i686/PKGBUILD 2014-07-25 14:02:29 UTC (rev 116338)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=22
-pkgrel=3
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-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() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  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' {} \;
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 116337, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-25 14:02:29 UTC (rev 116338)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=23
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial')
+options=('!strip' 

[arch-commits] Commit in liteide/repos (8 files)

2014-06-22 Thread Alexander Rødseth
Date: Sunday, June 22, 2014 @ 14:27:45
  Author: arodseth
Revision: 113424

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 113423, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 113423, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 113423, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 113423, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  190 
 community-i686/PKGBUILD   |   92 -
 community-x86_64/PKGBUILD |   92 -
 3 files changed, 190 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-22 12:16:41 UTC (rev 113423)
+++ community-i686/PKGBUILD 2014-06-22 12:27:45 UTC (rev 113424)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=22
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  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' {} \;
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 113423, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-22 12:27:45 UTC (rev 113424)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=22
+pkgrel=3
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial')
+options=('!strip' '!emptydirs')
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+ '7f459be003d754a3a2c34be91b8c0b1f')
+
+prepare() {
+  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname 

[arch-commits] Commit in liteide/repos (8 files)

2014-04-15 Thread Alexander Rødseth
Date: Tuesday, April 15, 2014 @ 11:25:35
  Author: arodseth
Revision: 109501

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 109500, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 109500, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 109500, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 109500, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-15 09:25:22 UTC (rev 109500)
+++ community-i686/PKGBUILD 2014-04-15 09:25:35 UTC (rev 109501)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=21.1
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  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' {} \;
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 109500, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-15 09:25:35 UTC (rev 109501)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=22
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go')
+options=('!strip' '!emptydirs')
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+ '7f459be003d754a3a2c34be91b8c0b1f')
+
+prepare() {
+  gendesk -f -n --name 'LiteIDE' --pkgname 

[arch-commits] Commit in liteide/repos (8 files)

2014-03-22 Thread Alexander Rødseth
Date: Saturday, March 22, 2014 @ 13:09:25
  Author: arodseth
Revision: 108067

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 108066, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 108066, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 108066, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 108066, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-22 12:00:15 UTC (rev 108066)
+++ community-i686/PKGBUILD 2014-03-22 12:09:25 UTC (rev 108067)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=21.1
-pkgrel=2
-pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh  

  
-  ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  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' {} \;
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 108066, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-22 12:09:25 UTC (rev 108067)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=21.1
+pkgrel=2
+pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go')
+options=('!strip' '!emptydirs')

[arch-commits] Commit in liteide/repos (8 files)

2014-03-22 Thread Alexander Rødseth
Date: Saturday, March 22, 2014 @ 13:10:12
  Author: arodseth
Revision: 108068

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 108067, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 108067, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 108067, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 108067, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-22 12:09:25 UTC (rev 108067)
+++ community-i686/PKGBUILD 2014-03-22 12:10:12 UTC (rev 108068)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=21.1
-pkgrel=2
-pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh  

  
-  ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  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' {} \;
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 108067, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-22 12:10:12 UTC (rev 108068)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=21.1
+pkgrel=2
+pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go')
+options=('!strip' '!emptydirs')

[arch-commits] Commit in liteide/repos (8 files)

2014-03-22 Thread Alexander Rødseth
Date: Saturday, March 22, 2014 @ 13:11:28
  Author: arodseth
Revision: 108069

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 108068, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 108068, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 108068, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 108068, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-22 12:10:12 UTC (rev 108068)
+++ community-i686/PKGBUILD 2014-03-22 12:11:28 UTC (rev 108069)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=21.1
-pkgrel=2
-pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh  

  
-  ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  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' {} \;
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 108068, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-22 12:11:28 UTC (rev 108069)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=21.1
+pkgrel=2
+pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go')
+options=('!strip' '!emptydirs')

[arch-commits] Commit in liteide/repos (8 files)

2014-03-22 Thread Alexander Rødseth
Date: Saturday, March 22, 2014 @ 14:37:57
  Author: arodseth
Revision: 108082

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 108081, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 108081, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 108081, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 108081, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-22 13:37:49 UTC (rev 108081)
+++ community-i686/PKGBUILD 2014-03-22 13:37:57 UTC (rev 108082)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=21.1
-pkgrel=2
-pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh  

  
-  ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  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' {} \;
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 108081, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-22 13:37:57 UTC (rev 108082)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=21.1
+pkgrel=3
+pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go')
+options=('!strip' '!emptydirs')

[arch-commits] Commit in liteide/repos (8 files)

2014-03-22 Thread Alexander Rødseth
Date: Saturday, March 22, 2014 @ 14:38:35
  Author: arodseth
Revision: 108083

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 108082, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 108082, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 108082, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 108082, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   92 --
 community-x86_64/PKGBUILD |   92 --
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-22 13:37:57 UTC (rev 108082)
+++ community-i686/PKGBUILD 2014-03-22 13:38:35 UTC (rev 108083)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=21.1
-pkgrel=3
-pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh
-  ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  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' {} \;
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-
-  # Fix for FS#38781
-  mv $pkgdir/usr/share/liteide/linux/liteenv 
$pkgdir/usr/share/liteide/liteenv
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 108082, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-22 13:38:35 UTC (rev 108083)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=21.1
+pkgrel=3
+pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go')
+options=('!strip' '!emptydirs')
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+ '7f459be003d754a3a2c34be91b8c0b1f')
+
+prepare() {
+  gendesk -f -n --name 

[arch-commits] Commit in liteide/repos (8 files)

2014-03-21 Thread Alexander Rødseth
Date: Saturday, March 22, 2014 @ 01:23:07
  Author: arodseth
Revision: 108057

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 108056, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 108056, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 108056, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 108056, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  178 
 community-i686/PKGBUILD   |   93 --
 community-x86_64/PKGBUILD |   93 --
 3 files changed, 178 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-22 00:22:59 UTC (rev 108056)
+++ community-i686/PKGBUILD 2014-03-22 00:23:07 UTC (rev 108057)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=20.1
-pkgrel=2
-pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git')
-options=('!strip' '!emptydirs')
-source=($pkgname.zip::https://github.com/visualfc/liteide/archive/x$pkgver.zip;
-'liteide.png')
-sha256sums=('3a3e664e9a76745308fd14eb89b4376f1fb1ac1195b8e2cefcef922e8e93dde2'
-'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh  

  
-  ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  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' {} \;
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in goastview goapi goexec godocview liteide; do
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  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:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 108056, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-22 00:23:07 UTC (rev 108057)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=21.1
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')

[arch-commits] Commit in liteide/repos (8 files)

2014-03-21 Thread Alexander Rødseth
Date: Saturday, March 22, 2014 @ 01:45:07
  Author: arodseth
Revision: 108059

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 108058, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 108058, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 108058, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 108058, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  184 
 community-i686/PKGBUILD   |   89 -
 community-x86_64/PKGBUILD |   89 -
 3 files changed, 184 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-22 00:31:41 UTC (rev 108058)
+++ community-i686/PKGBUILD 2014-03-22 00:45:07 UTC (rev 108059)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=21.1
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go')
-options=('!strip' '!emptydirs')
-source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  chmod +x liteide-x$pkgver/build/*_*.sh
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh  

  
-  ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  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' {} \;
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in gocode liteide; do # goimports liteide_stub
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 108058, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-22 00:45:07 UTC (rev 108059)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=21.1
+pkgrel=2
+pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go')
+options=('!strip' '!emptydirs')
+source=($pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver
+'liteide.png')
+md5sums=('SKIP'
+ 

[arch-commits] Commit in liteide/repos (8 files)

2014-03-05 Thread Alexander Rødseth
Date: Wednesday, March 5, 2014 @ 19:06:03
  Author: arodseth
Revision: 106526

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 106525, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 106525, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 106525, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 106525, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

---+
 /PKGBUILD |  186 
 community-i686/PKGBUILD   |   90 -
 community-x86_64/PKGBUILD |   90 -
 3 files changed, 186 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-05 18:05:52 UTC (rev 106525)
+++ community-i686/PKGBUILD 2014-03-05 18:06:03 UTC (rev 106526)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-# Contributor: Matthew Zimmerman mzimmer...@gmail.com
-
-pkgname=liteide
-pkgver=20.1
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git')
-options=('!strip' '!emptydirs')
-source=($pkgname.zip::https://github.com/visualfc/liteide/archive/x$pkgver.zip;
-'liteide.png')
-sha256sums=('3a3e664e9a76745308fd14eb89b4376f1fb1ac1195b8e2cefcef922e8e93dde2'
-'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697')
-
-prepare() {
-  gendesk -f -n --name 'Golang IDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  cd liteide-x$pkgver/build
-  chmod +x *_*.sh
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  export QTDIR=/usr
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-
-  ./update_pkg.sh  

  
-  ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  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' {} \;
-}
-
-package() {
-cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in goastview goapi goexec godocview liteide; do
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  ln -s /usr/bin/liteide $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 106525, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-05 18:06:03 UTC (rev 106526)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=20.1
+pkgrel=2
+pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git')
+options=('!strip' '!emptydirs')

[arch-commits] Commit in liteide/repos (8 files)

2013-08-14 Thread Alexander Rødseth
Date: Wednesday, August 14, 2013 @ 14:28:29
  Author: arodseth
Revision: 95569

archrelease: copy trunk to community-x86_64, community-i686

Added:
  liteide/repos/community-i686/
  liteide/repos/community-i686/PKGBUILD
(from rev 95568, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 95568, liteide/trunk/liteide.png)
  liteide/repos/community-i686/liteide.sh
(from rev 95568, liteide/trunk/liteide.sh)
  liteide/repos/community-x86_64/
  liteide/repos/community-x86_64/PKGBUILD
(from rev 95568, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 95568, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/liteide.sh
(from rev 95568, liteide/trunk/liteide.sh)

-+
 community-i686/PKGBUILD |   87 ++
 community-i686/liteide.sh   |7 +++
 community-x86_64/PKGBUILD   |   87 ++
 community-x86_64/liteide.sh |7 +++
 4 files changed, 188 insertions(+)

Copied: liteide/repos/community-i686/PKGBUILD (from rev 95568, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-14 12:28:29 UTC (rev 95569)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+
+pkgname=liteide
+pkgver=19
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'libpng12' 'glib2' 'qt5-base' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk')
+options=('!strip')
+source=($pkgname.zip::https://github.com/visualfc/liteide/archive/x$pkgver.zip;
+'liteide.png'
+'liteide.sh')
+sha256sums=('182694341940878cf5df4f083a750659bffc97eb4ae517410e157bebc14f97df'
+'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
+'93ef16d59054ef9b37f8781e90f7d0f83d726779d2029660dfd21e84d808bf04')
+
+prepare() {
+  cd $srcdir
+
+  gendesk -n --name 'Golang IDE' --pkgname $pkgname --pkgdesc $pkgdesc
+  cd liteide-x$pkgver/build
+  chmod +x build_linux.sh
+}
+
+build() {
+  cd $srcdir/liteide-x$pkgver/build
+
+  QTDIR=/usr ./build_linux.sh
+
+  # Fixing insecure RPATH, need to test if this is still needed
+  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' {} \;
+}
+
+package() {
+  cd $srcdir/liteide-x$pkgver/build/liteide
+
+  msg2 'Creating directories...'
+  mkdir -p \
+$pkgdir/usr/lib/liteide \
+$pkgdir/usr/share/liteide \
+$pkgdir/usr/share/doc/$pkgname
+
+  msg2 'Packaging executables...'
+  for binary in goastview goapi goexec godocview liteide; do
+install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
+  done
+  install -Dm755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
+
+  cd $srcdir/liteide-x$pkgver/liteidex
+
+  msg2 'Packaging resources...'
+  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
+
+  msg2 'Packaging libraries and plugins...'
+  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
+  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
+  chmod -x $pkgdir/usr/lib/liteide/plugins/*
+
+  msg2 'Packaging license and license exception...'
+  install -Dm644 LICENSE.LGPL \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LGPL_EXCEPTION.TXT \
+$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
+
+  cd ../..
+
+  msg2 'Packaging menu entry and icon...'
+  install -Dm644 $pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $pkgname.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+
+  msg2 'Cleaning up...'
+  rm -rf $pkgdir/usr/share/$pkgname/doc
+}
+
+# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/liteide.png (from rev 95568, 
liteide/trunk/liteide.png)
===
(Binary files differ)

Copied: liteide/repos/community-i686/liteide.sh (from rev 95568, 
liteide/trunk/liteide.sh)
===
--- community-i686/liteide.sh   (rev 0)
+++ community-i686/liteide.sh   2013-08-14 12:28:29 UTC (rev 95569)
@@ -0,0 +1,7 @@
+#!/bin/sh
+ELF=/usr/bin/liteide
+if [ ! -z $GOROOT -a -e $GOROOT ]; then
+  $ELF $@
+else
+  GOROOT=/usr/lib/go $ELF $@
+fi

Copied: liteide/repos/community-x86_64/PKGBUILD (from rev 95568, 
liteide/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-14 12:28:29 UTC (rev 95569)
@@ -0,0 +1,87 @@