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

2017-09-06 Thread Sven-Hendrik Haase
Date: Wednesday, September 6, 2017 @ 10:10:10
  Author: svenstaro
Revision: 256040

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

Added:
  ogre/repos/community-i686/PKGBUILD
(from rev 256039, ogre/trunk/PKGBUILD)
  ogre/repos/community-i686/ogre.install
(from rev 256039, ogre/trunk/ogre.install)
  ogre/repos/community-x86_64/PKGBUILD
(from rev 256039, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 256039, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-i686/PKGBUILD
  ogre/repos/community-i686/ogre.install
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

---+
 /PKGBUILD |  162 
 /ogre.install |8 +
 community-i686/PKGBUILD   |   81 
 community-i686/ogre.install   |4 
 community-x86_64/PKGBUILD |   81 
 community-x86_64/ogre.install |4 
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-06 10:09:58 UTC (rev 256039)
+++ community-i686/PKGBUILD 2017-09-06 10:10:10 UTC (rev 256040)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.10.7
-pkgrel=1
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
- 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
-install=ogre.install
-source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};)
-sha512sums=('SKIP')
-
-build() {
-  cd ogre
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DOGRE_BUILD_DEPENDENCIES=FALSE \
--DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'python: python bindings'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-
-  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s /usr/share/doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 256039, 
ogre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-06 10:10:10 UTC (rev 256040)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.10.8
+pkgrel=1
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};)
+sha512sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DOGRE_BUILD_DEPENDENCIES=FALSE \
+-DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+  make OgreDoc
+}
+
+package_ogre() {
+  

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

2017-08-11 Thread Sven-Hendrik Haase
Date: Friday, August 11, 2017 @ 08:52:55
  Author: svenstaro
Revision: 249816

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

Added:
  ogre/repos/community-i686/PKGBUILD
(from rev 249815, ogre/trunk/PKGBUILD)
  ogre/repos/community-i686/ogre.install
(from rev 249815, ogre/trunk/ogre.install)
  ogre/repos/community-x86_64/PKGBUILD
(from rev 249815, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 249815, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-i686/PKGBUILD
  ogre/repos/community-i686/ogre.install
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

---+
 /PKGBUILD |  162 
 /ogre.install |8 +
 community-i686/PKGBUILD   |   81 
 community-i686/ogre.install   |4 
 community-x86_64/PKGBUILD |   81 
 community-x86_64/ogre.install |4 
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-11 08:52:38 UTC (rev 249815)
+++ community-i686/PKGBUILD 2017-08-11 08:52:55 UTC (rev 249816)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.10.5
-pkgrel=2
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
- 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
-install=ogre.install
-source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};)
-sha512sums=('SKIP')
-
-build() {
-  cd ogre
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DOGRE_BUILD_DEPENDENCIES=FALSE \
--DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'python: python bindings'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-
-  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s /usr/share/doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 249815, 
ogre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-11 08:52:55 UTC (rev 249816)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.10.7
+pkgrel=1
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};)
+sha512sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DOGRE_BUILD_DEPENDENCIES=FALSE \
+-DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+  make OgreDoc
+}
+
+package_ogre() {
+  

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

2017-07-14 Thread Sven-Hendrik Haase
Date: Friday, July 14, 2017 @ 14:28:39
  Author: svenstaro
Revision: 245102

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

Added:
  ogre/repos/community-i686/PKGBUILD
(from rev 245101, ogre/trunk/PKGBUILD)
  ogre/repos/community-i686/ogre.install
(from rev 245101, ogre/trunk/ogre.install)
  ogre/repos/community-x86_64/PKGBUILD
(from rev 245101, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 245101, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-i686/PKGBUILD
  ogre/repos/community-i686/ogre.install
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

---+
 /PKGBUILD |  162 
 /ogre.install |8 +
 community-i686/PKGBUILD   |   81 
 community-i686/ogre.install   |4 
 community-x86_64/PKGBUILD |   81 
 community-x86_64/ogre.install |4 
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-14 14:28:29 UTC (rev 245101)
+++ community-i686/PKGBUILD 2017-07-14 14:28:39 UTC (rev 245102)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.10.5
-pkgrel=1
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
- 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
-install=ogre.install
-source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};)
-sha512sums=('SKIP')
-
-build() {
-  cd ogre
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DOGRE_BUILD_DEPENDENCIES=FALSE \
--DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'python: python bindings'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-
-  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s /usr/share/doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 245101, 
ogre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-14 14:28:39 UTC (rev 245102)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.10.5
+pkgrel=2
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};)
+sha512sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DOGRE_BUILD_DEPENDENCIES=FALSE \
+-DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+  make OgreDoc
+}
+
+package_ogre() {
+  

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

2017-07-14 Thread Sven-Hendrik Haase
Date: Friday, July 14, 2017 @ 13:47:39
  Author: svenstaro
Revision: 245092

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

Added:
  ogre/repos/community-i686/PKGBUILD
(from rev 245091, ogre/trunk/PKGBUILD)
  ogre/repos/community-i686/ogre.install
(from rev 245091, ogre/trunk/ogre.install)
  ogre/repos/community-x86_64/PKGBUILD
(from rev 245091, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 245091, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-i686/PKGBUILD
  ogre/repos/community-i686/ogre.install
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

---+
 /PKGBUILD |  162 
 /ogre.install |8 +
 community-i686/PKGBUILD   |   81 
 community-i686/ogre.install   |4 
 community-x86_64/PKGBUILD |   81 
 community-x86_64/ogre.install |4 
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-14 13:46:15 UTC (rev 245091)
+++ community-i686/PKGBUILD 2017-07-14 13:47:39 UTC (rev 245092)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.10.5
-pkgrel=1
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
- 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
-install=ogre.install
-source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};)
-sha512sums=('SKIP')
-
-build() {
-  cd ogre
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DOGRE_BUILD_DEPENDENCIES=FALSE \
--DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'python: python bindings'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-
-  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s /usr/share/doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 245091, 
ogre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-14 13:47:39 UTC (rev 245092)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.10.5
+pkgrel=1
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};)
+sha512sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DOGRE_BUILD_DEPENDENCIES=FALSE \
+-DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+  make OgreDoc
+}
+
+package_ogre() {
+  

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

2017-06-06 Thread Sven-Hendrik Haase
Date: Tuesday, June 6, 2017 @ 11:27:53
  Author: svenstaro
Revision: 234935

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

Added:
  ogre/repos/community-i686/PKGBUILD
(from rev 234934, ogre/trunk/PKGBUILD)
  ogre/repos/community-i686/ogre.install
(from rev 234934, ogre/trunk/ogre.install)
  ogre/repos/community-x86_64/PKGBUILD
(from rev 234934, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 234934, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-i686/PKGBUILD
  ogre/repos/community-i686/ogre.install
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

---+
 /PKGBUILD |  162 
 /ogre.install |8 +
 community-i686/PKGBUILD   |   81 
 community-i686/ogre.install   |4 
 community-x86_64/PKGBUILD |   81 
 community-x86_64/ogre.install |4 
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-06 11:27:36 UTC (rev 234934)
+++ community-i686/PKGBUILD 2017-06-06 11:27:53 UTC (rev 234935)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.10.4
-pkgrel=5
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
- 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
-install=ogre.install
-source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};)
-sha512sums=('SKIP')
-
-build() {
-  cd ogre
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DOGRE_BUILD_DEPENDENCIES=FALSE \
--DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'python: python bindings'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-
-  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s /usr/share/doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 234934, 
ogre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-06 11:27:53 UTC (rev 234935)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.10.5
+pkgrel=1
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};)
+sha512sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DOGRE_BUILD_DEPENDENCIES=FALSE \
+-DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+  make OgreDoc
+}
+
+package_ogre() {
+  

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

2017-05-10 Thread Sven-Hendrik Haase
Date: Thursday, May 11, 2017 @ 03:16:39
  Author: svenstaro
Revision: 227741

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

Added:
  ogre/repos/community-i686/PKGBUILD
(from rev 227740, ogre/trunk/PKGBUILD)
  ogre/repos/community-i686/ogre.install
(from rev 227740, ogre/trunk/ogre.install)
  ogre/repos/community-x86_64/PKGBUILD
(from rev 227740, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 227740, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-i686/PKGBUILD
  ogre/repos/community-i686/ogre.install
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

---+
 /PKGBUILD |  162 
 /ogre.install |8 +
 community-i686/PKGBUILD   |   81 
 community-i686/ogre.install   |4 
 community-x86_64/PKGBUILD |   81 
 community-x86_64/ogre.install |4 
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-11 03:16:26 UTC (rev 227740)
+++ community-i686/PKGBUILD 2017-05-11 03:16:39 UTC (rev 227741)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.10.4
-pkgrel=3
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
-install=ogre.install
-source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};)
-sha512sums=('SKIP')
-
-build() {
-  cd ogre
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DOGRE_BUILD_DEPENDENCIES=FALSE \
--DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'python: python bindings'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-
-  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s /usr/share/doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 227740, 
ogre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-11 03:16:39 UTC (rev 227741)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.10.4
+pkgrel=4
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};)
+sha512sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DOGRE_BUILD_DEPENDENCIES=FALSE \
+-DOGRE_BUILD_COMPONENT_PYTHON=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+  make OgreDoc
+}
+
+package_ogre() {
+  

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

2017-05-10 Thread Sven-Hendrik Haase
Date: Wednesday, May 10, 2017 @ 09:32:45
  Author: svenstaro
Revision: 227673

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

Added:
  ogre/repos/community-i686/PKGBUILD
(from rev 227672, ogre/trunk/PKGBUILD)
  ogre/repos/community-i686/ogre.install
(from rev 227672, ogre/trunk/ogre.install)
  ogre/repos/community-x86_64/PKGBUILD
(from rev 227672, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 227672, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-i686/PKGBUILD
  ogre/repos/community-i686/ogre.install
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

---+
 /PKGBUILD |  162 
 /ogre.install |8 +
 community-i686/PKGBUILD   |   81 
 community-i686/ogre.install   |4 
 community-x86_64/PKGBUILD |   81 
 community-x86_64/ogre.install |4 
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-10 09:32:23 UTC (rev 227672)
+++ community-i686/PKGBUILD 2017-05-10 09:32:45 UTC (rev 227673)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.10.4
-pkgrel=2
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
-install=ogre.install
-source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};
-
ogre-cmake30.patch::https://bitbucket.org/sinbad/ogre/commits/d84bce645d3dd439188d3d29d8da51c51765a085/raw/)
-sha512sums=('SKIP'
-
'1130544e532d77d7fe31dbd09fe7980716e2497a309c35fa12663450838be393bdf329696d4411e5644e03e328cd8772fb9becb7be5f6a87bd54c296d90b75b7')
-
-build() {
-  cd ogre
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DOGRE_BUILD_DEPENDENCIES=FALSE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-
-  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s /usr/share/doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 227672, 
ogre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-10 09:32:45 UTC (rev 227673)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.10.4
+pkgrel=3
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial' 'python' 'swig')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};)
+sha512sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+

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

2017-04-30 Thread Sven-Hendrik Haase
Date: Sunday, April 30, 2017 @ 17:08:22
  Author: svenstaro
Revision: 226370

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

Added:
  ogre/repos/community-i686/PKGBUILD
(from rev 226369, ogre/trunk/PKGBUILD)
  ogre/repos/community-i686/ogre.install
(from rev 226369, ogre/trunk/ogre.install)
  ogre/repos/community-x86_64/PKGBUILD
(from rev 226369, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 226369, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-i686/PKGBUILD
  ogre/repos/community-i686/ogre.install
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

---+
 /PKGBUILD |  162 
 /ogre.install |8 +
 community-i686/PKGBUILD   |   90 --
 community-i686/ogre.install   |4 
 community-x86_64/PKGBUILD |   90 --
 community-x86_64/ogre.install |4 
 6 files changed, 170 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-30 17:08:12 UTC (rev 226369)
+++ community-i686/PKGBUILD 2017-04-30 17:08:22 UTC (rev 226370)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.10.4
-pkgrel=1
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
-install=ogre.install
-source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};
-
ogre-cmake30.patch::https://bitbucket.org/sinbad/ogre/commits/d84bce645d3dd439188d3d29d8da51c51765a085/raw/)
-sha512sums=('SKIP'
-
'1130544e532d77d7fe31dbd09fe7980716e2497a309c35fa12663450838be393bdf329696d4411e5644e03e328cd8772fb9becb7be5f6a87bd54c296d90b75b7')
-
-prepare() {
-  cd ogre
-
-  patch -Np1 < $srcdir/ogre-cmake30.patch
-}
-
-build() {
-  cd ogre
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  # Silence warnings about deprecated declarations
-  CXXFLAGS+=' -Wno-deprecated-declarations'
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-
-  install -Dm644 ../COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s /usr/share/doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 226369, 
ogre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-30 17:08:22 UTC (rev 226370)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.10.4
+pkgrel=2
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};
+
ogre-cmake30.patch::https://bitbucket.org/sinbad/ogre/commits/d84bce645d3dd439188d3d29d8da51c51765a085/raw/)
+sha512sums=('SKIP'
+

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

2017-04-27 Thread Sven-Hendrik Haase
Date: Friday, April 28, 2017 @ 05:56:46
  Author: svenstaro
Revision: 226143

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

Added:
  ogre/repos/community-i686/PKGBUILD
(from rev 226142, ogre/trunk/PKGBUILD)
  ogre/repos/community-i686/ogre.install
(from rev 226142, ogre/trunk/ogre.install)
  ogre/repos/community-x86_64/PKGBUILD
(from rev 226142, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 226142, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-i686/PKGBUILD
  ogre/repos/community-i686/ogre.install
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

---+
 /PKGBUILD |  180 
 /ogre.install |8 +
 community-i686/PKGBUILD   |   93 
 community-i686/ogre.install   |4 
 community-x86_64/PKGBUILD |   93 
 community-x86_64/ogre.install |4 
 6 files changed, 188 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-28 05:56:36 UTC (rev 226142)
+++ community-i686/PKGBUILD 2017-04-28 05:56:46 UTC (rev 226143)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.9.0
-pkgrel=16
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
-install=ogre.install
-source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};
-
ogre-template-fix.patch::https://bitbucket.org/sinbad/ogre/commits/a24ac4afbbb9dc5ff49a61634af50da11ba8fb97/raw/
-
ogre-cmake30.patch::https://bitbucket.org/sinbad/ogre/commits/d84bce645d3dd439188d3d29d8da51c51765a085/raw/)
-md5sums=('SKIP'
- '3debee4514a33a0a642370aecdc41975'
- '116fb8009c8d4b499f9a885052cc0ea6')
-
-prepare() {
-  cd ogre
-
-  patch -Np1 < $srcdir/ogre-template-fix.patch
-  patch -Np1 < $srcdir/ogre-cmake30.patch
-}
-
-build() {
-  cd ogre
-
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  # Silence warnings about deprecated declarations
-  CXXFLAGS+=' -Wno-deprecated-declarations'
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-  
-  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s /usr/share/doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 226142, 
ogre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-28 05:56:46 UTC (rev 226143)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.10.4
+pkgrel=1
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr'
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=("hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};
+

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

2014-05-03 Thread Sven-Hendrik Haase
Date: Sunday, May 4, 2014 @ 03:50:47
  Author: svenstaro
Revision: 110593

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

Added:
  ogre/repos/community-i686/PKGBUILD
(from rev 110592, ogre/trunk/PKGBUILD)
  ogre/repos/community-i686/ogre.install
(from rev 110592, ogre/trunk/ogre.install)
  ogre/repos/community-x86_64/PKGBUILD
(from rev 110592, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 110592, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-i686/PKGBUILD
  ogre/repos/community-i686/ogre.install
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

---+
 /PKGBUILD |  158 
 /ogre.install |8 ++
 community-i686/PKGBUILD   |   79 
 community-i686/ogre.install   |4 -
 community-x86_64/PKGBUILD |   79 
 community-x86_64/ogre.install |4 -
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-04 01:50:39 UTC (rev 110592)
+++ community-i686/PKGBUILD 2014-05-04 01:50:47 UTC (rev 110593)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.9.0
-pkgrel=5
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
-install=ogre.install
-source=(hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-})
-md5sums=('SKIP')
-
-build() {
-  cd ogre
-
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo #!/bin/bash  ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo cd /opt/OGRE/samples  ./SampleBrowser  
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-  
-  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc=Documentation for ogre
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 110592, 
ogre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-04 01:50:47 UTC (rev 110593)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=6
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=(hg+http://bitbucket.org/sinbad/ogre#tag=v${pkgver//./-};)
+md5sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+
+  make OgreDoc
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+  'intel-tbb: better threading support'
+  'poco: portability'
+  'boost: for developing using ogre'
+  'ogre-docs: documentation')
+
+  cd ogre/build
+
+  make DESTDIR=${pkgdir} 

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

2014-03-27 Thread Sven-Hendrik Haase
Date: Friday, March 28, 2014 @ 06:39:25
  Author: svenstaro
Revision: 108535

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

Added:
  ogre/repos/community-i686/PKGBUILD
(from rev 108534, ogre/trunk/PKGBUILD)
  ogre/repos/community-i686/ogre.install
(from rev 108534, ogre/trunk/ogre.install)
  ogre/repos/community-x86_64/PKGBUILD
(from rev 108534, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 108534, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-i686/PKGBUILD
  ogre/repos/community-i686/ogre.install
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

---+
 /PKGBUILD |  158 
 /ogre.install |8 ++
 community-i686/PKGBUILD   |   79 
 community-i686/ogre.install   |4 -
 community-x86_64/PKGBUILD |   79 
 community-x86_64/ogre.install |4 -
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-28 05:39:15 UTC (rev 108534)
+++ community-i686/PKGBUILD 2014-03-28 05:39:25 UTC (rev 108535)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.9.0
-pkgrel=3
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
-install=ogre.install
-source=(hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-})
-md5sums=('SKIP')
-
-build() {
-  cd ogre
-
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo #!/bin/bash  ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo cd /opt/OGRE/samples  ./SampleBrowser  
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-  
-  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc=Documentation for ogre
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 108534, 
ogre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-28 05:39:25 UTC (rev 108535)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=5
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=(hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-})
+md5sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+
+  make OgreDoc
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+  'intel-tbb: better threading support'
+  'poco: portability'
+  'boost: for developing using ogre'
+  'ogre-docs: documentation')
+
+  cd ogre/build
+
+  make 

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

2014-03-26 Thread Sven-Hendrik Haase
Date: Thursday, March 27, 2014 @ 02:34:43
  Author: svenstaro
Revision: 108355

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

Added:
  ogre/repos/community-i686/PKGBUILD
(from rev 108354, ogre/trunk/PKGBUILD)
  ogre/repos/community-i686/ogre.install
(from rev 108354, ogre/trunk/ogre.install)
  ogre/repos/community-x86_64/PKGBUILD
(from rev 108354, ogre/trunk/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 108354, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-i686/PKGBUILD
  ogre/repos/community-i686/ogre.install
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

---+
 /PKGBUILD |  158 
 /ogre.install |8 ++
 community-i686/PKGBUILD   |   79 
 community-i686/ogre.install   |4 -
 community-x86_64/PKGBUILD |   79 
 community-x86_64/ogre.install |4 -
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-27 01:34:36 UTC (rev 108354)
+++ community-i686/PKGBUILD 2014-03-27 01:34:43 UTC (rev 108355)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.9.0
-pkgrel=4
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
-install=ogre.install
-source=(hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-})
-md5sums=('SKIP')
-
-build() {
-  cd ogre
-
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo #!/bin/bash  ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo cd /opt/OGRE/samples  ./SampleBrowser  
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-  
-  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc=Documentation for ogre
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 108354, 
ogre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-27 01:34:43 UTC (rev 108355)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=3
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=(hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-})
+md5sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+
+  make OgreDoc
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+  'intel-tbb: better threading support'
+  'poco: portability'
+  'boost: for developing using ogre'
+  'ogre-docs: documentation')
+
+  cd ogre/build
+
+  make 

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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 16:07:58
  Author: svenstaro
Revision: 101886

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

Added:
  ogre/repos/community-staging-i686/PKGBUILD
(from rev 101885, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-i686/ogre.install
(from rev 101885, ogre/trunk/ogre.install)
  ogre/repos/community-staging-x86_64/PKGBUILD
(from rev 101885, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-x86_64/ogre.install
(from rev 101885, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-staging-i686/PKGBUILD
  ogre/repos/community-staging-i686/ogre.install
  ogre/repos/community-staging-x86_64/PKGBUILD
  ogre/repos/community-staging-x86_64/ogre.install

---+
 /PKGBUILD |  158 
 /ogre.install |8 +
 community-staging-i686/PKGBUILD   |   79 
 community-staging-i686/ogre.install   |4 
 community-staging-x86_64/PKGBUILD |   79 
 community-staging-x86_64/ogre.install |4 
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-12-02 14:57:32 UTC (rev 101885)
+++ community-staging-i686/PKGBUILD 2013-12-02 15:07:58 UTC (rev 101886)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.9.0
-pkgrel=3
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
-install=ogre.install
-source=(hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-})
-md5sums=('SKIP')
-
-build() {
-  cd ogre
-
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DCMAKE_BUILD_TYPE=RelWithDebInfo
-
-  make
-
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo #!/bin/bash  ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo cd /opt/OGRE/samples  ./SampleBrowser  
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-  
-  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc=Documentation for ogre
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-staging-i686/PKGBUILD (from rev 101885, 
ogre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-02 15:07:58 UTC (rev 101886)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=4
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=(hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-})
+md5sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+
+  make OgreDoc
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+  'intel-tbb: better threading support'

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

2013-12-01 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 04:50:57
  Author: svenstaro
Revision: 101839

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

Added:
  ogre/repos/community-staging-i686/PKGBUILD
(from rev 101838, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-i686/ogre.install
(from rev 101838, ogre/trunk/ogre.install)
  ogre/repos/community-staging-x86_64/PKGBUILD
(from rev 101838, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-x86_64/ogre.install
(from rev 101838, ogre/trunk/ogre.install)
Deleted:
  ogre/repos/community-staging-i686/PKGBUILD
  ogre/repos/community-staging-i686/ogre.install
  ogre/repos/community-staging-x86_64/PKGBUILD
  ogre/repos/community-staging-x86_64/ogre.install

---+
 /PKGBUILD |  158 
 /ogre.install |8 +
 community-staging-i686/PKGBUILD   |   79 
 community-staging-i686/ogre.install   |4 
 community-staging-x86_64/PKGBUILD |   79 
 community-staging-x86_64/ogre.install |4 
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-12-02 03:50:50 UTC (rev 101838)
+++ community-staging-i686/PKGBUILD 2013-12-02 03:50:57 UTC (rev 101839)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.9.0
-pkgrel=2
-pkgdesc='Scene-oriented, flexible 3D engine written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
-install=ogre.install
-source=(hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-})
-md5sums=('SKIP')
-
-build() {
-  cd ogre
-
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DOGRE_INSTALL_SAMPLES=TRUE \
--DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-
-  make OgreDoc
-}
-
-package_ogre() {
-  optdepends=('cppunit: unit testing'
-  'intel-tbb: better threading support'
-  'poco: portability'
-  'boost: for developing using ogre'
-  'ogre-docs: documentation')
-
-  cd ogre/build
-
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  #install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  #mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  #mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo #!/bin/bash  ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo cd /opt/OGRE/samples  ./SampleBrowser  
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-  
-  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc=Documentation for ogre
-  depends=()
-
-  cd ogre/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-staging-i686/PKGBUILD (from rev 101838, 
ogre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-02 03:50:57 UTC (rev 101839)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.9.0
+pkgrel=3
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu' 'tinyxml')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 
'mercurial')
+install=ogre.install
+source=(hg+ssh://h...@bitbucket.org/sinbad/ogre#tag=v${pkgver//./-})
+md5sums=('SKIP')
+
+build() {
+  cd ogre
+
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DCMAKE_BUILD_TYPE=RelWithDebInfo
+
+  make
+
+  make OgreDoc
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+  'intel-tbb: better threading 

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

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

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

Added:
  ogre/repos/community-testing-i686/
  ogre/repos/community-testing-i686/PKGBUILD
(from rev 87277, ogre/repos/community-staging-i686/PKGBUILD)
  ogre/repos/community-testing-i686/ogre.install
(from rev 87277, ogre/repos/community-staging-i686/ogre.install)
  ogre/repos/community-testing-x86_64/
  ogre/repos/community-testing-x86_64/PKGBUILD
(from rev 87277, ogre/repos/community-staging-x86_64/PKGBUILD)
  ogre/repos/community-testing-x86_64/ogre.install
(from rev 87277, ogre/repos/community-staging-x86_64/ogre.install)
Deleted:
  ogre/repos/community-staging-i686/
  ogre/repos/community-staging-x86_64/

---+
 community-testing-i686/PKGBUILD   |   89 
 community-testing-i686/ogre.install   |4 +
 community-testing-x86_64/PKGBUILD |   89 
 community-testing-x86_64/ogre.install |4 +
 4 files changed, 186 insertions(+)

Copied: ogre/repos/community-testing-i686/PKGBUILD (from rev 87277, 
ogre/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:23 UTC (rev 87300)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.8.1
+pkgrel=4
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
+install=ogre.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}_src_v${pkgver//./-}.tar.bz2;)
+md5sums=('b85e3dcf370a46b3a8624d4fdd722d39')
+
+build() {
+  cd ${srcdir}/${pkgname}_src_v${pkgver//./-}
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_PLUGINS_HEADERS=TRUE \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_MEDIA=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
+
+  # compile
+  make
+
+  # generate docs
+  if [[ $(which dot)  $(which doxygen) ]]; then
+make doc
+  fi
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+ 'intel-tbb: better threading support'
+ 'poco: portability'
+ 'boost: for developing using ogre'
+ 'ogre-docs: documentation')
+
+  cd ${srcdir}/${pkgname}_src_v${pkgver//./-}/build
+
+  # install the bugger
+  make DESTDIR=${pkgdir} install
+
+  # fix up samples
+  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
+  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
+  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
+
+  # make sample launcher
+  echo #!/bin/bash  ${pkgdir}/usr/bin/OgreSampleBrowser
+  echo cd /opt/OGRE/samples  ./SampleBrowser  
${pkgdir}/usr/bin/OgreSampleBrowser
+  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
+  
+  # install license
+  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
+
+  # move docs out of this package
+  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
+}
+
+package_ogre-docs() {
+  pkgdesc=Documentation for ogre
+  depends=()
+
+  cd ${srcdir}/${pkgbase}_src_v${pkgver//./-}/build
+
+  # move docs into this package
+  install -dm755 ${pkgdir}/usr/share/doc
+  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
+
+  # symlink for docs
+  install -dm755 ${pkgdir}/usr/share/OGRE/
+  cd ${pkgdir}/usr/share
+  ln -s doc/OGRE/ OGRE/docs
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-testing-i686/ogre.install (from rev 87277, 
ogre/repos/community-staging-i686/ogre.install)
===
--- community-testing-i686/ogre.install (rev 0)
+++ community-testing-i686/ogre.install 2013-03-29 19:32:23 UTC (rev 87300)
@@ -0,0 +1,4 @@
+post_install() {
+echo To view the OGRE samples just run OgreSampleBrowser or launch
+echo it directly in /opt/OGRE/samples/
+}

Copied: ogre/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
ogre/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:23 UTC (rev 87300)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com