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

2017-08-13 Thread Sven-Hendrik Haase
Date: Sunday, August 13, 2017 @ 22:01:05
  Author: svenstaro
Revision: 250066

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

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

+
 /PKGBUILD  |  150 +++
 /mygui.install |6 +
 community-i686/PKGBUILD|   73 --
 community-i686/mygui.install   |3 
 community-x86_64/PKGBUILD  |   73 --
 community-x86_64/mygui.install |3 
 6 files changed, 156 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-13 22:00:54 UTC (rev 250065)
+++ community-i686/PKGBUILD 2017-08-13 22:01:05 UTC (rev 250066)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Belitsky 
-pkgbase=mygui
-pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.2
-pkgrel=13
-pkgdesc="A multilayer and overlappable GUI System"
-arch=('i686' 'x86_64')
-url="http://mygui.info/;
-license=('LGPL')
-depends=('boost-libs' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'ogre')
-optdepends=('ogre: for the ogre plugin and some examples')
-install=mygui.install
-source=("https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz;)
-md5sums=('0023a689a2a63febc2cc703f81f86c62')
-
-build() {
-  cd $srcdir/mygui-MyGUI$pkgver
-
-  # change CMake config so demos install to /opt
-  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
-  sed -i -e 's:../share:/usr/share:' \
- -e 's:"bin":"../opt/MYGUI":' \
- CMake/InstallResources.cmake
-  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt
-  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
-
-  # get a clean build dir
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYGUI_INSTALL_SAMPLES=TRUE \
--DMYGUI_INSTALL_TOOLS=TRUE \
--DMYGUI_INSTALL_DOCS=TRUE \
--DMYGUI_INSTALL_MEDIA=TRUE \
--DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=TRUE
-
-  make
-  make api-docs
-}
-
-package_mygui() {
-  optdepends=('mygui-docs: documentation')
-
-  cd $srcdir/mygui-MyGUI$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-
-  # make demos work
-  install -Dm775 lib/libCommon.so ${pkgdir}/usr/lib/libCommon.so
-  chown root:users $pkgdir/opt/MYGUI
-  chmod 775 $pkgdir/opt/MYGUI
-}
-
-package_mygui-docs() {
-  pkgdesc="Documentation for mygui"
-  depends=()
-
-  cd $srcdir/mygui-MyGUI$pkgver/build
-
-  # install docs
-  install -d $pkgdir/usr/share/doc/
-  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-i686/PKGBUILD (from rev 250065, 
mygui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-13 22:01:05 UTC (rev 250066)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Belitsky 
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.2
+pkgrel=14
+pkgdesc="A multilayer and overlappable GUI System"
+arch=('i686' 'x86_64')
+url="http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=("https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz;)
+md5sums=('0023a689a2a63febc2cc703f81f86c62')
+
+build() {
+  cd $srcdir/mygui-MyGUI$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:"bin":"../opt/MYGUI":' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+-DMYGUI_INSTALL_TOOLS=TRUE \
+-DMYGUI_INSTALL_DOCS=TRUE \
+

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

2017-06-20 Thread Sven-Hendrik Haase
Date: Tuesday, June 20, 2017 @ 08:16:38
  Author: svenstaro
Revision: 238867

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

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

+
 /PKGBUILD  |  146 +++
 /mygui.install |6 +
 community-i686/PKGBUILD|   73 ---
 community-i686/mygui.install   |3 
 community-x86_64/PKGBUILD  |   73 ---
 community-x86_64/mygui.install |3 
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-20 08:16:25 UTC (rev 238866)
+++ community-i686/PKGBUILD 2017-06-20 08:16:38 UTC (rev 238867)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Belitsky 
-pkgbase=mygui
-pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.2
-pkgrel=12
-pkgdesc="A multilayer and overlappable GUI System"
-arch=('i686' 'x86_64')
-url="http://mygui.info/;
-license=('LGPL')
-depends=('boost-libs' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'ogre')
-optdepends=('ogre: for the ogre plugin and some exaples')
-install=mygui.install
-source=("https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz;)
-md5sums=('0023a689a2a63febc2cc703f81f86c62')
-
-build() {
-  cd $srcdir/mygui-MyGUI$pkgver
-
-  # change CMake config so demos install to /opt
-  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
-  sed -i -e 's:../share:/usr/share:' \
- -e 's:"bin":"../opt/MYGUI":' \
- CMake/InstallResources.cmake
-  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt
-  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
-
-  # get a clean build dir
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYGUI_INSTALL_SAMPLES=TRUE \
--DMYGUI_INSTALL_TOOLS=TRUE \
--DMYGUI_INSTALL_DOCS=TRUE \
--DMYGUI_INSTALL_MEDIA=TRUE \
--DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=TRUE
-
-  make
-  make api-docs
-}
-
-package_mygui() {
-  optdepends=('mygui-docs: documentation')
-
-  cd $srcdir/mygui-MyGUI$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-
-  # make demos work
-  install -Dm775 lib/libCommon.so ${pkgdir}/usr/lib/libCommon.so
-  chown root:users $pkgdir/opt/MYGUI
-  chmod 775 $pkgdir/opt/MYGUI
-}
-
-package_mygui-docs() {
-  pkgdesc="Documentation for mygui"
-  depends=()
-
-  cd $srcdir/mygui-MyGUI$pkgver/build
-
-  # install docs
-  install -d $pkgdir/usr/share/doc/
-  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-i686/PKGBUILD (from rev 238866, 
mygui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-20 08:16:38 UTC (rev 238867)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Belitsky 
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.2
+pkgrel=13
+pkgdesc="A multilayer and overlappable GUI System"
+arch=('i686' 'x86_64')
+url="http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'ogre')
+optdepends=('ogre: for the ogre plugin and some examples')
+install=mygui.install
+source=("https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz;)
+md5sums=('0023a689a2a63febc2cc703f81f86c62')
+
+build() {
+  cd $srcdir/mygui-MyGUI$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:"bin":"../opt/MYGUI":' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+

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

2017-04-28 Thread Sven-Hendrik Haase
Date: Friday, April 28, 2017 @ 06:21:18
  Author: svenstaro
Revision: 226148

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

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

+
 /PKGBUILD  |  146 +++
 /mygui.install |6 +
 community-i686/PKGBUILD|   73 ---
 community-i686/mygui.install   |3 
 community-x86_64/PKGBUILD  |   73 ---
 community-x86_64/mygui.install |3 
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-28 06:21:08 UTC (rev 226147)
+++ community-i686/PKGBUILD 2017-04-28 06:21:18 UTC (rev 226148)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Belitsky 
-pkgbase=mygui
-pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.2
-pkgrel=10
-pkgdesc="A multilayer and overlappable GUI System"
-arch=('i686' 'x86_64')
-url="http://mygui.info/;
-license=('LGPL')
-depends=('boost-libs' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'ogre')
-optdepends=('ogre: for the ogre plugin and some exaples')
-install=mygui.install
-source=("https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz;)
-md5sums=('0023a689a2a63febc2cc703f81f86c62')
-
-build() {
-  cd $srcdir/mygui-MyGUI$pkgver
-
-  # change CMake config so demos install to /opt
-  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
-  sed -i -e 's:../share:/usr/share:' \
- -e 's:"bin":"../opt/MYGUI":' \
- CMake/InstallResources.cmake
-  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt
-  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
-
-  # get a clean build dir
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYGUI_INSTALL_SAMPLES=TRUE \
--DMYGUI_INSTALL_TOOLS=TRUE \
--DMYGUI_INSTALL_DOCS=TRUE \
--DMYGUI_INSTALL_MEDIA=TRUE \
--DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=TRUE
-
-  make
-  make api-docs
-}
-
-package_mygui() {
-  optdepends=('mygui-docs: documentation')
-
-  cd $srcdir/mygui-MyGUI$pkgver/build
-
-  make DESTDIR="$pkgdir" install
-
-  # make demos work
-  install -Dm775 lib/libCommon.so ${pkgdir}/usr/lib/libCommon.so
-  chown root:users $pkgdir/opt/MYGUI
-  chmod 775 $pkgdir/opt/MYGUI
-}
-
-package_mygui-docs() {
-  pkgdesc="Documentation for mygui"
-  depends=()
-
-  cd $srcdir/mygui-MyGUI$pkgver/build
-
-  # install docs
-  install -d $pkgdir/usr/share/doc/
-  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-i686/PKGBUILD (from rev 226147, 
mygui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-28 06:21:18 UTC (rev 226148)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Belitsky 
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.2
+pkgrel=11
+pkgdesc="A multilayer and overlappable GUI System"
+arch=('i686' 'x86_64')
+url="http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'ogre')
+optdepends=('ogre: for the ogre plugin and some exaples')
+install=mygui.install
+source=("https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz;)
+md5sums=('0023a689a2a63febc2cc703f81f86c62')
+
+build() {
+  cd $srcdir/mygui-MyGUI$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:"bin":"../opt/MYGUI":' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+

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

2016-09-27 Thread Sven-Hendrik Haase
Date: Tuesday, September 27, 2016 @ 11:06:41
  Author: svenstaro
Revision: 190663

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

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

+
 /PKGBUILD  |  146 +++
 /mygui.install |6 +
 community-i686/PKGBUILD|   72 ---
 community-i686/mygui.install   |3 
 community-x86_64/PKGBUILD  |   72 ---
 community-x86_64/mygui.install |3 
 6 files changed, 152 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-27 11:06:30 UTC (rev 190662)
+++ community-i686/PKGBUILD 2016-09-27 11:06:41 UTC (rev 190663)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Belitsky 
-pkgbase=mygui
-pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.2
-pkgrel=7
-pkgdesc="A multilayer and overlappable GUI System for OGRE"
-arch=('i686' 'x86_64')
-url="http://mygui.info/;
-license=('LGPL')
-depends=('boost-libs' 'ogre' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
-install=mygui.install
-source=("https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz;)
-md5sums=('0023a689a2a63febc2cc703f81f86c62')
-
-build() {
-  cd $srcdir/mygui-MyGUI$pkgver
-
-  # change CMake config so demos install to /opt
-  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
-  sed -i -e 's:../share:/usr/share:' \
- -e 's:"bin":"../opt/MYGUI":' \
- CMake/InstallResources.cmake
-  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt
-  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
-
-  # get a clean build dir
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYGUI_INSTALL_SAMPLES=TRUE \
--DMYGUI_INSTALL_TOOLS=TRUE \
--DMYGUI_INSTALL_DOCS=TRUE \
--DMYGUI_INSTALL_MEDIA=TRUE \
--DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=TRUE
-
-  make
-  make api-docs
-}
-
-package_mygui() {
-  optdepends=('mygui-docs: documentation')
-
-  cd $srcdir/mygui-MyGUI$pkgver/build
-  
-  make DESTDIR="$pkgdir" install
-
-  # make demos work
-  install -Dm775 lib/libCommon.so ${pkgdir}/usr/lib/libCommon.so
-  chown root:users $pkgdir/opt/MYGUI
-  chmod 775 $pkgdir/opt/MYGUI
-}
-
-package_mygui-docs() {
-  pkgdesc="Documentation for mygui"
-  depends=()
-
-  cd $srcdir/mygui-MyGUI$pkgver/build
-  
-  # install docs
-  install -d $pkgdir/usr/share/doc/
-  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-i686/PKGBUILD (from rev 190662, 
mygui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-27 11:06:41 UTC (rev 190663)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Belitsky 
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.2
+pkgrel=8
+pkgdesc="A multilayer and overlappable GUI System"
+arch=('i686' 'x86_64')
+url="http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'ogre')
+optdepends=('ogre: for the ogre plugin and some exaples')
+install=mygui.install
+source=("https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz;)
+md5sums=('0023a689a2a63febc2cc703f81f86c62')
+
+build() {
+  cd $srcdir/mygui-MyGUI$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:"bin":"../opt/MYGUI":' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+-DMYGUI_INSTALL_TOOLS=TRUE \
+-DMYGUI_INSTALL_DOCS=TRUE \
+ 

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

2015-05-02 Thread Sven-Hendrik Haase
Date: Saturday, May 2, 2015 @ 18:17:04
  Author: svenstaro
Revision: 132645

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

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

+
 /PKGBUILD  |  144 +++
 /mygui.install |6 +
 community-i686/PKGBUILD|   71 ---
 community-i686/mygui.install   |3 
 community-x86_64/PKGBUILD  |   71 ---
 community-x86_64/mygui.install |3 
 6 files changed, 150 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-02 16:16:57 UTC (rev 132644)
+++ community-i686/PKGBUILD 2015-05-02 16:17:04 UTC (rev 132645)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Andrew Belitsky belitsk...@gmail.com
-pkgbase=mygui
-pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.2
-pkgrel=2
-pkgdesc=A multilayer and overlappable GUI System for OGRE
-arch=('i686' 'x86_64')
-url=http://mygui.info/;
-license=('LGPL')
-depends=('boost-libs' 'ogre' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
-install=mygui.install
-source=(https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz;)
-md5sums=('0023a689a2a63febc2cc703f81f86c62')
-
-build() {
-  cd $srcdir/mygui-MyGUI$pkgver
-
-  # change CMake config so demos install to /opt
-  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
-  sed -i -e 's:../share:/usr/share:' \
- -e 's:bin:../opt/MYGUI:' \
- CMake/InstallResources.cmake
-  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
-  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
-
-  # get a clean build dir
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYGUI_INSTALL_SAMPLES=TRUE \
--DMYGUI_INSTALL_TOOLS=TRUE \
--DMYGUI_INSTALL_DOCS=TRUE \
--DMYGUI_INSTALL_MEDIA=TRUE \
--DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=TRUE
-
-  make
-  make api-docs
-}
-
-package_mygui() {
-  optdepends=('mygui-docs: documentation')
-
-  cd $srcdir/mygui-MyGUI$pkgver/build
-  
-  make DESTDIR=$pkgdir install
-
-  # make demos work
-  chown root:users $pkgdir/opt/MYGUI
-  chmod 775 $pkgdir/opt/MYGUI
-}
-
-package_mygui-docs() {
-  pkgdesc=Documentation for mygui
-  depends=()
-
-  cd $srcdir/mygui-MyGUI$pkgver/build
-  
-  # install docs
-  install -d $pkgdir/usr/share/doc/
-  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-i686/PKGBUILD (from rev 132644, 
mygui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-02 16:17:04 UTC (rev 132645)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Andrew Belitsky belitsk...@gmail.com
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.2
+pkgrel=3
+pkgdesc=A multilayer and overlappable GUI System for OGRE
+arch=('i686' 'x86_64')
+url=http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=(https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz;)
+md5sums=('0023a689a2a63febc2cc703f81f86c62')
+
+build() {
+  cd $srcdir/mygui-MyGUI$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:bin:../opt/MYGUI:' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+-DMYGUI_INSTALL_TOOLS=TRUE \
+-DMYGUI_INSTALL_DOCS=TRUE \
+-DMYGUI_INSTALL_MEDIA=TRUE \
+-DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=TRUE
+
+  make
+  

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

2015-02-05 Thread Sven-Hendrik Haase
Date: Thursday, February 5, 2015 @ 20:38:24
  Author: svenstaro
Revision: 127160

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

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

+
 /PKGBUILD  |  142 +++
 /mygui.install |6 +
 community-i686/PKGBUILD|   71 ---
 community-i686/mygui.install   |3 
 community-x86_64/PKGBUILD  |   71 ---
 community-x86_64/mygui.install |3 
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-05 19:38:17 UTC (rev 127159)
+++ community-i686/PKGBUILD 2015-02-05 19:38:24 UTC (rev 127160)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Andrew Belitsky belitsk...@gmail.com
-pkgbase=mygui
-pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.1
-pkgrel=2
-pkgdesc=A multilayer and overlappable GUI System for OGRE
-arch=('i686' 'x86_64')
-url=http://mygui.info/;
-license=('LGPL')
-depends=('boost-libs' 'ogre' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
-install=mygui.install
-source=(https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz;)
-md5sums=('43948f1c593d9a90ed4768a5baaa06f3')
-
-build() {
-  cd $srcdir/mygui-MyGUI$pkgver
-
-  # change CMake config so demos install to /opt
-  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
-  sed -i -e 's:../share:/usr/share:' \
- -e 's:bin:../opt/MYGUI:' \
- CMake/InstallResources.cmake
-  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
-  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
-
-  # get a clean build dir
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYGUI_INSTALL_SAMPLES=TRUE \
--DMYGUI_INSTALL_TOOLS=TRUE \
--DMYGUI_INSTALL_DOCS=TRUE \
--DMYGUI_INSTALL_MEDIA=TRUE \
--DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=TRUE
-
-  make
-  make api-docs
-}
-
-package_mygui() {
-  optdepends=('mygui-docs: documentation')
-
-  cd $srcdir/mygui-MyGUI$pkgver/build
-  
-  make DESTDIR=$pkgdir install
-
-  # make demos work
-  chown root:users $pkgdir/opt/MYGUI
-  chmod 775 $pkgdir/opt/MYGUI
-}
-
-package_mygui-docs() {
-  pkgdesc=Documentation for mygui
-  depends=()
-
-  cd $srcdir/mygui-MyGUI$pkgver/build
-  
-  # install docs
-  install -d $pkgdir/usr/share/doc/
-  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-i686/PKGBUILD (from rev 127159, 
mygui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-05 19:38:24 UTC (rev 127160)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Andrew Belitsky belitsk...@gmail.com
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=A multilayer and overlappable GUI System for OGRE
+arch=('i686' 'x86_64')
+url=http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=(https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz;)
+md5sums=('0023a689a2a63febc2cc703f81f86c62')
+
+build() {
+  cd $srcdir/mygui-MyGUI$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:bin:../opt/MYGUI:' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+-DMYGUI_INSTALL_TOOLS=TRUE \
+-DMYGUI_INSTALL_DOCS=TRUE \
+-DMYGUI_INSTALL_MEDIA=TRUE \
+-DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=TRUE
+
+  make

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

2014-08-26 Thread Sven-Hendrik Haase
Date: Tuesday, August 26, 2014 @ 17:22:02
  Author: svenstaro
Revision: 117918

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

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

+
 /PKGBUILD  |  142 +++
 /mygui.install |6 +
 community-staging-i686/PKGBUILD|   71 ---
 community-staging-i686/mygui.install   |3 
 community-staging-x86_64/PKGBUILD  |   71 ---
 community-staging-x86_64/mygui.install |3 
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-26 15:21:52 UTC (rev 117917)
+++ community-staging-i686/PKGBUILD 2014-08-26 15:22:02 UTC (rev 117918)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Andrew Belitsky belitsk...@gmail.com
-pkgbase=mygui
-pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.0
-pkgrel=10
-pkgdesc=A multilayer and overlappable GUI System for OGRE
-arch=('i686' 'x86_64')
-url=http://mygui.info/;
-license=('LGPL')
-depends=('boost-libs' 'ogre' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
-install=mygui.install
-source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
-md5sums=('7c20486a0db82f497d8b7c5300613b61')
-
-build() {
-  cd $srcdir/MyGUI_$pkgver
-
-  # change CMake config so demos install to /opt
-  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
-  sed -i -e 's:../share:/usr/share:' \
- -e 's:bin:../opt/MYGUI:' \
- CMake/InstallResources.cmake
-  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
-  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
-
-  # get a clean build dir
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYGUI_INSTALL_SAMPLES=TRUE \
--DMYGUI_INSTALL_TOOLS=TRUE \
--DMYGUI_INSTALL_DOCS=TRUE \
--DMYGUI_INSTALL_MEDIA=TRUE \
--DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=TRUE
-
-  make
-  make api-docs
-}
-
-package_mygui() {
-  optdepends=('mygui-docs: documentation')
-
-  cd $srcdir/MyGUI_$pkgver/build
-  
-  make DESTDIR=$pkgdir install
-
-  # make demos work
-  chown root:users $pkgdir/opt/MYGUI
-  chmod 775 $pkgdir/opt/MYGUI
-}
-
-package_mygui-docs() {
-  pkgdesc=Documentation for mygui
-  depends=()
-
-  cd $srcdir/MyGUI_$pkgver/build
-  
-  # install docs
-  install -d $pkgdir/usr/share/doc/
-  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-staging-i686/PKGBUILD (from rev 117917, 
mygui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-26 15:22:02 UTC (rev 117918)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Andrew Belitsky belitsk...@gmail.com
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=A multilayer and overlappable GUI System for OGRE
+arch=('i686' 'x86_64')
+url=http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=(https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz;)
+md5sums=('43948f1c593d9a90ed4768a5baaa06f3')
+
+build() {
+  cd $srcdir/mygui-MyGUI$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:bin:../opt/MYGUI:' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+-DMYGUI_INSTALL_TOOLS=TRUE \
+-DMYGUI_INSTALL_DOCS=TRUE \
+

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

2014-08-14 Thread Sven-Hendrik Haase
Date: Friday, August 15, 2014 @ 02:16:32
  Author: svenstaro
Revision: 117410

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

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

+
 /PKGBUILD  |  142 +++
 /mygui.install |6 +
 community-staging-i686/PKGBUILD|   71 ---
 community-staging-i686/mygui.install   |3 
 community-staging-x86_64/PKGBUILD  |   71 ---
 community-staging-x86_64/mygui.install |3 
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-15 00:15:02 UTC (rev 117409)
+++ community-staging-i686/PKGBUILD 2014-08-15 00:16:32 UTC (rev 117410)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Andrew Belitsky belitsk...@gmail.com
-pkgbase=mygui
-pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.0
-pkgrel=8
-pkgdesc=A multilayer and overlappable GUI System for OGRE
-arch=('i686' 'x86_64')
-url=http://mygui.info/;
-license=('LGPL')
-depends=('boost-libs' 'ogre' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
-install=mygui.install
-source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
-md5sums=('7c20486a0db82f497d8b7c5300613b61')
-
-build() {
-  cd $srcdir/MyGUI_$pkgver
-
-  # change CMake config so demos install to /opt
-  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
-  sed -i -e 's:../share:/usr/share:' \
- -e 's:bin:../opt/MYGUI:' \
- CMake/InstallResources.cmake
-  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
-  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
-
-  # get a clean build dir
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYGUI_INSTALL_SAMPLES=TRUE \
--DMYGUI_INSTALL_TOOLS=TRUE \
--DMYGUI_INSTALL_DOCS=TRUE \
--DMYGUI_INSTALL_MEDIA=TRUE \
--DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=TRUE
-
-  make
-  make api-docs
-}
-
-package_mygui() {
-  optdepends=('mygui-docs: documentation')
-
-  cd $srcdir/MyGUI_$pkgver/build
-  
-  make DESTDIR=$pkgdir install
-
-  # make demos work
-  chown root:users $pkgdir/opt/MYGUI
-  chmod 775 $pkgdir/opt/MYGUI
-}
-
-package_mygui-docs() {
-  pkgdesc=Documentation for mygui
-  depends=()
-
-  cd $srcdir/MyGUI_$pkgver/build
-  
-  # install docs
-  install -d $pkgdir/usr/share/doc/
-  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-staging-i686/PKGBUILD (from rev 117409, 
mygui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-15 00:16:32 UTC (rev 117410)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Andrew Belitsky belitsk...@gmail.com
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.0
+pkgrel=10
+pkgdesc=A multilayer and overlappable GUI System for OGRE
+arch=('i686' 'x86_64')
+url=http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
+md5sums=('7c20486a0db82f497d8b7c5300613b61')
+
+build() {
+  cd $srcdir/MyGUI_$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:bin:../opt/MYGUI:' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+-DMYGUI_INSTALL_TOOLS=TRUE \
+-DMYGUI_INSTALL_DOCS=TRUE \
+

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

2013-12-05 Thread Sven-Hendrik Haase
Date: Thursday, December 5, 2013 @ 11:08:06
  Author: svenstaro
Revision: 102105

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

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

+
 /PKGBUILD  |  142 +++
 /mygui.install |6 +
 community-i686/PKGBUILD|   79 -
 community-i686/mygui.install   |3 
 community-x86_64/PKGBUILD  |   79 -
 community-x86_64/mygui.install |3 
 6 files changed, 148 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-05 10:08:00 UTC (rev 102104)
+++ community-i686/PKGBUILD 2013-12-05 10:08:06 UTC (rev 102105)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Andrew Belitsky belitsk...@gmail.com
-pkgbase=mygui
-pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.0
-pkgrel=7
-pkgdesc=A multilayer and overlappable GUI System for OGRE
-arch=('i686' 'x86_64')
-url=http://mygui.info/;
-license=('LGPL')
-depends=('boost-libs' 'ogre' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
-install=mygui.install
-source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
-md5sums=('7c20486a0db82f497d8b7c5300613b61')
-
-build() {
-  cd $srcdir/MyGUI_$pkgver
-
-  # change CMake config so demos install to /opt
-  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
-  sed -i -e 's:../share:/usr/share:' \
- -e 's:bin:../opt/MYGUI:' \
- CMake/InstallResources.cmake
-  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
-  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
-
-  # get a clean build dir
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYGUI_INSTALL_SAMPLES=TRUE \
--DMYGUI_INSTALL_TOOLS=TRUE \
--DMYGUI_INSTALL_DOCS=TRUE \
--DMYGUI_INSTALL_MEDIA=TRUE \
--DCMAKE_BUILD_TYPE=Release # set=Debug for debugging version
-
-  # compile
-  make
-
-  # generate docs
-  if [[ $(which dot)  $(which doxygen) ]]; then
-make api-docs 2/dev/null
-  fi
-}
-
-package_mygui() {
-  optdepends=('mygui-docs: documentation')
-
-  cd $srcdir/MyGUI_$pkgver
-  
-  cd build
-
-  # install the whole bunch
-  make DESTDIR=$pkgdir install
-
-  # make demos work
-  chown root:users $pkgdir/opt/MYGUI
-  chmod 775 $pkgdir/opt/MYGUI
-}
-
-package_mygui-docs() {
-  pkgdesc=Documentation for mygui
-  depends=()
-
-  cd $srcdir/MyGUI_$pkgver
-  
-  cd build
-
-  # install docs
-  install -d $pkgdir/usr/share/doc/
-  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-i686/PKGBUILD (from rev 102104, 
mygui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-05 10:08:06 UTC (rev 102105)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Andrew Belitsky belitsk...@gmail.com
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.0
+pkgrel=8
+pkgdesc=A multilayer and overlappable GUI System for OGRE
+arch=('i686' 'x86_64')
+url=http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
+md5sums=('7c20486a0db82f497d8b7c5300613b61')
+
+build() {
+  cd $srcdir/MyGUI_$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:bin:../opt/MYGUI:' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+-DMYGUI_INSTALL_TOOLS=TRUE \
+-DMYGUI_INSTALL_DOCS=TRUE \
+-DMYGUI_INSTALL_MEDIA=TRUE \
+-DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
+ 

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

2013-12-02 Thread Sven-Hendrik Haase
Date: Monday, December 2, 2013 @ 14:32:36
  Author: svenstaro
Revision: 101864

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

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

+
 /PKGBUILD  |  142 +++
 /mygui.install |6 +
 community-staging-i686/PKGBUILD|   82 -
 community-staging-i686/mygui.install   |3 
 community-staging-x86_64/PKGBUILD  |   82 -
 community-staging-x86_64/mygui.install |3 
 6 files changed, 148 insertions(+), 170 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-12-02 13:32:27 UTC (rev 101863)
+++ community-staging-i686/PKGBUILD 2013-12-02 13:32:36 UTC (rev 101864)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Andrew Belitsky belitsk...@gmail.com
-pkgbase=mygui
-pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.0
-pkgrel=8
-pkgdesc=A multilayer and overlappable GUI System for OGRE
-arch=('i686' 'x86_64')
-url=http://mygui.info/;
-license=('LGPL')
-depends=('boost-libs' 'ogre' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
-install=mygui.install
-source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
-md5sums=('7c20486a0db82f497d8b7c5300613b61')
-
-build() {
-  cd $srcdir/MyGUI_$pkgver
-
-  # change CMake config so demos install to /opt
-  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
-  sed -i -e 's:../share:/usr/share:' \
- -e 's:bin:../opt/MYGUI:' \
- CMake/InstallResources.cmake
-  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
-  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
-
-  # get a clean build dir
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYGUI_INSTALL_SAMPLES=TRUE \
--DMYGUI_INSTALL_TOOLS=TRUE \
--DMYGUI_INSTALL_DOCS=TRUE \
--DMYGUI_INSTALL_MEDIA=TRUE \
--DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
--DCMAKE_BUILD_TYPE=Release # set=Debug for debugging version
-# -DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2/ \
-#-DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
-
-  # compile
-  make
-
-  # generate docs
-  if [[ $(which dot)  $(which doxygen) ]]; then
-make api-docs 2/dev/null
-  fi
-}
-
-package_mygui() {
-  optdepends=('mygui-docs: documentation')
-
-  cd $srcdir/MyGUI_$pkgver
-  
-  cd build
-
-  # install the whole bunch
-  make DESTDIR=$pkgdir install
-
-  # make demos work
-  chown root:users $pkgdir/opt/MYGUI
-  chmod 775 $pkgdir/opt/MYGUI
-}
-
-package_mygui-docs() {
-  pkgdesc=Documentation for mygui
-  depends=()
-
-  cd $srcdir/MyGUI_$pkgver
-  
-  cd build
-
-  # install docs
-  install -d $pkgdir/usr/share/doc/
-  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-staging-i686/PKGBUILD (from rev 101863, 
mygui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-02 13:32:36 UTC (rev 101864)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Andrew Belitsky belitsk...@gmail.com
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.0
+pkgrel=9
+pkgdesc=A multilayer and overlappable GUI System for OGRE
+arch=('i686' 'x86_64')
+url=http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
+md5sums=('7c20486a0db82f497d8b7c5300613b61')
+
+build() {
+  cd $srcdir/MyGUI_$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:bin:../opt/MYGUI:' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+ 

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

2013-11-26 Thread Sven-Hendrik Haase
Date: Tuesday, November 26, 2013 @ 14:40:36
  Author: svenstaro
Revision: 101492

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

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

+
 /PKGBUILD  |  158 +++
 /mygui.install |6 +
 community-i686/PKGBUILD|   79 ---
 community-i686/mygui.install   |3 
 community-x86_64/PKGBUILD  |   79 ---
 community-x86_64/mygui.install |3 
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-26 13:40:22 UTC (rev 101491)
+++ community-i686/PKGBUILD 2013-11-26 13:40:36 UTC (rev 101492)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Andrew Belitsky belitsk...@gmail.com
-pkgbase=mygui
-pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.0
-pkgrel=6
-pkgdesc=A multilayer and overlappable GUI System for OGRE
-arch=('i686' 'x86_64')
-url=http://mygui.info/;
-license=('LGPL')
-depends=('boost-libs' 'ogre' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
-install=mygui.install
-source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
-md5sums=('7c20486a0db82f497d8b7c5300613b61')
-
-build() {
-  cd $srcdir/MyGUI_$pkgver
-
-  # change CMake config so demos install to /opt
-  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
-  sed -i -e 's:../share:/usr/share:' \
- -e 's:bin:../opt/MYGUI:' \
- CMake/InstallResources.cmake
-  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
-  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
-
-  # get a clean build dir
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYGUI_INSTALL_SAMPLES=TRUE \
--DMYGUI_INSTALL_TOOLS=TRUE \
--DMYGUI_INSTALL_DOCS=TRUE \
--DMYGUI_INSTALL_MEDIA=TRUE \
--DCMAKE_BUILD_TYPE=Release # set=Debug for debugging version
-
-  # compile
-  make
-
-  # generate docs
-  if [[ $(which dot)  $(which doxygen) ]]; then
-make api-docs 2/dev/null
-  fi
-}
-
-package_mygui() {
-  optdepends=('mygui-docs: documentation')
-
-  cd $srcdir/MyGUI_$pkgver
-  
-  cd build
-
-  # install the whole bunch
-  make DESTDIR=$pkgdir install
-
-  # make demos work
-  chown root:users $pkgdir/opt/MYGUI
-  chmod 775 $pkgdir/opt/MYGUI
-}
-
-package_mygui-docs() {
-  pkgdesc=Documentation for mygui
-  depends=()
-
-  cd $srcdir/MyGUI_$pkgver
-  
-  cd build
-
-  # install docs
-  install -d $pkgdir/usr/share/doc/
-  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-i686/PKGBUILD (from rev 101491, 
mygui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-26 13:40:36 UTC (rev 101492)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Andrew Belitsky belitsk...@gmail.com
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.0
+pkgrel=7
+pkgdesc=A multilayer and overlappable GUI System for OGRE
+arch=('i686' 'x86_64')
+url=http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
+md5sums=('7c20486a0db82f497d8b7c5300613b61')
+
+build() {
+  cd $srcdir/MyGUI_$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:bin:../opt/MYGUI:' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+-DMYGUI_INSTALL_TOOLS=TRUE \
+-DMYGUI_INSTALL_DOCS=TRUE \
+-DMYGUI_INSTALL_MEDIA=TRUE \
+-DCMAKE_BUILD_TYPE=Release # set=Debug for debugging 

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

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

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

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

+
 community-testing-i686/PKGBUILD|   79 +++
 community-testing-i686/mygui.install   |3 +
 community-testing-x86_64/PKGBUILD  |   79 +++
 community-testing-x86_64/mygui.install |3 +
 4 files changed, 164 insertions(+)

Copied: mygui/repos/community-testing-i686/PKGBUILD (from rev 87277, 
mygui/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:22 UTC (rev 87299)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Andrew Belitsky belitsk...@gmail.com
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.0
+pkgrel=5
+pkgdesc=A multilayer and overlappable GUI System for OGRE
+arch=('i686' 'x86_64')
+url=http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
+md5sums=('7c20486a0db82f497d8b7c5300613b61')
+
+build() {
+  cd $srcdir/MyGUI_$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:bin:../opt/MYGUI:' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+-DMYGUI_INSTALL_TOOLS=TRUE \
+-DMYGUI_INSTALL_DOCS=TRUE \
+-DMYGUI_INSTALL_MEDIA=TRUE \
+-DCMAKE_BUILD_TYPE=Release # set=Debug for debugging version
+
+  # compile
+  make
+
+  # generate docs
+  if [[ $(which dot)  $(which doxygen) ]]; then
+make api-docs 2/dev/null
+  fi
+}
+
+package_mygui() {
+  optdepends=('mygui-docs: documentation')
+
+  cd $srcdir/MyGUI_$pkgver
+  
+  cd build
+
+  # install the whole bunch
+  make DESTDIR=$pkgdir install
+
+  # make demos work
+  chown root:users $pkgdir/opt/MYGUI
+  chmod 775 $pkgdir/opt/MYGUI
+}
+
+package_mygui-docs() {
+  pkgdesc=Documentation for mygui
+  depends=()
+
+  cd $srcdir/MyGUI_$pkgver
+  
+  cd build
+
+  # install docs
+  install -d $pkgdir/usr/share/doc/
+  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-testing-i686/mygui.install (from rev 87277, 
mygui/repos/community-staging-i686/mygui.install)
===
--- community-testing-i686/mygui.install(rev 0)
+++ community-testing-i686/mygui.install2013-03-29 19:32:22 UTC (rev 
87299)
@@ -0,0 +1,3 @@
+post_install() {
+echo To view the MyGUI samples, go to /opt/MYGUI/ and run the samples 
individually
+}

Copied: mygui/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
mygui/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:22 UTC (rev 87299)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Andrew Belitsky belitsk...@gmail.com
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.0
+pkgrel=5
+pkgdesc=A multilayer and overlappable GUI System for OGRE
+arch=('i686' 'x86_64')
+url=http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
+md5sums=('7c20486a0db82f497d8b7c5300613b61')
+
+build() {
+  cd $srcdir/MyGUI_$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 

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

2013-03-28 Thread Sven-Hendrik Haase
Date: Friday, March 29, 2013 @ 02:11:14
  Author: svenstaro
Revision: 87249

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

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

+
 /PKGBUILD  |  158 +++
 /mygui.install |6 +
 community-staging-i686/PKGBUILD|   79 ---
 community-staging-i686/mygui.install   |3 
 community-staging-x86_64/PKGBUILD  |   79 ---
 community-staging-x86_64/mygui.install |3 
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-03-29 00:19:40 UTC (rev 87248)
+++ community-staging-i686/PKGBUILD 2013-03-29 01:11:14 UTC (rev 87249)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Andrew Belitsky belitsk...@gmail.com
-pkgbase=mygui
-pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.0
-pkgrel=5
-pkgdesc=A multilayer and overlappable GUI System for OGRE
-arch=('i686' 'x86_64')
-url=http://mygui.info/;
-license=('LGPL')
-depends=('boost-libs' 'ogre' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
-install=mygui.install
-source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
-md5sums=('7c20486a0db82f497d8b7c5300613b61')
-
-build() {
-  cd $srcdir/MyGUI_$pkgver
-
-  # change CMake config so demos install to /opt
-  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
-  sed -i -e 's:../share:/usr/share:' \
- -e 's:bin:../opt/MYGUI:' \
- CMake/InstallResources.cmake
-  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
-  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
-
-  # get a clean build dir
-  [[ -d build ]]  rm -rf build
-  mkdir build  cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYGUI_INSTALL_SAMPLES=TRUE \
--DMYGUI_INSTALL_TOOLS=TRUE \
--DMYGUI_INSTALL_DOCS=TRUE \
--DMYGUI_INSTALL_MEDIA=TRUE \
--DCMAKE_BUILD_TYPE=Release # set=Debug for debugging version
-
-  # compile
-  make
-
-  # generate docs
-  if [[ $(which dot)  $(which doxygen) ]]; then
-make api-docs 2/dev/null
-  fi
-}
-
-package_mygui() {
-  optdepends=('mygui-docs: documentation')
-
-  cd $srcdir/MyGUI_$pkgver
-  
-  cd build
-
-  # install the whole bunch
-  make DESTDIR=$pkgdir install
-
-  # make demos work
-  chown root:users $pkgdir/opt/MYGUI
-  chmod 775 $pkgdir/opt/MYGUI
-}
-
-package_mygui-docs() {
-  pkgdesc=Documentation for mygui
-  depends=()
-
-  cd $srcdir/MyGUI_$pkgver
-  
-  cd build
-
-  # install docs
-  install -d $pkgdir/usr/share/doc/
-  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-staging-i686/PKGBUILD (from rev 87248, 
mygui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-29 01:11:14 UTC (rev 87249)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Andrew Belitsky belitsk...@gmail.com
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.0
+pkgrel=5
+pkgdesc=A multilayer and overlappable GUI System for OGRE
+arch=('i686' 'x86_64')
+url=http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
+md5sums=('7c20486a0db82f497d8b7c5300613b61')
+
+build() {
+  cd $srcdir/MyGUI_$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:bin:../opt/MYGUI:' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+