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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Feb 1 05:31:52 UTC 2016


    Date: Monday, February 1, 2016 @ 06:31:51
  Author: svenstaro
Revision: 159742

upgpkg: openmw 0.38.0-2

Try to fix FS#47940

Modified:
  openmw/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-01 05:31:47 UTC (rev 159741)
+++ PKGBUILD	2016-02-01 05:31:51 UTC (rev 159742)
@@ -3,13 +3,13 @@
 
 pkgname=openmw
 pkgver=0.38.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An open-source engine reimplementation for the role-playing game Morrowind"
 arch=('i686' 'x86_64')
 url="http://www.openmw.org"
 license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt4' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield')
-makedepends=('cmake' 'boost')
+depends=('openal' 'openscenegraph' 'mygui' 'bullet' 'qt5-base' 'ffmpeg' 'sdl2' 'unshield')
+makedepends=('cmake' 'boost' 'doxygen')
 source=("https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz")
 sha1sums=('0df078426503bdb22d4773c0e611894d25f990ad')
 
@@ -16,7 +16,8 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE=Release
+        -DCMAKE_BUILD_TYPE=Release \
+        -DDESIRED_QT_VERSION=5
   make
 }
 



More information about the arch-commits mailing list