summaryrefslogtreecommitdiff
path: root/libre/bumblebee
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-10-27 03:12:20 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-10-27 03:12:25 -0200
commitf271155e935a960517f9f7360860d49defe80dcb (patch)
treebf74d8b7d9420573224b129ca8ffc50ab2995043 /libre/bumblebee
parentc20661bd3c5b89cc5487aefa8f2f0b3f373ed5f4 (diff)
downloadabslibre-f271155e935a960517f9f7360860d49defe80dcb.tar.gz
abslibre-f271155e935a960517f9f7360860d49defe80dcb.tar.bz2
abslibre-f271155e935a960517f9f7360860d49defe80dcb.zip
bumblebee-3.2.1-6.parabola1: fix FS#41983 -> https://bugs.archlinux.org/task/41983
Diffstat (limited to 'libre/bumblebee')
-rw-r--r--libre/bumblebee/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/libre/bumblebee/PKGBUILD b/libre/bumblebee/PKGBUILD
index 80ea574ef..1c7f43930 100644
--- a/libre/bumblebee/PKGBUILD
+++ b/libre/bumblebee/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bumblebee
pkgver=3.2.1
-pkgrel=5.parabola2
+pkgrel=6.parabola1
pkgdesc="NVIDIA Optimus support for GNU/Linux through VirtualGL, without nonfree nvidia driver support"
arch=('i686' 'x86_64' 'mips64el')
depends=('virtualgl' 'glib2' 'mesa-libgl')
@@ -25,8 +25,10 @@ install="$pkgname.install"
backup=("etc/$pkgname/$pkgname.conf"
"etc/$pkgname/xorg.conf.nouveau")
source=("http://www.$pkgname-project.org/${pkgname}-${pkgver}.tar.gz"
+ "bumblebee-hexadecimal.patch::https://github.com/Bumblebee-Project/Bumblebee/commit/2073f8537412aa47755eb6f3f22a114403e5285b.patch"
'libre.patch')
md5sums=('30974e677bb13e8a3825fd6f3e7d3b24'
+ 'd0a7d504a717e34b05fb4bc9ee68f881'
'1daed1e00f74538add6c435dfa0569d1')
prepare() {
@@ -43,6 +45,8 @@ prepare() {
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -Np1 < ${srcdir}/bumblebee-hexadecimal.patch
+
./configure \
CONF_DRIVER=nouveau \
--prefix=/usr \