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

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:16
  Author: stephane
Revision: 87412

db-move: moved gigi from [community-testing] to [community] (i686, x86_64)

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:15 UTC (rev 87411)
+++ community-i686/PKGBUILD 2013-03-31 19:18:16 UTC (rev 87412)
@@ -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-i686/PKGBUILD (from rev 87401, 
gigi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:16 UTC (rev 87412)
@@ -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 

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:10
  Author: stephane
Revision: 87288

db-move: moved gigi from [community-staging] to [community-testing] (i686, 
x86_64)

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

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

Copied: gigi/repos/community-testing-i686/PKGBUILD (from rev 87277, 
gigi/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:10 UTC (rev 87288)
@@ -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 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-testing-x86_64/PKGBUILD (from rev 87277, 
gigi/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:10 UTC (rev 87288)
@@ -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 

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:36
  Author: stephane
Revision: 83250

db-move: moved gigi from [community-testing] to [community] (i686, x86_64)

Added:
  gigi/repos/community-i686/PKGBUILD
(from rev 83238, gigi/repos/community-testing-i686/PKGBUILD)
  gigi/repos/community-x86_64/PKGBUILD
(from rev 83238, gigi/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  gigi/repos/community-i686/PKGBUILD
  gigi/repos/community-testing-i686/
  gigi/repos/community-testing-x86_64/
  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-01-28 16:49:35 UTC (rev 83249)
+++ community-i686/PKGBUILD 2013-01-28 16:49:36 UTC (rev 83250)
@@ -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=14
-_fixedrevision=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 83238, 
gigi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:36 UTC (rev 83250)
@@ -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