[arch-commits] Commit in mygui/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Mon Dec 2 13:32:28 UTC 2013
Date: Monday, December 2, 2013 @ 14:32:27
Author: svenstaro
Revision: 101863
upgpkg: mygui 3.2.0-9
Fix ogre module
Modified:
mygui/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-12-02 13:03:17 UTC (rev 101862)
+++ PKGBUILD 2013-12-02 13:32:27 UTC (rev 101863)
@@ -4,7 +4,7 @@
pkgbase=mygui
pkgname=('mygui' 'mygui-docs')
pkgver=3.2.0
-pkgrel=8
+pkgrel=9
pkgdesc="A multilayer and overlappable GUI System for OGRE"
arch=('i686' 'x86_64')
url="http://mygui.info/"
@@ -38,7 +38,8 @@
-DMYGUI_INSTALL_DOCS=TRUE \
-DMYGUI_INSTALL_MEDIA=TRUE \
-DFREETYPE_INCLUDE_DIR=/usr/include/freetype2/ \
- -DCMAKE_BUILD_TYPE=Release
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_SHARED_LIBS=TRUE
make
make api-docs
More information about the arch-commits
mailing list