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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sun Aug 18 17:24:22 UTC 2013


    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 <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=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 <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=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 <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=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-x86_64/PKGBUILD (from rev 95911, gigi/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-18 17:24:22 UTC (rev 95912)
@@ -0,0 +1,60 @@
+# $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=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:




More information about the arch-commits mailing list