[arch-commits] Commit in cegui/repos (8 files)

2014-08-18 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 03:16:15
  Author: fyan
Revision: 117595

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

Added:
  cegui/repos/community-i686/PKGBUILD
(from rev 117594, cegui/trunk/PKGBUILD)
  cegui/repos/community-i686/freetype.patch
(from rev 117594, cegui/trunk/freetype.patch)
  cegui/repos/community-x86_64/PKGBUILD
(from rev 117594, cegui/trunk/PKGBUILD)
  cegui/repos/community-x86_64/freetype.patch
(from rev 117594, cegui/trunk/freetype.patch)
Deleted:
  cegui/repos/community-i686/PKGBUILD
  cegui/repos/community-i686/freetype.patch
  cegui/repos/community-x86_64/PKGBUILD
  cegui/repos/community-x86_64/freetype.patch

-+
 /PKGBUILD   |   96 ++
 /freetype.patch |   28 +++
 community-i686/PKGBUILD |   48 ---
 community-i686/freetype.patch   |   14 -
 community-x86_64/PKGBUILD   |   48 ---
 community-x86_64/freetype.patch |   14 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-19 01:15:49 UTC (rev 117594)
+++ community-i686/PKGBUILD 2014-08-19 01:16:15 UTC (rev 117595)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Juergen Hoetzel juer...@archlinux.org 
-# Contributor: William Rea sillywi...@gmail.com, 
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-
-pkgname=cegui
-pkgver=0.8.4
-_tag=0-8-4
-pkgrel=1
-pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
-arch=('i686' 'x86_64')
-url=http://cegui.org.uk;
-license=(MIT)
-depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
-makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
-optdepends=(python2: python bindings
-ogre: ogre module
-gtk2: gtk2 module
-irrlicht: irrlicht module)
-source=(hg+https://bitbucket.org/cegui/cegui#tag=v${_tag};)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/cegui
-
-  sed -i s/lib64/lib/g CMakeLists.txt
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCEGUI_LIB_INSTALL_DIR=lib \
-  -DCEGUI_BUILD_PYTHON_MODULES=ON \
-  -DPYTHON_EXECUTABLE=/usr/bin/python2
-
-  make
-  make html
-}
-
-package() {
-  cd $srcdir/cegui/build
- 
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: cegui/repos/community-i686/PKGBUILD (from rev 117594, 
cegui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-19 01:16:15 UTC (rev 117595)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgname=cegui
+pkgver=0.8.4
+_tag=0-8-4
+pkgrel=3
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://cegui.org.uk;
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module
+irrlicht: irrlicht module)
+source=(hg+https://bitbucket.org/cegui/cegui#tag=v${_tag};)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/cegui
+
+  sed -i s/lib64/lib/g CMakeLists.txt
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DCEGUI_BUILD_PYTHON_MODULES=ON \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd $srcdir/cegui/build
+ 
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/freetype.patch
===
--- community-i686/freetype.patch   2014-08-19 01:15:49 UTC (rev 117594)
+++ community-i686/freetype.patch   2014-08-19 01:16:15 UTC (rev 117595)
@@ -1,14 +0,0 @@
-diff -r 319182022f9f cmake/FindFreetype.cmake
 a/cmake/FindFreetype.cmake Sat Dec 07 09:00:48 2013 +
-+++ b/cmake/FindFreetype.cmake Tue Dec 17 05:02:30 2013 +0100
-@@ -3,8 +3,8 @@
- 

- include(FindPackageHandleStandardArgs)
- 

[arch-commits] Commit in cegui/repos (8 files)

2014-08-18 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 05:11:14
  Author: fyan
Revision: 117599

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

Added:
  cegui/repos/community-staging-i686/PKGBUILD
(from rev 117598, cegui/trunk/PKGBUILD)
  cegui/repos/community-staging-i686/freetype.patch
(from rev 117598, cegui/trunk/freetype.patch)
  cegui/repos/community-staging-x86_64/PKGBUILD
(from rev 117598, cegui/trunk/PKGBUILD)
  cegui/repos/community-staging-x86_64/freetype.patch
(from rev 117598, cegui/trunk/freetype.patch)
Deleted:
  cegui/repos/community-staging-i686/PKGBUILD
  cegui/repos/community-staging-i686/freetype.patch
  cegui/repos/community-staging-x86_64/PKGBUILD
  cegui/repos/community-staging-x86_64/freetype.patch

-+
 /PKGBUILD   |   96 ++
 /freetype.patch |   28 
 community-staging-i686/PKGBUILD |   48 ---
 community-staging-i686/freetype.patch   |   14 
 community-staging-x86_64/PKGBUILD   |   48 ---
 community-staging-x86_64/freetype.patch |   14 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-19 03:10:44 UTC (rev 117598)
+++ community-staging-i686/PKGBUILD 2014-08-19 03:11:14 UTC (rev 117599)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Juergen Hoetzel juer...@archlinux.org 
-# Contributor: William Rea sillywi...@gmail.com, 
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-
-pkgname=cegui
-pkgver=0.8.4
-_tag=0-8-4
-pkgrel=2
-pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
-arch=('i686' 'x86_64')
-url=http://cegui.org.uk;
-license=(MIT)
-depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
-makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
-optdepends=(python2: python bindings
-ogre: ogre module
-gtk2: gtk2 module
-irrlicht: irrlicht module)
-source=(hg+https://bitbucket.org/cegui/cegui#tag=v${_tag};)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/cegui
-
-  sed -i s/lib64/lib/g CMakeLists.txt
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCEGUI_LIB_INSTALL_DIR=lib \
-  -DCEGUI_BUILD_PYTHON_MODULES=ON \
-  -DPYTHON_EXECUTABLE=/usr/bin/python2
-
-  make
-  make html
-}
-
-package() {
-  cd $srcdir/cegui/build
- 
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: cegui/repos/community-staging-i686/PKGBUILD (from rev 117598, 
cegui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-19 03:11:14 UTC (rev 117599)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgname=cegui
+pkgver=0.8.4
+_tag=0-8-4
+pkgrel=4
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://cegui.org.uk;
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module
+irrlicht: irrlicht module)
+source=(hg+https://bitbucket.org/cegui/cegui#tag=v${_tag};)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/cegui
+
+  sed -i s/lib64/lib/g CMakeLists.txt
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DCEGUI_BUILD_PYTHON_MODULES=ON \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd $srcdir/cegui/build
+ 
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-staging-i686/freetype.patch
===
--- community-staging-i686/freetype.patch   2014-08-19 03:10:44 UTC (rev 
117598)
+++ community-staging-i686/freetype.patch   2014-08-19 03:11:14 UTC (rev 
117599)
@@ -1,14 +0,0 @@
-diff -r 319182022f9f cmake/FindFreetype.cmake
 a/cmake/FindFreetype.cmake Sat Dec 07 09:00:48 2013 +
-+++ b/cmake/FindFreetype.cmake Tue Dec 17 

[arch-commits] Commit in cegui/repos (8 files)

2014-07-08 Thread Sven-Hendrik Haase
Date: Wednesday, July 9, 2014 @ 06:51:26
  Author: svenstaro
Revision: 115341

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

Added:
  cegui/repos/community-i686/PKGBUILD
(from rev 115340, cegui/trunk/PKGBUILD)
  cegui/repos/community-i686/freetype.patch
(from rev 115340, cegui/trunk/freetype.patch)
  cegui/repos/community-x86_64/PKGBUILD
(from rev 115340, cegui/trunk/PKGBUILD)
  cegui/repos/community-x86_64/freetype.patch
(from rev 115340, cegui/trunk/freetype.patch)
Deleted:
  cegui/repos/community-i686/PKGBUILD
  cegui/repos/community-i686/freetype.patch
  cegui/repos/community-x86_64/PKGBUILD
  cegui/repos/community-x86_64/freetype.patch

-+
 /PKGBUILD   |   96 ++
 /freetype.patch |   28 +++
 community-i686/PKGBUILD |   50 ---
 community-i686/freetype.patch   |   14 -
 community-x86_64/PKGBUILD   |   50 ---
 community-x86_64/freetype.patch |   14 -
 6 files changed, 124 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-09 04:51:17 UTC (rev 115340)
+++ community-i686/PKGBUILD 2014-07-09 04:51:26 UTC (rev 115341)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Juergen Hoetzel juer...@archlinux.org 
-# Contributor: William Rea sillywi...@gmail.com, 
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-
-pkgname=cegui
-pkgver=0.8.3
-pkgrel=2
-pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
-arch=('i686' 'x86_64')
-url=http://crayzedsgui.sourceforge.net;
-license=(MIT)
-depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
-makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
-optdepends=(python2: python bindings
-ogre: ogre module
-gtk2: gtk2 module
-irrlicht: irrlicht module)
-source=(hg+ssh://h...@bitbucket.org/cegui/cegui#tag=v0-8-3
-freetype.patch)
-md5sums=('SKIP'
- '4c5f81f109f36718045bb4ba5ba25602')
-
-build() {
-  cd $srcdir/cegui
-
-  patch -Np1  $srcdir/freetype.patch
-  sed -i s/lib64/lib/g CMakeLists.txt
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCEGUI_LIB_INSTALL_DIR=lib \
-  -DCEGUI_BUILD_PYTHON_MODULES=OFF # currently broken :(
-  # -PYTHON_EXECUTABLE=/usr/bin/python2
-
-  make
-  make html
-}
-
-package() {
-  cd $srcdir/cegui/build
- 
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ../doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: cegui/repos/community-i686/PKGBUILD (from rev 115340, 
cegui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-09 04:51:26 UTC (rev 115341)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgname=cegui
+pkgver=0.8.4
+_tag=0-8-4
+pkgrel=1
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://cegui.org.uk;
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module
+irrlicht: irrlicht module)
+source=(hg+https://bitbucket.org/cegui/cegui#tag=v${_tag};)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/cegui
+
+  sed -i s/lib64/lib/g CMakeLists.txt
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DCEGUI_BUILD_PYTHON_MODULES=ON \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd $srcdir/cegui/build
+ 
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/freetype.patch
===
--- community-i686/freetype.patch   2014-07-09 04:51:17 UTC (rev 115340)
+++ community-i686/freetype.patch   2014-07-09 04:51:26 UTC (rev 115341)
@@ -1,14 +0,0 @@
-diff -r 319182022f9f cmake/FindFreetype.cmake
 a/cmake/FindFreetype.cmake Sat Dec 07 09:00:48 2013 +
-+++ b/cmake/FindFreetype.cmake Tue Dec 17 05:02:30 2013 +0100
-@@ -3,8 +3,8 @@
- 

[arch-commits] Commit in cegui/repos (8 files)

2013-12-26 Thread Sven-Hendrik Haase
Date: Thursday, December 26, 2013 @ 12:56:21
  Author: svenstaro
Revision: 103093

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

Added:
  cegui/repos/community-i686/PKGBUILD
(from rev 103092, cegui/trunk/PKGBUILD)
  cegui/repos/community-i686/freetype.patch
(from rev 103092, cegui/trunk/freetype.patch)
  cegui/repos/community-x86_64/PKGBUILD
(from rev 103092, cegui/trunk/PKGBUILD)
  cegui/repos/community-x86_64/freetype.patch
(from rev 103092, cegui/trunk/freetype.patch)
Deleted:
  cegui/repos/community-i686/PKGBUILD
  cegui/repos/community-i686/freetype.patch
  cegui/repos/community-x86_64/PKGBUILD
  cegui/repos/community-x86_64/freetype.patch

-+
 /PKGBUILD   |  100 ++
 /freetype.patch |   28 ++
 community-i686/PKGBUILD |   49 --
 community-i686/freetype.patch   |   14 -
 community-x86_64/PKGBUILD   |   49 --
 community-x86_64/freetype.patch |   14 -
 6 files changed, 128 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-26 11:56:16 UTC (rev 103092)
+++ community-i686/PKGBUILD 2013-12-26 11:56:21 UTC (rev 103093)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Juergen Hoetzel juer...@archlinux.org 
-# Contributor: William Rea sillywi...@gmail.com, 
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-
-pkgname=cegui
-pkgver=0.8.3
-pkgrel=1
-pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
-arch=('i686' 'x86_64')
-url=http://crayzedsgui.sourceforge.net;
-license=(MIT)
-depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
-makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
-optdepends=(python2: python bindings
-ogre: ogre module
-gtk2: gtk2 module
-irrlicht: irrlicht module)
-source=(hg+ssh://h...@bitbucket.org/cegui/cegui#tag=v0-8-3
-freetype.patch)
-md5sums=('SKIP'
- '4c5f81f109f36718045bb4ba5ba25602')
-
-build() {
-  cd $srcdir/cegui
-
-  patch -Np1  $srcdir/freetype.patch
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCEGUI_LIB_INSTALL_DIR=lib \
-  -DCEGUI_BUILD_PYTHON_MODULES=OFF # currently broken :(
-  # -PYTHON_EXECUTABLE=/usr/bin/python2
-
-  make
-  make html
-}
-
-package() {
-  cd $srcdir/cegui/build
- 
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ../doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: cegui/repos/community-i686/PKGBUILD (from rev 103092, 
cegui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-26 11:56:21 UTC (rev 103093)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgname=cegui
+pkgver=0.8.3
+pkgrel=2
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://crayzedsgui.sourceforge.net;
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa' 'mercurial' 'tolua++')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module
+irrlicht: irrlicht module)
+source=(hg+ssh://h...@bitbucket.org/cegui/cegui#tag=v0-8-3
+freetype.patch)
+md5sums=('SKIP'
+ '4c5f81f109f36718045bb4ba5ba25602')
+
+build() {
+  cd $srcdir/cegui
+
+  patch -Np1  $srcdir/freetype.patch
+  sed -i s/lib64/lib/g CMakeLists.txt
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DCEGUI_BUILD_PYTHON_MODULES=OFF # currently broken :(
+  # -PYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd $srcdir/cegui/build
+ 
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ../doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/freetype.patch
===
--- community-i686/freetype.patch   2013-12-26 11:56:16 UTC (rev 103092)
+++ community-i686/freetype.patch   2013-12-26 11:56:21 UTC (rev 103093)
@@ -1,14 +0,0 @@
-diff -r 319182022f9f cmake/FindFreetype.cmake
 a/cmake/FindFreetype.cmake Sat Dec 07 09:00:48 2013 

[arch-commits] Commit in cegui/repos (8 files)

2013-07-13 Thread Sven-Hendrik Haase
Date: Saturday, July 13, 2013 @ 11:51:44
  Author: svenstaro
Revision: 94006

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

Added:
  cegui/repos/community-i686/PKGBUILD
(from rev 94005, cegui/trunk/PKGBUILD)
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch
(from rev 94005, cegui/trunk/cegui-0.7.6-python-detection.patch)
  cegui/repos/community-x86_64/PKGBUILD
(from rev 94005, cegui/trunk/PKGBUILD)
  cegui/repos/community-x86_64/cegui-0.7.6-python-detection.patch
(from rev 94005, cegui/trunk/cegui-0.7.6-python-detection.patch)
Deleted:
  cegui/repos/community-i686/PKGBUILD
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch
  cegui/repos/community-x86_64/PKGBUILD
  cegui/repos/community-x86_64/cegui-0.7.6-python-detection.patch

-+
 /PKGBUILD   |  102 ++
 /cegui-0.7.6-python-detection.patch |   22 +++
 community-i686/PKGBUILD |   51 -
 community-i686/cegui-0.7.6-python-detection.patch   |   11 -
 community-x86_64/PKGBUILD   |   51 -
 community-x86_64/cegui-0.7.6-python-detection.patch |   11 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-13 09:51:24 UTC (rev 94005)
+++ community-i686/PKGBUILD 2013-07-13 09:51:44 UTC (rev 94006)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Juergen Hoetzel juer...@archlinux.org 
-# Contributor: William Rea sillywi...@gmail.com, 
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-
-pkgname=cegui
-pkgver=0.8.2
-pkgrel=1
-pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
-arch=('i686' 'x86_64')
-url=http://crayzedsgui.sourceforge.net;
-license=(MIT)
-depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
-makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht')
-optdepends=(python2: python bindings
-ogre: ogre module
-gtk2: gtk2 module
-irrlicht: irrlicht module)
-source=(http://downloads.sourceforge.net/crayzedsgui/cegui-$pkgver.tar.gz)
-md5sums=('f72951f0cc0374bb2294035cb639bb83')
-
-build() {
-  cd $srcdir/cegui-${pkgver}
-
-  sed -i s/lib64/lib/g CMakeLists.txt
-  sed -i s/lib32/lib/g CMakeLists.txt
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCEGUI_LIB_INSTALL_DIR=lib \
-  -DPYTHON_EXECUTABLE=/usr/bin/python2
-
-  make
-  make html
-}
-
-package() {
-  cd $srcdir/cegui-${pkgver}
- 
-  cd build
-
-  make DESTDIR=${pkgdir} install
-
-  cd ..
-
-  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: cegui/repos/community-i686/PKGBUILD (from rev 94005, 
cegui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-13 09:51:44 UTC (rev 94006)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgname=cegui
+pkgver=0.8.2
+pkgrel=3
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://crayzedsgui.sourceforge.net;
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module
+irrlicht: irrlicht module)
+source=(http://downloads.sourceforge.net/crayzedsgui/cegui-$pkgver.tar.gz)
+md5sums=('f72951f0cc0374bb2294035cb639bb83')
+
+build() {
+  cd $srcdir/cegui-${pkgver}
+
+  sed -i s/lib64/lib/g CMakeLists.txt
+  sed -i s/lib32/lib/g CMakeLists.txt
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd $srcdir/cegui-${pkgver}
+ 
+  cd build
+
+  make DESTDIR=${pkgdir} install
+
+  cd ..
+
+  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/cegui-0.7.6-python-detection.patch
===
--- community-i686/cegui-0.7.6-python-detection.patch   2013-07-13 09:51:24 UTC 
(rev 94005)
+++ community-i686/cegui-0.7.6-python-detection.patch   2013-07-13 09:51:44 UTC 
(rev 94006)
@@ -1,11 +0,0 

[arch-commits] Commit in cegui/repos (8 files)

2013-07-13 Thread Sven-Hendrik Haase
Date: Saturday, July 13, 2013 @ 13:17:17
  Author: svenstaro
Revision: 94011

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

Added:
  cegui/repos/community-testing-i686/PKGBUILD
(from rev 94010, cegui/trunk/PKGBUILD)
  cegui/repos/community-testing-i686/cegui-0.7.6-python-detection.patch
(from rev 94010, cegui/trunk/cegui-0.7.6-python-detection.patch)
  cegui/repos/community-testing-x86_64/PKGBUILD
(from rev 94010, cegui/trunk/PKGBUILD)
  cegui/repos/community-testing-x86_64/cegui-0.7.6-python-detection.patch
(from rev 94010, cegui/trunk/cegui-0.7.6-python-detection.patch)
Deleted:
  cegui/repos/community-testing-i686/PKGBUILD
  cegui/repos/community-testing-i686/cegui-0.7.6-python-detection.patch
  cegui/repos/community-testing-x86_64/PKGBUILD
  cegui/repos/community-testing-x86_64/cegui-0.7.6-python-detection.patch

-+
 /PKGBUILD   |  102 ++
 /cegui-0.7.6-python-detection.patch |   22 ++
 community-testing-i686/PKGBUILD |   51 -
 community-testing-i686/cegui-0.7.6-python-detection.patch   |   11 -
 community-testing-x86_64/PKGBUILD   |   51 -
 community-testing-x86_64/cegui-0.7.6-python-detection.patch |   11 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-07-13 11:17:07 UTC (rev 94010)
+++ community-testing-i686/PKGBUILD 2013-07-13 11:17:17 UTC (rev 94011)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Juergen Hoetzel juer...@archlinux.org 
-# Contributor: William Rea sillywi...@gmail.com, 
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-
-pkgname=cegui
-pkgver=0.8.2
-pkgrel=2
-pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
-arch=('i686' 'x86_64')
-url=http://crayzedsgui.sourceforge.net;
-license=(MIT)
-depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
-makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht')
-optdepends=(python2: python bindings
-ogre: ogre module
-gtk2: gtk2 module
-irrlicht: irrlicht module)
-source=(http://downloads.sourceforge.net/crayzedsgui/cegui-$pkgver.tar.gz)
-md5sums=('f72951f0cc0374bb2294035cb639bb83')
-
-build() {
-  cd $srcdir/cegui-${pkgver}
-
-  sed -i s/lib64/lib/g CMakeLists.txt
-  sed -i s/lib32/lib/g CMakeLists.txt
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCEGUI_LIB_INSTALL_DIR=lib \
-  -DPYTHON_EXECUTABLE=/usr/bin/python2
-
-  make
-  make html
-}
-
-package() {
-  cd $srcdir/cegui-${pkgver}
- 
-  cd build
-
-  make DESTDIR=${pkgdir} install
-
-  cd ..
-
-  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: cegui/repos/community-testing-i686/PKGBUILD (from rev 94010, 
cegui/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-07-13 11:17:17 UTC (rev 94011)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgname=cegui
+pkgver=0.8.2
+pkgrel=4
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://crayzedsgui.sourceforge.net;
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly' 'glfw')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht' 'glm' 'mesa')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module
+irrlicht: irrlicht module)
+source=(http://downloads.sourceforge.net/crayzedsgui/cegui-$pkgver.tar.gz)
+md5sums=('f72951f0cc0374bb2294035cb639bb83')
+
+build() {
+  cd $srcdir/cegui-${pkgver}
+
+  sed -i s/lib64/lib/g CMakeLists.txt
+  sed -i s/lib32/lib/g CMakeLists.txt
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd $srcdir/cegui-${pkgver}
+ 
+  cd build
+
+  make DESTDIR=${pkgdir} install
+
+  cd ..
+
+  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-testing-i686/cegui-0.7.6-python-detection.patch
===
--- 

[arch-commits] Commit in cegui/repos (8 files)

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 17:57:17
  Author: svenstaro
Revision: 93820

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

Added:
  cegui/repos/community-i686/PKGBUILD
(from rev 93819, cegui/trunk/PKGBUILD)
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch
(from rev 93819, cegui/trunk/cegui-0.7.6-python-detection.patch)
  cegui/repos/community-x86_64/PKGBUILD
(from rev 93819, cegui/trunk/PKGBUILD)
  cegui/repos/community-x86_64/cegui-0.7.6-python-detection.patch
(from rev 93819, cegui/trunk/cegui-0.7.6-python-detection.patch)
Deleted:
  cegui/repos/community-i686/PKGBUILD
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch
  cegui/repos/community-x86_64/PKGBUILD
  cegui/repos/community-x86_64/cegui-0.7.6-python-detection.patch

-+
 /PKGBUILD   |  102 ++
 /cegui-0.7.6-python-detection.patch |   22 +++
 community-i686/PKGBUILD |   56 -
 community-i686/cegui-0.7.6-python-detection.patch   |   11 -
 community-x86_64/PKGBUILD   |   56 -
 community-x86_64/cegui-0.7.6-python-detection.patch |   11 -
 6 files changed, 124 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-10 15:57:11 UTC (rev 93819)
+++ community-i686/PKGBUILD 2013-07-10 15:57:17 UTC (rev 93820)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Juergen Hoetzel juer...@archlinux.org 
-# Contributor: William Rea sillywi...@gmail.com, 
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-
-pkgbase=cegui
-pkgname=('cegui' 'cegui-docs')
-pkgver=0.7.9
-pkgrel=3
-pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
-arch=('i686' 'x86_64')
-url=http://crayzedsgui.sourceforge.net;
-#options=('!libtool')
-license=(MIT)
-depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
-makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht')
-optdepends=(python2: python bindings
-ogre: ogre module
-gtk2: gtk2 module
-irrlicht: irrlicht module)
-options=(!libtool)
-source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
-md5sums=('a8b682daf82e383edc169c2e6eb2b321')
-
-build() {
-  cd $srcdir/CEGUI-${pkgver}
-
-  ./bootstrap
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-null-renderer \
---with-gtk2
-
-  make
-}
-
-package_cegui() {
-  cd $srcdir/CEGUI-${pkgver}
- 
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_cegui-docs() {
-  pkgdesc=Documentation for cegui
-  depends=()
-
-  cd $srcdir/CEGUI-${pkgver}
-
-  cd doc/doxygen  doxygen
-  cd ..  make DESTDIR=${pkgdir} install-html
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: cegui/repos/community-i686/PKGBUILD (from rev 93819, 
cegui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-10 15:57:17 UTC (rev 93820)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgname=cegui
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://crayzedsgui.sourceforge.net;
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module
+irrlicht: irrlicht module)
+source=(http://downloads.sourceforge.net/crayzedsgui/cegui-$pkgver.tar.gz)
+md5sums=('f72951f0cc0374bb2294035cb639bb83')
+
+build() {
+  cd $srcdir/cegui-${pkgver}
+
+  sed -i s/lib64/lib/g CMakeLists.txt
+  sed -i s/lib32/lib/g CMakeLists.txt
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd $srcdir/cegui-${pkgver}
+ 
+  cd build
+
+  make DESTDIR=${pkgdir} install
+
+  cd ..
+
+  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/cegui-0.7.6-python-detection.patch
===
--- community-i686/cegui-0.7.6-python-detection.patch   2013-07-10 

[arch-commits] Commit in cegui/repos (8 files)

2013-05-13 Thread Sven-Hendrik Haase
Date: Tuesday, May 14, 2013 @ 00:47:24
  Author: svenstaro
Revision: 90790

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

Added:
  cegui/repos/community-i686/PKGBUILD
(from rev 90789, cegui/trunk/PKGBUILD)
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch
(from rev 90789, cegui/trunk/cegui-0.7.6-python-detection.patch)
  cegui/repos/community-x86_64/PKGBUILD
(from rev 90789, cegui/trunk/PKGBUILD)
  cegui/repos/community-x86_64/cegui-0.7.6-python-detection.patch
(from rev 90789, cegui/trunk/cegui-0.7.6-python-detection.patch)
Deleted:
  cegui/repos/community-i686/PKGBUILD
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch
  cegui/repos/community-x86_64/PKGBUILD
  cegui/repos/community-x86_64/cegui-0.7.6-python-detection.patch

-+
 /PKGBUILD   |  112 ++
 /cegui-0.7.6-python-detection.patch |   22 +++
 community-i686/PKGBUILD |   56 -
 community-i686/cegui-0.7.6-python-detection.patch   |   11 -
 community-x86_64/PKGBUILD   |   56 -
 community-x86_64/cegui-0.7.6-python-detection.patch |   11 -
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-13 22:47:11 UTC (rev 90789)
+++ community-i686/PKGBUILD 2013-05-13 22:47:24 UTC (rev 90790)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Juergen Hoetzel juer...@archlinux.org 
-# Contributor: William Rea sillywi...@gmail.com, 
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-
-pkgbase=cegui
-pkgname=('cegui' 'cegui-docs')
-pkgver=0.7.9
-pkgrel=2
-pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
-arch=('i686' 'x86_64')
-url=http://crayzedsgui.sourceforge.net;
-#options=('!libtool')
-license=(MIT)
-depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
-makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz')
-optdepends=(python2: python bindings
-ogre: ogre module
-gtk2: gtk2 module)
-#irrlicht: irrlicht module) maybe again at some point
-options=(!libtool)
-source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
-md5sums=('a8b682daf82e383edc169c2e6eb2b321')
-
-build() {
-  cd $srcdir/CEGUI-${pkgver}
-
-  ./bootstrap
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-null-renderer \
---with-gtk2
-
-  make
-}
-
-package_cegui() {
-  cd $srcdir/CEGUI-${pkgver}
- 
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_cegui-docs() {
-  pkgdesc=Documentation for cegui
-  depends=()
-
-  cd $srcdir/CEGUI-${pkgver}
-
-  cd doc/doxygen  doxygen
-  cd ..  make DESTDIR=${pkgdir} install-html
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: cegui/repos/community-i686/PKGBUILD (from rev 90789, 
cegui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-13 22:47:24 UTC (rev 90790)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgbase=cegui
+pkgname=('cegui' 'cegui-docs')
+pkgver=0.7.9
+pkgrel=3
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://crayzedsgui.sourceforge.net;
+#options=('!libtool')
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module
+irrlicht: irrlicht module)
+options=(!libtool)
+source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
+md5sums=('a8b682daf82e383edc169c2e6eb2b321')
+
+build() {
+  cd $srcdir/CEGUI-${pkgver}
+
+  ./bootstrap
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-null-renderer \
+--with-gtk2
+
+  make
+}
+
+package_cegui() {
+  cd $srcdir/CEGUI-${pkgver}
+ 
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_cegui-docs() {
+  pkgdesc=Documentation for cegui
+  depends=()
+
+  cd $srcdir/CEGUI-${pkgver}
+
+  cd doc/doxygen  doxygen
+  cd ..  make DESTDIR=${pkgdir} install-html
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: 

[arch-commits] Commit in cegui/repos (8 files)

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

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

Added:
  cegui/repos/community-testing-i686/
  cegui/repos/community-testing-i686/PKGBUILD
(from rev 87277, cegui/repos/community-staging-i686/PKGBUILD)
  cegui/repos/community-testing-i686/cegui-0.7.6-python-detection.patch
(from rev 87277, 
cegui/repos/community-staging-i686/cegui-0.7.6-python-detection.patch)
  cegui/repos/community-testing-x86_64/
  cegui/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, cegui/repos/community-staging-x86_64/PKGBUILD)
  cegui/repos/community-testing-x86_64/cegui-0.7.6-python-detection.patch
(from rev 87277, 
cegui/repos/community-staging-x86_64/cegui-0.7.6-python-detection.patch)
Deleted:
  cegui/repos/community-staging-i686/
  cegui/repos/community-staging-x86_64/

-+
 community-testing-i686/PKGBUILD |   56 ++
 community-testing-i686/cegui-0.7.6-python-detection.patch   |   11 +
 community-testing-x86_64/PKGBUILD   |   56 ++
 community-testing-x86_64/cegui-0.7.6-python-detection.patch |   11 +
 4 files changed, 134 insertions(+)

Copied: cegui/repos/community-testing-i686/PKGBUILD (from rev 87277, 
cegui/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:04 UTC (rev 87282)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgbase=cegui
+pkgname=('cegui' 'cegui-docs')
+pkgver=0.7.9
+pkgrel=2
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://crayzedsgui.sourceforge.net;
+#options=('!libtool')
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module)
+#irrlicht: irrlicht module) maybe again at some point
+options=(!libtool)
+source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
+md5sums=('a8b682daf82e383edc169c2e6eb2b321')
+
+build() {
+  cd $srcdir/CEGUI-${pkgver}
+
+  ./bootstrap
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-null-renderer \
+--with-gtk2
+
+  make
+}
+
+package_cegui() {
+  cd $srcdir/CEGUI-${pkgver}
+ 
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_cegui-docs() {
+  pkgdesc=Documentation for cegui
+  depends=()
+
+  cd $srcdir/CEGUI-${pkgver}
+
+  cd doc/doxygen  doxygen
+  cd ..  make DESTDIR=${pkgdir} install-html
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: cegui/repos/community-testing-i686/cegui-0.7.6-python-detection.patch 
(from rev 87277, 
cegui/repos/community-staging-i686/cegui-0.7.6-python-detection.patch)
===
--- community-testing-i686/cegui-0.7.6-python-detection.patch   
(rev 0)
+++ community-testing-i686/cegui-0.7.6-python-detection.patch   2013-03-29 
19:32:04 UTC (rev 87282)
@@ -0,0 +1,11 @@
+--- acinclude.m4.original  2012-01-24 10:42:16.066632295 +0100
 acinclude.m4   2012-01-24 10:43:15.800274030 +0100
+@@ -1411,7 +1411,7 @@
+ if test x$ax_python_bin != x; then
+AC_CHECK_LIB($ax_python_bin, main, ax_python_lib=$ax_python_bin, 
ax_python_lib=no)
+AC_CHECK_HEADER([$ax_python_bin/Python.h],
+-   [[ax_python_header=`locate $ax_python_bin/Python.h | sed -e 
s,/Python.h,,`]],
++   [[ax_python_header=/usr/include/$ax_python_bin]],
+ax_python_header=no)
+if test x$ax_python_lib != xno; then
+  if test x$ax_python_header != xno; then

Copied: cegui/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
cegui/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:04 UTC (rev 87282)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgbase=cegui
+pkgname=('cegui' 'cegui-docs')
+pkgver=0.7.9
+pkgrel=2
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')

[arch-commits] Commit in cegui/repos (8 files)

2013-02-18 Thread Sven-Hendrik Haase
Date: Monday, February 18, 2013 @ 17:22:44
  Author: svenstaro
Revision: 84404

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

Added:
  cegui/repos/community-i686/PKGBUILD
(from rev 84403, cegui/trunk/PKGBUILD)
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch
(from rev 84403, cegui/trunk/cegui-0.7.6-python-detection.patch)
  cegui/repos/community-x86_64/PKGBUILD
(from rev 84403, cegui/trunk/PKGBUILD)
  cegui/repos/community-x86_64/cegui-0.7.6-python-detection.patch
(from rev 84403, cegui/trunk/cegui-0.7.6-python-detection.patch)
Deleted:
  cegui/repos/community-i686/PKGBUILD
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch
  cegui/repos/community-x86_64/PKGBUILD
  cegui/repos/community-x86_64/cegui-0.7.6-python-detection.patch

-+
 community-i686/PKGBUILD |  112 +-
 community-i686/cegui-0.7.6-python-detection.patch   |   22 +--
 community-x86_64/PKGBUILD   |  112 +-
 community-x86_64/cegui-0.7.6-python-detection.patch |   22 +--
 4 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-18 13:25:20 UTC (rev 84403)
+++ community-i686/PKGBUILD 2013-02-18 16:22:44 UTC (rev 84404)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Juergen Hoetzel juer...@archlinux.org 
-# Contributor: William Rea sillywi...@gmail.com, 
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-
-pkgbase=cegui
-pkgname=('cegui' 'cegui-docs')
-pkgver=0.7.9
-pkgrel=1
-pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
-arch=('i686' 'x86_64')
-url=http://crayzedsgui.sourceforge.net;
-#options=('!libtool')
-license=(MIT)
-depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
-makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz')
-optdepends=(python2: python bindings
-ogre: ogre module
-gtk2: gtk2 module)
-#irrlicht: irrlicht module) maybe again at some point
-options=(!libtool)
-source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
-md5sums=('a8b682daf82e383edc169c2e6eb2b321')
-
-build() {
-  cd $srcdir/CEGUI-${pkgver}
-
-  ./bootstrap
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-null-renderer \
---with-gtk2
-
-  make
-}
-
-package_cegui() {
-  cd $srcdir/CEGUI-${pkgver}
- 
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_cegui-docs() {
-  pkgdesc=Documentation for cegui
-  depends=()
-
-  cd $srcdir/CEGUI-${pkgver}
-
-  cd doc/doxygen  doxygen
-  cd ..  make DESTDIR=${pkgdir} install-html
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: cegui/repos/community-i686/PKGBUILD (from rev 84403, 
cegui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-18 16:22:44 UTC (rev 84404)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgbase=cegui
+pkgname=('cegui' 'cegui-docs')
+pkgver=0.7.9
+pkgrel=1
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://crayzedsgui.sourceforge.net;
+#options=('!libtool')
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module)
+#irrlicht: irrlicht module) maybe again at some point
+options=(!libtool)
+source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
+md5sums=('a8b682daf82e383edc169c2e6eb2b321')
+
+build() {
+  cd $srcdir/CEGUI-${pkgver}
+
+  ./bootstrap
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-null-renderer \
+--with-gtk2
+
+  make
+}
+
+package_cegui() {
+  cd $srcdir/CEGUI-${pkgver}
+ 
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_cegui-docs() {
+  pkgdesc=Documentation for cegui
+  depends=()
+
+  cd $srcdir/CEGUI-${pkgver}
+
+  cd doc/doxygen  doxygen
+  cd ..  make DESTDIR=${pkgdir} install-html
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/cegui-0.7.6-python-detection.patch
===
---