[arch-commits] Commit in liteide/repos (8 files)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Tue Apr 15 09:25:35 UTC 2014
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 <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=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 <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=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:
Deleted: community-i686/liteide.png
===================================================================
(Binary files differ)
Copied: liteide/repos/community-i686/liteide.png (from rev 109500, liteide/trunk/liteide.png)
===================================================================
(Binary files differ)
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-04-15 09:25:22 UTC (rev 109500)
+++ community-x86_64/PKGBUILD 2014-04-15 09:25:35 UTC (rev 109501)
@@ -1,92 +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=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-x86_64/PKGBUILD (from rev 109500, liteide/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-04-15 09:25:35 UTC (rev 109501)
@@ -0,0 +1,92 @@
+# $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=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:
Deleted: community-x86_64/liteide.png
===================================================================
(Binary files differ)
Copied: liteide/repos/community-x86_64/liteide.png (from rev 109500, liteide/trunk/liteide.png)
===================================================================
(Binary files differ)
More information about the arch-commits
mailing list