From 7d8637474118fea4215487d42a7a4c237db16a20 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 8 Apr 2013 22:57:15 -0300 Subject: bumblebee-libre-3.1-6: updating revision * Add suggestion from https://bugs.archlinux.org/task/34634 --- libre/bumblebee-libre/PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libre/bumblebee-libre/PKGBUILD') diff --git a/libre/bumblebee-libre/PKGBUILD b/libre/bumblebee-libre/PKGBUILD index aff067a94..3df5ae948 100644 --- a/libre/bumblebee-libre/PKGBUILD +++ b/libre/bumblebee-libre/PKGBUILD @@ -4,10 +4,11 @@ _pkgname=bumblebee pkgname=bumblebee-libre pkgver=3.1 -pkgrel=5.1 +pkgrel=6 pkgdesc="NVIDIA Optimus support for GNU/Linux through VirtualGL, without nonfree nvidia driver support" arch=('i686' 'x86_64') -depends=('virtualgl' 'libbsd' 'glib2' 'mesa-libgl') +depends=('virtualgl' 'glib2' 'mesa-libgl') +makedepends=('help2man') optdepends=('xf86-video-nouveau: nouveau driver' 'nouveau-dri: 3D acceleration features of nouveau' 'bbswitch: switch on/off discrete card' @@ -42,7 +43,8 @@ build() { ./configure \ CONF_DRIVER=nouveau \ --prefix=/usr \ - --sysconfdir=/etc + --sysconfdir=/etc \ + --without-pidfile make } -- cgit v1.2.3-54-g00ecf From cb48dec2b14b8b9acd4cf38539ff98603b72994f Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 9 Apr 2013 05:29:01 -0300 Subject: bumblebee-libre: fixing provides line error --- libre/bumblebee-libre/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libre/bumblebee-libre/PKGBUILD') diff --git a/libre/bumblebee-libre/PKGBUILD b/libre/bumblebee-libre/PKGBUILD index 3df5ae948..74f295b66 100644 --- a/libre/bumblebee-libre/PKGBUILD +++ b/libre/bumblebee-libre/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=bumblebee pkgname=bumblebee-libre pkgver=3.1 -pkgrel=6 +pkgrel=6.1 pkgdesc="NVIDIA Optimus support for GNU/Linux through VirtualGL, without nonfree nvidia driver support" arch=('i686' 'x86_64') depends=('virtualgl' 'glib2' 'mesa-libgl') @@ -19,7 +19,7 @@ if [ "$CARCH" = "x86_64" ]; then fi replaces=('bumblebee') conflicts=('bumblebee' 'nvidia-libgl') -provides=("bumblebee=$pkgver"'nvidia-libgl') +provides=("bumblebee=$pkgver" 'nvidia-libgl') url="http://www.bumblebee-project.org" license=("GPL3") install='bumblebee.install' -- cgit v1.2.3-54-g00ecf From 2905b73ca827c46cec64e050fd3cd4d3d356279d Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 9 Apr 2013 05:36:56 -0300 Subject: bumblebee-libre: adding nvidia-libgl on replaces line --- libre/bumblebee-libre/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libre/bumblebee-libre/PKGBUILD') diff --git a/libre/bumblebee-libre/PKGBUILD b/libre/bumblebee-libre/PKGBUILD index 74f295b66..8805ff9d1 100644 --- a/libre/bumblebee-libre/PKGBUILD +++ b/libre/bumblebee-libre/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=bumblebee pkgname=bumblebee-libre pkgver=3.1 -pkgrel=6.1 +pkgrel=6.2 pkgdesc="NVIDIA Optimus support for GNU/Linux through VirtualGL, without nonfree nvidia driver support" arch=('i686' 'x86_64') depends=('virtualgl' 'glib2' 'mesa-libgl') @@ -17,7 +17,7 @@ if [ "$CARCH" = "x86_64" ]; then optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications with optirun' optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun' fi -replaces=('bumblebee') +replaces=('bumblebee' 'nvidia-libgl') conflicts=('bumblebee' 'nvidia-libgl') provides=("bumblebee=$pkgver" 'nvidia-libgl') url="http://www.bumblebee-project.org" -- cgit v1.2.3-54-g00ecf