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

Felix Yan fyan at nymeria.archlinux.org
Sun Jan 5 19:22:29 UTC 2014


    Date: Sunday, January 5, 2014 @ 20:22:29
  Author: fyan
Revision: 103419

upgpkg: boinc 7.2.33-3

fix wx-config path, fix missing glut prompt

Modified:
  boinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-05 18:53:37 UTC (rev 103418)
+++ PKGBUILD	2014-01-05 19:22:29 UTC (rev 103419)
@@ -7,11 +7,11 @@
 pkgname=(boinc boinc-nox)
 pkgver=7.2.33
 _tag="client_release/7.2/$pkgver"
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://boinc.berkeley.edu/"
 license=('LGPL')
-makedepends=('libxslt' 'perl-xml-sax' 'git' 'libxss' 'libnotify' 'wxgtk2.8' 'sqlite3' 'curl' 'inetutils')
+makedepends=('libxslt' 'perl-xml-sax' 'git' 'libxss' 'libnotify' 'wxgtk2.8' 'sqlite3' 'curl' 'inetutils' 'libxmu' 'freeglut' 'glu' 'mesa')
 install=$pkgbase.install
 source=("git://boinc.berkeley.edu/boinc-v2.git#tag=$_tag"
 	boinc.bash
@@ -39,7 +39,7 @@
     --with-ssl \
     --enable-dynamic-client-linkage \
     --with-wxdir=/usr/lib \
-    --with-wx-config=$(which wx-config) \
+    --with-wx-config=$(which wx-config-2.8) \
     --disable-static \
     --enable-client \
     --enable-manager \




More information about the arch-commits mailing list