[arch-commits] Commit in gigi/repos (4 files)

2013-08-18 Thread Sven-Hendrik Haase
Date: Sunday, August 18, 2013 @ 19:24:22
  Author: svenstaro
Revision: 95912

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

Added:
  gigi/repos/community-i686/PKGBUILD
(from rev 95911, gigi/trunk/PKGBUILD)
  gigi/repos/community-x86_64/PKGBUILD
(from rev 95911, gigi/trunk/PKGBUILD)
Deleted:
  gigi/repos/community-i686/PKGBUILD
  gigi/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  120 
 community-i686/PKGBUILD   |   61 --
 community-x86_64/PKGBUILD |   61 --
 3 files changed, 120 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-18 17:24:10 UTC (rev 95911)
+++ community-i686/PKGBUILD 2013-08-18 17:24:22 UTC (rev 95912)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: fana-m gemi...@gmx.net
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Manuel Gaul inka...@hotmail.com
-
-pkgname=gigi
-pkgver=6142
-pkgrel=2
-pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
-#url='http://gigi.sourceforge.net/'
-url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'addinclude' 
'mesa-libgl')
-#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
-source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-
-  svnversion | tr -d [A-z]
-}
-
-prepare() {
-  cd $pkgname
-
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-  addinclude -n GG/adobe/once.hpp '#include stdint.h'
-}
-
-build() {
-  cd $pkgname
-
-  cmake \
--D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
-.
-  make -j1
-}
-
-package() {
-  cd $pkgname
-
-  make install
-  mv -v $srcdir/pkg/usr $pkgdir/
-
-  # python3 fix
-  for f in `find $pkgdir/usr -name *.py`; do
-sed -i s:/env python:/python3:g $f
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 95911, gigi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-18 17:24:22 UTC (rev 95912)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=6142
+pkgrel=3
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+
+  svnversion | tr -d [A-z]
+}
+
+prepare() {
+  cd $pkgname
+
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+}
+
+build() {
+  cd $pkgname
+
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+  make -j1
+}
+
+package() {
+  cd $pkgname
+
+  make install
+  mv -v $srcdir/pkg/usr $pkgdir/
+
+  # python3 fix
+  for f in `find $pkgdir/usr -name *.py`; do
+sed -i s:/env python:/python3:g $f
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-18 17:24:10 UTC (rev 95911)
+++ community-x86_64/PKGBUILD   2013-08-18 17:24:22 UTC (rev 95912)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: fana-m gemi...@gmx.net
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Manuel Gaul inka...@hotmail.com
-
-pkgname=gigi
-pkgver=6142
-pkgrel=2
-pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
-#url='http://gigi.sourceforge.net/'

[arch-commits] Commit in gigi/repos (4 files)

2013-08-16 Thread Alexander Rødseth
Date: Friday, August 16, 2013 @ 19:28:27
  Author: arodseth
Revision: 95771

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

Added:
  gigi/repos/community-i686/PKGBUILD
(from rev 95770, gigi/trunk/PKGBUILD)
  gigi/repos/community-x86_64/PKGBUILD
(from rev 95770, gigi/trunk/PKGBUILD)
Deleted:
  gigi/repos/community-i686/PKGBUILD
  gigi/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  122 
 community-i686/PKGBUILD   |   80 
 community-x86_64/PKGBUILD |   80 
 3 files changed, 122 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-16 17:24:11 UTC (rev 95770)
+++ community-i686/PKGBUILD 2013-08-16 17:28:27 UTC (rev 95771)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: fana-m gemi...@gmx.net
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Manuel Gaul inka...@hotmail.com
-
-pkgname=gigi
-pkgver=6142
-pkgrel=1
-pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
-#url='http://gigi.sourceforge.net/'
-url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
-#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
-source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142;)
 # 5780 # 5407
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-
-  svnversion | tr -d [A-z]
-}
-
-build() {
-  cd $srcdir/$pkgname
-
-  msg2 'Configuring...'
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
-  # could be re-configured in the package() function, but this works too.
-  cmake \
--D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
-.
-
-  #msg2 'Building documentation...'
-  #cd doc
-  #doxygen
-  #cd ..
-
-  msg2 'Compiling...'
-  make -j1
-}
-
-package() {
-  cd $srcdir/$pkgname
-
-  msg2 'Packaging files...'
-  make install
-
-  msg2 'Moving files to the right location...'
-  mv -v $srcdir/pkg/usr $pkgdir/
-
-  #msg2 'Fixing documentation...'
-  #mkdir -p $pkgdir/usr/share/doc
-  #mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
-
-  #for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
-  #  sed -i s:$srcdir:/:g $f
-  #done
-
-  msg2 'Python 3 fix...'
-  for f in `find $pkgdir/usr -name *.py`; do
-sed -i s:/env python:/python3:g $f
-  done
-
-  msg2 'Packaging license...'
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 95770, gigi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-16 17:28:27 UTC (rev 95771)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=6142
+pkgrel=1
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'addinclude') 
#'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+
+  svnversion | tr -d [A-z]
+}
+
+prepare() {
+  cd $pkgname
+
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  addinclude -n GG/adobe/once.hpp '#include stdint.h'
+}
+
+build() {
+  cd $pkgname
+
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+  make -j1
+}
+
+package() {
+  cd $pkgname
+
+  make install
+  mv -v $srcdir/pkg/usr $pkgdir/
+
+  # python3 fix
+  for f in `find $pkgdir/usr -name *.py`; do
+sed -i s:/env 

[arch-commits] Commit in gigi/repos (4 files)

2013-08-16 Thread Alexander Rødseth
Date: Friday, August 16, 2013 @ 19:52:10
  Author: arodseth
Revision: 95773

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

Added:
  gigi/repos/community-i686/PKGBUILD
(from rev 95772, gigi/trunk/PKGBUILD)
  gigi/repos/community-x86_64/PKGBUILD
(from rev 95772, gigi/trunk/PKGBUILD)
Deleted:
  gigi/repos/community-i686/PKGBUILD
  gigi/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-16 17:51:58 UTC (rev 95772)
+++ community-i686/PKGBUILD 2013-08-16 17:52:10 UTC (rev 95773)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: fana-m gemi...@gmx.net
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Manuel Gaul inka...@hotmail.com
-
-pkgname=gigi
-pkgver=6142
-pkgrel=1
-pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
-#url='http://gigi.sourceforge.net/'
-url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'addinclude') 
#'mesa-libgl')
-#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
-source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-
-  svnversion | tr -d [A-z]
-}
-
-prepare() {
-  cd $pkgname
-
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-  addinclude -n GG/adobe/once.hpp '#include stdint.h'
-}
-
-build() {
-  cd $pkgname
-
-  cmake \
--D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
-.
-  make -j1
-}
-
-package() {
-  cd $pkgname
-
-  make install
-  mv -v $srcdir/pkg/usr $pkgdir/
-
-  # python3 fix
-  for f in `find $pkgdir/usr -name *.py`; do
-sed -i s:/env python:/python3:g $f
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 95772, gigi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-16 17:52:10 UTC (rev 95773)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=6142
+pkgrel=2
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'addinclude' 
'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+
+  svnversion | tr -d [A-z]
+}
+
+prepare() {
+  cd $pkgname
+
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  addinclude -n GG/adobe/once.hpp '#include stdint.h'
+}
+
+build() {
+  cd $pkgname
+
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+  make -j1
+}
+
+package() {
+  cd $pkgname
+
+  make install
+  mv -v $srcdir/pkg/usr $pkgdir/
+
+  # python3 fix
+  for f in `find $pkgdir/usr -name *.py`; do
+sed -i s:/env python:/python3:g $f
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-16 17:51:58 UTC (rev 95772)
+++ community-x86_64/PKGBUILD   2013-08-16 17:52:10 UTC (rev 95773)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: fana-m gemi...@gmx.net
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Manuel Gaul inka...@hotmail.com
-
-pkgname=gigi
-pkgver=6142
-pkgrel=1
-pkgdesc='Small, efficient and feature rich GUI for OpenGL 

[arch-commits] Commit in gigi/repos (4 files)

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 14:31:42
  Author: arodseth
Revision: 93686

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

Added:
  gigi/repos/community-i686/PKGBUILD
(from rev 93685, gigi/trunk/PKGBUILD)
  gigi/repos/community-x86_64/PKGBUILD
(from rev 93685, gigi/trunk/PKGBUILD)
Deleted:
  gigi/repos/community-i686/PKGBUILD
  gigi/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  160 
 community-i686/PKGBUILD   |   85 ---
 community-x86_64/PKGBUILD |   85 ---
 3 files changed, 160 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 12:31:33 UTC (rev 93685)
+++ community-i686/PKGBUILD 2013-07-08 12:31:42 UTC (rev 93686)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: fana-m gemi...@gmx.net
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Manuel Gaul inka...@hotmail.com
-
-pkgname=gigi
-pkgver=0.8.0
-pkgrel=20
-_fixedrevision=5780 #5407
-pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
-#url='http://gigi.sourceforge.net/'
-url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
-
-build() {
-  cd $srcdir
-
-  msg2 'Fetching files...'
-  if [ -d gigi/.svn ]; then
-(cd gigi  svn up -r $_fixedrevision)
-  else
-#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
-svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
-  --config-dir ./ -r $_fixedrevision gigi
-  fi
-
-  rm -rf gigi-build
-  svn export gigi gigi-build
-  cd gigi-build
-
-  msg2 'Configuring...'
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
-  # could be re-configured in the package() function, but this works too.
-  cmake \
--D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
-.
-
-  msg2 'Building documentation...'
-  cd doc
-  doxygen
-  cd ..
-
-  msg2 'Compiling...'
-  make -j1
-}
-
-package() {
-  cd $srcdir/gigi-build
-
-  msg2 'Packaging files...'
-  make install
-
-  msg2 'Moving files to the right location...'
-  mv -v $srcdir/pkg/usr $pkgdir/
-
-  msg2 'Fixing documentation...'
-  mkdir -p $pkgdir/usr/share/doc
-  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
-
-  for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
-sed -i s:$srcdir:/:g $f
-  done
-
-  msg2 'Python 3 fix...'
-  for f in `find $pkgdir/usr -name *.py`; do
-sed -i s:/env python:/python3:g $f
-  done
-
-  msg2 'Packaging license...'
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 93685, gigi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 12:31:42 UTC (rev 93686)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=6142
+pkgrel=1
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142;)
 # 5780 # 5407
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+
+  svnversion | tr -d [A-z]
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D 

[arch-commits] Commit in gigi/repos (4 files)

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 14:32:27
  Author: arodseth
Revision: 93687

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

Added:
  gigi/repos/community-staging-i686/
  gigi/repos/community-staging-i686/PKGBUILD
(from rev 93686, gigi/trunk/PKGBUILD)
  gigi/repos/community-staging-x86_64/
  gigi/repos/community-staging-x86_64/PKGBUILD
(from rev 93686, gigi/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   80 
 community-staging-x86_64/PKGBUILD |   80 
 2 files changed, 160 insertions(+)

Copied: gigi/repos/community-staging-i686/PKGBUILD (from rev 93686, 
gigi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 12:32:27 UTC (rev 93687)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=6142
+pkgrel=1
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142;)
 # 5780 # 5407
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+
+  svnversion | tr -d [A-z]
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  #msg2 'Building documentation...'
+  #cd doc
+  #doxygen
+  #cd ..
+
+  msg2 'Compiling...'
+  make -j1
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  msg2 'Packaging files...'
+  make install
+
+  msg2 'Moving files to the right location...'
+  mv -v $srcdir/pkg/usr $pkgdir/
+
+  #msg2 'Fixing documentation...'
+  #mkdir -p $pkgdir/usr/share/doc
+  #mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
+
+  #for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
+  #  sed -i s:$srcdir:/:g $f
+  #done
+
+  msg2 'Python 3 fix...'
+  for f in `find $pkgdir/usr -name *.py`; do
+sed -i s:/env python:/python3:g $f
+  done
+
+  msg2 'Packaging license...'
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-staging-x86_64/PKGBUILD (from rev 93686, 
gigi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-08 12:32:27 UTC (rev 93687)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=6142
+pkgrel=1
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142;)
 # 5780 # 5407
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+
+  svnversion | tr -d [A-z]
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  #msg2 'Building 

[arch-commits] Commit in gigi/repos (4 files)

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 16:58:25
  Author: arodseth
Revision: 93708

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

Added:
  gigi/repos/community-i686/PKGBUILD
(from rev 93707, gigi/trunk/PKGBUILD)
  gigi/repos/community-x86_64/PKGBUILD
(from rev 93707, gigi/trunk/PKGBUILD)
Deleted:
  gigi/repos/community-i686/PKGBUILD
  gigi/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 14:58:16 UTC (rev 93707)
+++ community-i686/PKGBUILD 2013-07-08 14:58:25 UTC (rev 93708)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: fana-m gemi...@gmx.net
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Manuel Gaul inka...@hotmail.com
-
-pkgname=gigi
-pkgver=6142
-pkgrel=1
-pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
-#url='http://gigi.sourceforge.net/'
-url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
-#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
-source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142;)
 # 5780 # 5407
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-
-  svnversion | tr -d [A-z]
-}
-
-build() {
-  cd $srcdir/$pkgname
-
-  msg2 'Configuring...'
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
-  # could be re-configured in the package() function, but this works too.
-  cmake \
--D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
-.
-
-  #msg2 'Building documentation...'
-  #cd doc
-  #doxygen
-  #cd ..
-
-  msg2 'Compiling...'
-  make -j1
-}
-
-package() {
-  cd $srcdir/$pkgname
-
-  msg2 'Packaging files...'
-  make install
-
-  msg2 'Moving files to the right location...'
-  mv -v $srcdir/pkg/usr $pkgdir/
-
-  #msg2 'Fixing documentation...'
-  #mkdir -p $pkgdir/usr/share/doc
-  #mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
-
-  #for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
-  #  sed -i s:$srcdir:/:g $f
-  #done
-
-  msg2 'Python 3 fix...'
-  for f in `find $pkgdir/usr -name *.py`; do
-sed -i s:/env python:/python3:g $f
-  done
-
-  msg2 'Packaging license...'
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 93707, gigi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 14:58:25 UTC (rev 93708)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=6141
+pkgrel=1
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=($pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6141;)
 # 5780 # 5407
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+
+  svnversion | tr -d [A-z]
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  #msg2 'Building documentation...'
+  #cd doc
+  #doxygen
+  #cd ..
+
+  msg2 'Compiling...'
+  

[arch-commits] Commit in gigi/repos (4 files)

2013-04-29 Thread Evangelos Foutras
Date: Tuesday, April 30, 2013 @ 05:38:06
  Author: foutrelis
Revision: 89560

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

Added:
  gigi/repos/community-staging-i686/
  gigi/repos/community-staging-i686/PKGBUILD
(from rev 89559, gigi/trunk/PKGBUILD)
  gigi/repos/community-staging-x86_64/
  gigi/repos/community-staging-x86_64/PKGBUILD
(from rev 89559, gigi/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   85 
 community-staging-x86_64/PKGBUILD |   85 
 2 files changed, 170 insertions(+)

Copied: gigi/repos/community-staging-i686/PKGBUILD (from rev 89559, 
gigi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-30 03:38:06 UTC (rev 89560)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=20
+_fixedrevision=5780 #5407
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+
+build() {
+  cd $srcdir
+
+  msg2 'Fetching files...'
+  if [ -d gigi/.svn ]; then
+(cd gigi  svn up -r $_fixedrevision)
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r $_fixedrevision gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  msg2 'Building documentation...'
+  cd doc
+  doxygen
+  cd ..
+
+  msg2 'Compiling...'
+  make -j1
+}
+
+package() {
+  cd $srcdir/gigi-build
+
+  msg2 'Packaging files...'
+  make install
+
+  msg2 'Moving files to the right location...'
+  mv -v $srcdir/pkg/usr $pkgdir/
+
+  msg2 'Fixing documentation...'
+  mkdir -p $pkgdir/usr/share/doc
+  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
+
+  for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
+sed -i s:$srcdir:/:g $f
+  done
+
+  msg2 'Python 3 fix...'
+  for f in `find $pkgdir/usr -name *.py`; do
+sed -i s:/env python:/python3:g $f
+  done
+
+  msg2 'Packaging license...'
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-staging-x86_64/PKGBUILD (from rev 89559, 
gigi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-30 03:38:06 UTC (rev 89560)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=20
+_fixedrevision=5780 #5407
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+
+build() {
+  cd $srcdir
+
+  msg2 'Fetching files...'
+  if [ -d gigi/.svn ]; then
+(cd gigi  svn up -r $_fixedrevision)
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r $_fixedrevision gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting 

[arch-commits] Commit in gigi/repos (4 files)

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 18:37:07
  Author: arodseth
Revision: 87127

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

Added:
  gigi/repos/community-staging-i686/
  gigi/repos/community-staging-i686/PKGBUILD
(from rev 87126, gigi/trunk/PKGBUILD)
  gigi/repos/community-staging-x86_64/
  gigi/repos/community-staging-x86_64/PKGBUILD
(from rev 87126, gigi/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   85 
 community-staging-x86_64/PKGBUILD |   85 
 2 files changed, 170 insertions(+)

Copied: gigi/repos/community-staging-i686/PKGBUILD (from rev 87126, 
gigi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-27 17:37:07 UTC (rev 87127)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=18
+_fixedrevision=5780 #5407
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+
+build() {
+  cd $srcdir
+
+  msg2 'Fetching files...'
+  if [ -d gigi/.svn ]; then
+(cd gigi  svn up -r $_fixedrevision)
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r $_fixedrevision gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  msg2 'Building documentation...'
+  cd doc
+  doxygen
+  cd ..
+
+  msg2 'Compiling...'
+  make -j1
+}
+
+package() {
+  cd $srcdir/gigi-build
+
+  msg2 'Packaging files...'
+  make install
+
+  msg2 'Moving files to the right location...'
+  mv -v $srcdir/pkg/usr $pkgdir/
+
+  msg2 'Fixing documentation...'
+  mkdir -p $pkgdir/usr/share/doc
+  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
+
+  for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
+sed -i s:$srcdir:/:g $f
+  done
+
+  msg2 'Python 3 fix...'
+  for f in `find $pkgdir/usr -name *.py`; do
+sed -i s:/env python:/python3:g $f
+  done
+
+  msg2 'Packaging license...'
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-staging-x86_64/PKGBUILD (from rev 87126, 
gigi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-27 17:37:07 UTC (rev 87127)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=18
+_fixedrevision=5780 #5407
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+
+build() {
+  cd $srcdir
+
+  msg2 'Fetching files...'
+  if [ -d gigi/.svn ]; then
+(cd gigi  svn up -r $_fixedrevision)
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r $_fixedrevision gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting 

[arch-commits] Commit in gigi/repos (4 files)

2013-03-27 Thread Alexander Rødseth
Date: Wednesday, March 27, 2013 @ 20:03:56
  Author: arodseth
Revision: 87129

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

Added:
  gigi/repos/community-staging-i686/PKGBUILD
(from rev 87128, gigi/trunk/PKGBUILD)
  gigi/repos/community-staging-x86_64/PKGBUILD
(from rev 87128, gigi/trunk/PKGBUILD)
Deleted:
  gigi/repos/community-staging-i686/PKGBUILD
  gigi/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |  170 
 community-staging-i686/PKGBUILD   |   85 --
 community-staging-x86_64/PKGBUILD |   85 --
 3 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-03-27 19:03:42 UTC (rev 87128)
+++ community-staging-i686/PKGBUILD 2013-03-27 19:03:56 UTC (rev 87129)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: fana-m gemi...@gmx.net
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Manuel Gaul inka...@hotmail.com
-
-pkgname=gigi
-pkgver=0.8.0
-pkgrel=18
-_fixedrevision=5780 #5407
-pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
-#url='http://gigi.sourceforge.net/'
-url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
-
-build() {
-  cd $srcdir
-
-  msg2 'Fetching files...'
-  if [ -d gigi/.svn ]; then
-(cd gigi  svn up -r $_fixedrevision)
-  else
-#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
-svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
-  --config-dir ./ -r $_fixedrevision gigi
-  fi
-
-  rm -rf gigi-build
-  svn export gigi gigi-build
-  cd gigi-build
-
-  msg2 'Configuring...'
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
-  # could be re-configured in the package() function, but this works too.
-  cmake \
--D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
-.
-
-  msg2 'Building documentation...'
-  cd doc
-  doxygen
-  cd ..
-
-  msg2 'Compiling...'
-  make -j1
-}
-
-package() {
-  cd $srcdir/gigi-build
-
-  msg2 'Packaging files...'
-  make install
-
-  msg2 'Moving files to the right location...'
-  mv -v $srcdir/pkg/usr $pkgdir/
-
-  msg2 'Fixing documentation...'
-  mkdir -p $pkgdir/usr/share/doc
-  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
-
-  for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
-sed -i s:$srcdir:/:g $f
-  done
-
-  msg2 'Python 3 fix...'
-  for f in `find $pkgdir/usr -name *.py`; do
-sed -i s:/env python:/python3:g $f
-  done
-
-  msg2 'Packaging license...'
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-staging-i686/PKGBUILD (from rev 87128, 
gigi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-27 19:03:56 UTC (rev 87129)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=19
+_fixedrevision=5780 #5407
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+
+build() {
+  cd $srcdir
+
+  msg2 'Fetching files...'
+  if [ -d gigi/.svn ]; then
+(cd gigi  svn up -r $_fixedrevision)
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r $_fixedrevision gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if 

[arch-commits] Commit in gigi/repos (4 files)

2013-02-27 Thread Alexander Rødseth
Date: Thursday, February 28, 2013 @ 01:03:38
  Author: arodseth
Revision: 85241

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

Added:
  gigi/repos/community-staging-i686/
  gigi/repos/community-staging-i686/PKGBUILD
(from rev 85240, gigi/trunk/PKGBUILD)
  gigi/repos/community-staging-x86_64/
  gigi/repos/community-staging-x86_64/PKGBUILD
(from rev 85240, gigi/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   85 
 community-staging-x86_64/PKGBUILD |   85 
 2 files changed, 170 insertions(+)

Copied: gigi/repos/community-staging-i686/PKGBUILD (from rev 85240, 
gigi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-28 00:03:38 UTC (rev 85241)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=18
+_fixedrevision=5780 #5407
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+
+build() {
+  cd $srcdir
+
+  msg2 'Fetching files...'
+  if [ -d gigi/.svn ]; then
+(cd gigi  svn up -r $_fixedrevision)
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r $_fixedrevision gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  msg2 'Building documentation...'
+  cd doc
+  doxygen
+  cd ..
+
+  msg2 'Compiling...'
+  make -j1
+}
+
+package() {
+  cd $srcdir/gigi-build
+
+  msg2 'Packaging files...'
+  make install
+
+  msg2 'Moving files to the right location...'
+  mv -v $srcdir/pkg/usr $pkgdir/
+
+  msg2 'Fixing documentation...'
+  mkdir -p $pkgdir/usr/share/doc
+  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
+
+  for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
+sed -i s:$srcdir:/:g $f
+  done
+
+  msg2 'Python 3 fix...'
+  for f in `find $pkgdir/usr -name *.py`; do
+sed -i s:/env python:/python3:g $f
+  done
+
+  msg2 'Packaging license...'
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-staging-x86_64/PKGBUILD (from rev 85240, 
gigi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-28 00:03:38 UTC (rev 85241)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=18
+_fixedrevision=5780 #5407
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+
+build() {
+  cd $srcdir
+
+  msg2 'Fetching files...'
+  if [ -d gigi/.svn ]; then
+(cd gigi  svn up -r $_fixedrevision)
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r $_fixedrevision gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting 

[arch-commits] Commit in gigi/repos (4 files)

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 13:19:26
  Author: arodseth
Revision: 83895

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

Added:
  gigi/repos/community-i686/PKGBUILD
(from rev 83894, gigi/trunk/PKGBUILD)
  gigi/repos/community-x86_64/PKGBUILD
(from rev 83894, gigi/trunk/PKGBUILD)
Deleted:
  gigi/repos/community-i686/PKGBUILD
  gigi/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |  161 ++--
 community-x86_64/PKGBUILD |  161 ++--
 2 files changed, 164 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 12:19:14 UTC (rev 83894)
+++ community-i686/PKGBUILD 2013-02-06 12:19:26 UTC (rev 83895)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: fana-m gemi...@gmx.net
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Manuel Gaul inka...@hotmail.com
-
-pkgname=gigi
-pkgver=0.8.0
-pkgrel=16
-_fixedrevision=5407 # 5208
-pkgdesc=Small, efficient and feature rich GUI for C++ and OpenGL (freeorion 
fork)
-url=http://gigi.sourceforge.net/;
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa')
-
-build() {
-  cd $srcdir
-
-  msg2 Fetching files...
-  if [ -d gigi/.svn ]; then
-(cd gigi  svn up -r $_fixedrevision)
-  else
-#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
-svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
-  --config-dir ./ -r $_fixedrevision gigi
-  fi
-
-  rm -rf gigi-build
-  svn export gigi gigi-build
-  cd gigi-build
-
-  msg2 Configuring...
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-  cmake \
--D CMAKE_INSTALL_PREFIX=$pkgdir/usr \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_C_FLAGS_RELEASE=-DNDEBUG \
-.
-
-  msg2 Building documentation...
-  cd doc
-  doxygen
-  cd ..
-
-  msg2 Compiling...
-  make -j1
-}
-
-package() {
-  cd $srcdir/gigi-build
-
-  msg2 Packaging files...
-  make install
-
-  msg2 Fixing documentation...
-  mkdir -p $pkgdir/usr/share/doc
-  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
-
-  for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
-sed -i s:$srcdir:/:g $f
-  done
-
-  msg2 Fixing python3 shebang...
-  for f in `find $pkgdir/usr -name *.py`; do
-sed -i s:/env python:/python3:g $f
-  done
-
-  msg2 Packaging license...
-  install -Dm 644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 83894, gigi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 12:19:26 UTC (rev 83895)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=16
+_fixedrevision=5407 # 5208
+pkgdesc='Small, efficient and feature rich GUI for C++ and OpenGL (freeorion 
fork)'
+url=http://gigi.sourceforge.net/;
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa')
+
+build() {
+  cd $srcdir
+
+  msg2 'Fetching files...'
+  if [ -d gigi/.svn ]; then
+(cd gigi  svn up -r $_fixedrevision)
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r $_fixedrevision gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+
+  cmake \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  msg2 'Building documentation...'
+  cd doc
+  doxygen
+  cd ..
+
+  msg2 'Compiling...'
+  make -j1
+}
+
+package() {
+  cd $srcdir/gigi-build
+
+  msg2 'Packaging files...'
+  make install
+
+  mv -v $srcdir/pkg/usr $pkgdir/
+
+  msg2 'Fixing documentation...'
+  mkdir -p $pkgdir/usr/share/doc
+  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
+
+  for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
+

[arch-commits] Commit in gigi/repos (4 files)

2013-02-06 Thread Alexander Rødseth
Date: Wednesday, February 6, 2013 @ 13:43:24
  Author: arodseth
Revision: 83897

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

Added:
  gigi/repos/community-i686/PKGBUILD
(from rev 83896, gigi/trunk/PKGBUILD)
  gigi/repos/community-x86_64/PKGBUILD
(from rev 83896, gigi/trunk/PKGBUILD)
Deleted:
  gigi/repos/community-i686/PKGBUILD
  gigi/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |  166 ++--
 community-x86_64/PKGBUILD |  166 ++--
 2 files changed, 168 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 12:43:11 UTC (rev 83896)
+++ community-i686/PKGBUILD 2013-02-06 12:43:24 UTC (rev 83897)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: fana-m gemi...@gmx.net
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Manuel Gaul inka...@hotmail.com
-
-pkgname=gigi
-pkgver=0.8.0
-pkgrel=16
-_fixedrevision=5407 # 5208
-pkgdesc='Small, efficient and feature rich GUI for C++ and OpenGL (freeorion 
fork)'
-url=http://gigi.sourceforge.net/;
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa')
-
-build() {
-  cd $srcdir
-
-  msg2 'Fetching files...'
-  if [ -d gigi/.svn ]; then
-(cd gigi  svn up -r $_fixedrevision)
-  else
-#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
-svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
-  --config-dir ./ -r $_fixedrevision gigi
-  fi
-
-  rm -rf gigi-build
-  svn export gigi gigi-build
-  cd gigi-build
-
-  msg2 'Configuring...'
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-
-  cmake \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
--D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
-.
-
-  msg2 'Building documentation...'
-  cd doc
-  doxygen
-  cd ..
-
-  msg2 'Compiling...'
-  make -j1
-}
-
-package() {
-  cd $srcdir/gigi-build
-
-  msg2 'Packaging files...'
-  make install
-
-  mv -v $srcdir/pkg/usr $pkgdir/
-
-  msg2 'Fixing documentation...'
-  mkdir -p $pkgdir/usr/share/doc
-  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
-
-  for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
-sed -i s:$srcdir:/:g $f
-  done
-
-  msg2 'Python 3 fix...'
-  for f in `find $pkgdir/usr -name *.py`; do
-sed -i s:/env python:/python3:g $f
-  done
-
-  msg2 'Packaging license...'
-  install -Dm644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 83896, gigi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 12:43:24 UTC (rev 83897)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=17
+_fixedrevision=5407
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+#url='http://gigi.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa')
+
+build() {
+  cd $srcdir
+
+  msg2 'Fetching files...'
+  if [ -d gigi/.svn ]; then
+(cd gigi  svn up -r $_fixedrevision)
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r $_fixedrevision gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake -D CMAKE_INSTALL_PREFIX=$srcdir/pkg/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  msg2 'Building documentation...'
+  cd doc
+  doxygen
+  cd ..
+
+  msg2 'Compiling...'
+  make -j1
+}
+
+package() {
+  cd $srcdir/gigi-build
+
+  

[arch-commits] Commit in gigi/repos (4 files)

2013-02-01 Thread Alexander Rødseth
Date: Saturday, February 2, 2013 @ 02:35:10
  Author: arodseth
Revision: 83482

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

Added:
  gigi/repos/community-i686/PKGBUILD
(from rev 83481, gigi/trunk/PKGBUILD)
  gigi/repos/community-x86_64/PKGBUILD
(from rev 83481, gigi/trunk/PKGBUILD)
Deleted:
  gigi/repos/community-i686/PKGBUILD
  gigi/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |  158 ++--
 community-x86_64/PKGBUILD |  158 ++--
 2 files changed, 158 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-02 01:34:55 UTC (rev 83481)
+++ community-i686/PKGBUILD 2013-02-02 01:35:10 UTC (rev 83482)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: fana-m gemi...@gmx.net
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Manuel Gaul inka...@hotmail.com
-
-pkgname=gigi
-pkgver=0.8.0
-pkgrel=15
-_fixedrevision=5407 # 5208
-pkgdesc=Small, efficient and feature rich GUI for C++ and OpenGL (freeorion 
fork)
-url=http://gigi.sourceforge.net/;
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa')
-
-build() {
-  cd $srcdir
-
-  msg2 Fetching files...
-  if [ -d gigi/.svn ]; then
-(cd gigi  svn up -r $_fixedrevision)
-  else
-#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
-svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
-  --config-dir ./ -r $_fixedrevision gigi
-  fi
-
-  rm -rf gigi-build
-  svn export gigi gigi-build
-  cd gigi-build
-
-  msg2 Configuring...
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-  cmake \
--D CMAKE_INSTALL_PREFIX=$pkgdir/usr \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_C_FLAGS_RELEASE=-DNDEBUG \
-.
-
-  msg2 Building documentation...
-  cd doc
-  doxygen
-  cd ..
-
-  msg2 Compiling...
-  make -j1
-}
-
-package() {
-  cd $srcdir/gigi-build
-
-  msg2 Packaging files...
-  make install
-
-  msg2 Fixing documentation...
-  mkdir -p $pkgdir/usr/share/doc
-  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
-
-  for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
-sed -i s:$srcdir:/:g $f
-  done
-
-  msg2 Fixing python3 shebang...
-  for f in `find $pkgdir/usr -name *.py`; do
-sed -i s:/env python:/python3:g $f
-  done
-
-  msg2 Packaging license...
-  install -Dm 644 COPYING \
-$pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 83481, gigi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-02 01:35:10 UTC (rev 83482)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=16
+_fixedrevision=5407 # 5208
+pkgdesc=Small, efficient and feature rich GUI for C++ and OpenGL (freeorion 
fork)
+url=http://gigi.sourceforge.net/;
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa')
+
+build() {
+  cd $srcdir
+
+  msg2 Fetching files...
+  if [ -d gigi/.svn ]; then
+(cd gigi  svn up -r $_fixedrevision)
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r $_fixedrevision gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 Configuring...
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$pkgdir/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE=-DNDEBUG \
+.
+
+  msg2 Building documentation...
+  cd doc
+  doxygen
+  cd ..
+
+  msg2 Compiling...
+  make -j1
+}
+
+package() {
+  cd $srcdir/gigi-build
+
+  msg2 Packaging files...
+  make install
+
+  msg2 Fixing documentation...
+  mkdir -p $pkgdir/usr/share/doc
+  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
+
+  for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
+sed -i s:$srcdir:/:g $f
+  done
+
+  msg2 Fixing python3 

[arch-commits] Commit in gigi/repos (4 files)

2013-01-22 Thread arodseth
Date: Tuesday, January 22, 2013 @ 18:18:43
  Author: arodseth
Revision: 82663

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

Added:
  gigi/repos/community-staging-i686/
  gigi/repos/community-staging-i686/PKGBUILD
(from rev 82662, gigi/trunk/PKGBUILD)
  gigi/repos/community-staging-x86_64/
  gigi/repos/community-staging-x86_64/PKGBUILD
(from rev 82662, gigi/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   79 
 community-staging-x86_64/PKGBUILD |   79 
 2 files changed, 158 insertions(+)

Copied: gigi/repos/community-staging-i686/PKGBUILD (from rev 82662, 
gigi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-01-22 17:18:43 UTC (rev 82663)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=15
+_fixedrevision=5407 # 5208
+pkgdesc=Small, efficient and feature rich GUI for C++ and OpenGL (freeorion 
fork)
+url=http://gigi.sourceforge.net/;
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa')
+
+build() {
+  cd $srcdir
+
+  msg2 Fetching files...
+  if [ -d gigi/.svn ]; then
+(cd gigi  svn up -r $_fixedrevision)
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r $_fixedrevision gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 Configuring...
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$pkgdir/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE=-DNDEBUG \
+.
+
+  msg2 Building documentation...
+  cd doc
+  doxygen
+  cd ..
+
+  msg2 Compiling...
+  make -j1
+}
+
+package() {
+  cd $srcdir/gigi-build
+
+  msg2 Packaging files...
+  make install
+
+  msg2 Fixing documentation...
+  mkdir -p $pkgdir/usr/share/doc
+  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
+
+  for f in `find $pkgdir/usr/share/doc -name dir_*.html`; do
+sed -i s:$srcdir:/:g $f
+  done
+
+  msg2 Fixing python3 shebang...
+  for f in `find $pkgdir/usr -name *.py`; do
+sed -i s:/env python:/python3:g $f
+  done
+
+  msg2 Packaging license...
+  install -Dm 644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-staging-x86_64/PKGBUILD (from rev 82662, 
gigi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-01-22 17:18:43 UTC (rev 82663)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: fana-m gemi...@gmx.net
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Manuel Gaul inka...@hotmail.com
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=15
+_fixedrevision=5407 # 5208
+pkgdesc=Small, efficient and feature rich GUI for C++ and OpenGL (freeorion 
fork)
+url=http://gigi.sourceforge.net/;
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa')
+
+build() {
+  cd $srcdir
+
+  msg2 Fetching files...
+  if [ -d gigi/.svn ]; then
+(cd gigi  svn up -r $_fixedrevision)
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r $_fixedrevision gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 Configuring...
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  cmake \
+-D CMAKE_INSTALL_PREFIX=$pkgdir/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE=-DNDEBUG \
+.
+
+  msg2 Building documentation...
+  cd doc
+  doxygen
+  cd ..
+
+  msg2 Compiling...
+  make -j1
+}
+
+package() {
+  cd $srcdir/gigi-build
+
+  msg2 Packaging files...
+  make install
+
+  msg2 Fixing documentation...
+  mkdir -p $pkgdir/usr/share/doc
+  mv $pkgdir/usr/doc $pkgdir/usr/share/doc/$pkgname
+
+  for f in `find