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

Alexander Rødseth arodseth at archlinux.org
Tue Dec 2 20:30:28 UTC 2014


    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 <rodseth at gmail.com>
-# Contributor: spambanane <happy.house at gmx.de>
-# Contributor: Matteo <matteo.dek at gmail.com>
-# Contributor: Matthew Zimmerman <mzimmerman at 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 <rodseth at gmail.com>
+# Contributor: spambanane <happy.house at gmx.de>
+# Contributor: Matteo <matteo.dek at gmail.com>
+# Contributor: Matthew Zimmerman <mzimmerman at 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:

Deleted: community-i686/liteide.png
===================================================================
(Binary files differ)

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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-12-02 19:41:22 UTC (rev 123367)
+++ community-x86_64/PKGBUILD	2014-12-02 20:30:28 UTC (rev 123368)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: spambanane <happy.house at gmx.de>
-# Contributor: Matteo <matteo.dek at gmail.com>
-# Contributor: Matthew Zimmerman <mzimmerman at 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-x86_64/PKGBUILD (from rev 123367, liteide/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-12-02 20:30:28 UTC (rev 123368)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: spambanane <happy.house at gmx.de>
+# Contributor: Matteo <matteo.dek at gmail.com>
+# Contributor: Matthew Zimmerman <mzimmerman at 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:

Deleted: community-x86_64/liteide.png
===================================================================
(Binary files differ)

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



More information about the arch-commits mailing list