From f4406f225af2b9cc3feec3e84daff08a24348dae Mon Sep 17 00:00:00 2001 From: Giuseppe Date: Mon, 11 Apr 2011 09:24:37 +0000 Subject: [PATCH] added new dependency to gluon: alure --- support-pkg-gluon-git/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/support-pkg-gluon-git/PKGBUILD b/support-pkg-gluon-git/PKGBUILD index 3b175d818..e7c9fd3f5 100644 --- a/support-pkg-gluon-git/PKGBUILD +++ b/support-pkg-gluon-git/PKGBUILD @@ -9,12 +9,12 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=gluon pkgver=0.70.0 -pkgrel=3 +pkgrel=4 pkgdesc="A high-level game development library for the KDE desktop enviornment." arch=('i686' 'x86_64') url="http://gluon.gamingfreedom.org/" license=('GPL') -depends=('glew' 'kdelibs' 'libsndfile' 'openal') +depends=('glew' 'kdelibs' 'libsndfile' 'openal' 'alure') makedepends=('git' 'eigen' 'cmake' 'automoc4') provides=('gluon') conflicts=('gluon') @@ -29,7 +29,7 @@ build() { cd "$srcdir/$pkgname-$pkgname" - cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgname" + cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_PHYSICS_COMPONENTS=ON -DBUILD_PHYSICS_ASSETS=ON "$srcdir/$pkgname-$pkgname" make || return 1 make DESTDIR="$pkgdir/" install }