[arch-commits] Commit in mygui/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Sep 27 11:06:31 UTC 2016


    Date: Tuesday, September 27, 2016 @ 11:06:30
  Author: svenstaro
Revision: 190662

upgpkg: mygui 3.2.2-8

Remove explicit ogre dependency and make it optdep

Modified:
  mygui/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-27 10:13:55 UTC (rev 190661)
+++ PKGBUILD	2016-09-27 11:06:30 UTC (rev 190662)
@@ -4,13 +4,14 @@
 pkgbase=mygui
 pkgname=('mygui' 'mygui-docs')
 pkgver=3.2.2
-pkgrel=7
-pkgdesc="A multilayer and overlappable GUI System for OGRE"
+pkgrel=8
+pkgdesc="A multilayer and overlappable GUI System"
 arch=('i686' 'x86_64')
 url="http://mygui.info/"
 license=('LGPL')
-depends=('boost-libs' 'ogre' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+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')
@@ -49,7 +50,7 @@
   optdepends=('mygui-docs: documentation')
 
   cd $srcdir/mygui-MyGUI$pkgver/build
-  
+
   make DESTDIR="$pkgdir" install
 
   # make demos work
@@ -63,7 +64,7 @@
   depends=()
 
   cd $srcdir/mygui-MyGUI$pkgver/build
-  
+
   # install docs
   install -d $pkgdir/usr/share/doc/
   cp -r Docs/html $pkgdir/usr/share/doc/MYGUI



More information about the arch-commits mailing list