From f271155e935a960517f9f7360860d49defe80dcb Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 27 Oct 2014 03:12:20 -0200 Subject: bumblebee-3.2.1-6.parabola1: fix FS#41983 -> https://bugs.archlinux.org/task/41983 --- libre/bumblebee/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libre') 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 \ -- cgit v1.2.3-54-g00ecf