diff options
author | root <root@rshg054.dnsready.net> | 2013-04-26 00:59:18 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-26 00:59:18 -0700 |
commit | a247f0004e94d32b5fe69a5123e1c6684d8cf096 (patch) | |
tree | b501a4766eb2372f2185494535bf7f5900510d22 /libre | |
parent | 9c9a534c011e220f1fcdc4bd56c21d7d8cfc94a1 (diff) |
Fri Apr 26 00:59:18 PDT 2013
Diffstat (limited to 'libre')
-rw-r--r-- | libre/bumblebee-libre/PKGBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libre/bumblebee-libre/PKGBUILD b/libre/bumblebee-libre/PKGBUILD index 8805ff9d1..d07cb1c64 100644 --- a/libre/bumblebee-libre/PKGBUILD +++ b/libre/bumblebee-libre/PKGBUILD @@ -3,8 +3,8 @@ _pkgname=bumblebee pkgname=bumblebee-libre -pkgver=3.1 -pkgrel=6.2 +pkgver=3.2 +pkgrel=1 pkgdesc="NVIDIA Optimus support for GNU/Linux through VirtualGL, without nonfree nvidia driver support" arch=('i686' 'x86_64') depends=('virtualgl' 'glib2' 'mesa-libgl') @@ -27,10 +27,10 @@ backup=('etc/bumblebee/bumblebee.conf' 'etc/bumblebee/xorg.conf.nouveau') source=("http://www.bumblebee-project.org/${_pkgname}-${pkgver}.tar.gz" 'libre.patch') -md5sums=('de515ef51b1e0714c2f1b2a95f83e77e' +md5sums=('690d0b3aea4ae1fc2a72fe2719ecfd74' 'f8b6044310039911236f53a625c611a6') -build() { +prepare() { cd "${srcdir}/${_pkgname}-${pkgver}" # Remove nonfree references to nonfree nvidia driver and unnecessaries files @@ -40,6 +40,9 @@ build() { rm -rv "scripts/bumblebee-bugreport.in" patch -Np1 -i "${srcdir}/libre.patch" +build() { + cd "${srcdir}/${_pkgname}-${pkgver}" + ./configure \ CONF_DRIVER=nouveau \ --prefix=/usr \ |