[arch-commits] Commit in cegui/repos (8 files)
Stéphane Gaudreault
stephane at nymeria.archlinux.org
Fri Mar 29 19:32:04 UTC 2013
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 <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>
+
+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 <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>
+
+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-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)
===================================================================
--- 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-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
More information about the arch-commits
mailing list