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

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Jul 8 12:31:42 UTC 2013


    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 <rodseth at gmail.com>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: fana-m <geminin at gmx.net>
-# Contributor: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Manuel Gaul <inkaine at 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 <rodseth at gmail.com>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: fana-m <geminin at gmx.net>
+# Contributor: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Manuel Gaul <inkaine at 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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-07-08 12:31:33 UTC (rev 93685)
+++ community-x86_64/PKGBUILD	2013-07-08 12:31:42 UTC (rev 93686)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: fana-m <geminin at gmx.net>
-# Contributor: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Manuel Gaul <inkaine at 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-x86_64/PKGBUILD (from rev 93685, gigi/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-08 12:31:42 UTC (rev 93686)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: fana-m <geminin at gmx.net>
+# Contributor: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Manuel Gaul <inkaine at 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:




More information about the arch-commits mailing list