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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sat Jul 13 11:17:17 UTC 2013


    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 <sh at lutzhaase.com>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org> 
-# Contributor: William Rea <sillywilly at gmail.com>, 
-# Contributor: Bjorn Lindeijer <bjorn at 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 <sh at lutzhaase.com>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org> 
+# Contributor: William Rea <sillywilly at gmail.com>, 
+# Contributor: Bjorn Lindeijer <bjorn at 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
===================================================================
--- community-testing-i686/cegui-0.7.6-python-detection.patch	2013-07-13 11:17:07 UTC (rev 94010)
+++ community-testing-i686/cegui-0.7.6-python-detection.patch	2013-07-13 11:17:17 UTC (rev 94011)
@@ -1,11 +0,0 @@
---- 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-i686/cegui-0.7.6-python-detection.patch (from rev 94010, cegui/trunk/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-07-13 11:17:17 UTC (rev 94011)
@@ -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

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2013-07-13 11:17:07 UTC (rev 94010)
+++ community-testing-x86_64/PKGBUILD	2013-07-13 11:17:17 UTC (rev 94011)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org> 
-# Contributor: William Rea <sillywilly at gmail.com>, 
-# Contributor: Bjorn Lindeijer <bjorn at 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-x86_64/PKGBUILD (from rev 94010, cegui/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-07-13 11:17:17 UTC (rev 94011)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org> 
+# Contributor: William Rea <sillywilly at gmail.com>, 
+# Contributor: Bjorn Lindeijer <bjorn at 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-x86_64/cegui-0.7.6-python-detection.patch
===================================================================
--- community-testing-x86_64/cegui-0.7.6-python-detection.patch	2013-07-13 11:17:07 UTC (rev 94010)
+++ community-testing-x86_64/cegui-0.7.6-python-detection.patch	2013-07-13 11:17:17 UTC (rev 94011)
@@ -1,11 +0,0 @@
---- 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/cegui-0.7.6-python-detection.patch (from rev 94010, cegui/trunk/cegui-0.7.6-python-detection.patch)
===================================================================
--- community-testing-x86_64/cegui-0.7.6-python-detection.patch	                        (rev 0)
+++ community-testing-x86_64/cegui-0.7.6-python-detection.patch	2013-07-13 11:17:17 UTC (rev 94011)
@@ -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




More information about the arch-commits mailing list