[arch-commits] Commit in bumblebee/repos (8 files)

2015-05-04 Thread Sven-Hendrik Haase
Date: Monday, May 4, 2015 @ 19:57:04
  Author: svenstaro
Revision: 132749

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bumblebee/repos/community-i686/PKGBUILD
(from rev 132748, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-i686/bumblebee.install
(from rev 132748, bumblebee/trunk/bumblebee.install)
  bumblebee/repos/community-x86_64/PKGBUILD
(from rev 132748, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-x86_64/bumblebee.install
(from rev 132748, bumblebee/trunk/bumblebee.install)
Deleted:
  bumblebee/repos/community-i686/PKGBUILD
  bumblebee/repos/community-i686/bumblebee.install
  bumblebee/repos/community-x86_64/PKGBUILD
  bumblebee/repos/community-x86_64/bumblebee.install

+
 /PKGBUILD  |  136 +++
 /bumblebee.install |   16 
 community-i686/PKGBUILD|   66 
 community-i686/bumblebee.install   |8 --
 community-x86_64/PKGBUILD  |   66 
 community-x86_64/bumblebee.install |8 --
 6 files changed, 152 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-04 17:56:56 UTC (rev 132748)
+++ community-i686/PKGBUILD 2015-05-04 17:57:04 UTC (rev 132749)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.2.1
-pkgrel=9
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'glib2' 'mesa-libgl')
-makedepends=('help2man')
-optdepends=('bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'nvidia-340xx: NVIDIA kernel driver for older devices'
-'nvidia-304xx: NVIDIA kernel driver for even older devices'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl' 'nvidia-340xx-libgl' 'nvidia-304xx-libgl')
-provides=('nvidia-libgl' 'nvidia-340xx-libgl' 'nvidia-304xx-libgl')
-url=http://www.bumblebee-project.org;
-license=(GPL3)
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;
-
bumblebee-hexadecimal.patch::https://github.com/Bumblebee-Project/Bumblebee/commit/2073f8537412aa47755eb6f3f22a114403e5285b.patch;)
-md5sums=('30974e677bb13e8a3825fd6f3e7d3b24'
- 'd0a7d504a717e34b05fb4bc9ee68f881')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-patch -Np1  ${srcdir}/bumblebee-hexadecimal.patch
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sbindir=/usr/bin \
---with-udev-rules=/usr/lib/udev/rules.d/ \
---sysconfdir=/etc \
---without-pidfile
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Stop nvidia from loading on boot
-mkdir -p ${pkgdir}/usr/lib/modprobe.d/
-echo blacklist nvidia  ${pkgdir}/usr/lib/modprobe.d/bumblebee.conf
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-sed -i s/sbin/bin/ ${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 132748, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-04 17:57:04 UTC (rev 132749)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=10
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'nvidia-340xx: NVIDIA kernel driver for older devices'
+'nvidia-304xx: NVIDIA kernel driver for even older devices'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for 

[arch-commits] Commit in bumblebee/repos (8 files)

2015-03-01 Thread Sven-Hendrik Haase
Date: Sunday, March 1, 2015 @ 13:29:10
  Author: svenstaro
Revision: 128482

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bumblebee/repos/community-i686/PKGBUILD
(from rev 128481, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-i686/bumblebee.install
(from rev 128481, bumblebee/trunk/bumblebee.install)
  bumblebee/repos/community-x86_64/PKGBUILD
(from rev 128481, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-x86_64/bumblebee.install
(from rev 128481, bumblebee/trunk/bumblebee.install)
Deleted:
  bumblebee/repos/community-i686/PKGBUILD
  bumblebee/repos/community-i686/bumblebee.install
  bumblebee/repos/community-x86_64/PKGBUILD
  bumblebee/repos/community-x86_64/bumblebee.install

+
 /PKGBUILD  |  132 +++
 /bumblebee.install |   16 
 community-i686/PKGBUILD|   66 -
 community-i686/bumblebee.install   |   16 
 community-x86_64/PKGBUILD  |   66 -
 community-x86_64/bumblebee.install |   16 
 6 files changed, 148 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-01 12:28:54 UTC (rev 128481)
+++ community-i686/PKGBUILD 2015-03-01 12:29:10 UTC (rev 128482)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.2.1
-pkgrel=8
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'glib2' 'mesa-libgl')
-makedepends=('help2man')
-optdepends=('bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'nvidia-340xx: NVIDIA kernel driver for older devices'
-'nvidia-304xx: NVIDIA kernel driver for even older devices'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl' 'nvidia-340xx-libgl' 'nvidia-304xx-libgl')
-provides=('nvidia-libgl' 'nvidia-340xx-libgl' 'nvidia-304xx-libgl')
-url=http://www.bumblebee-project.org;
-license=(GPL3)
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;
-
bumblebee-hexadecimal.patch::https://github.com/Bumblebee-Project/Bumblebee/commit/2073f8537412aa47755eb6f3f22a114403e5285b.patch;)
-md5sums=('30974e677bb13e8a3825fd6f3e7d3b24'
- 'd0a7d504a717e34b05fb4bc9ee68f881')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-patch -Np1  ${srcdir}/bumblebee-hexadecimal.patch
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sbindir=/usr/bin \
---with-udev-rules=/usr/lib/udev/rules.d/ \
---sysconfdir=/etc \
---without-pidfile
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Stop nvidia from loading on boot
-mkdir -p ${pkgdir}/usr/lib/modprobe.d/
-echo blacklist nvidia  ${pkgdir}/usr/lib/modprobe.d/bumblebee.conf
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-sed -i s/sbin/bin/ ${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 128481, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-01 12:29:10 UTC (rev 128482)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=9
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'nvidia-340xx: NVIDIA kernel driver for older devices'
+'nvidia-304xx: NVIDIA kernel driver for even older devices'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end 

[arch-commits] Commit in bumblebee/repos (8 files)

2014-12-13 Thread Felix Yan
Date: Saturday, December 13, 2014 @ 15:42:11
  Author: fyan
Revision: 123840

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bumblebee/repos/community-i686/PKGBUILD
(from rev 123839, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-i686/bumblebee.install
(from rev 123839, bumblebee/trunk/bumblebee.install)
  bumblebee/repos/community-x86_64/PKGBUILD
(from rev 123839, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-x86_64/bumblebee.install
(from rev 123839, bumblebee/trunk/bumblebee.install)
Deleted:
  bumblebee/repos/community-i686/PKGBUILD
  bumblebee/repos/community-i686/bumblebee.install
  bumblebee/repos/community-x86_64/PKGBUILD
  bumblebee/repos/community-x86_64/bumblebee.install

+
 /PKGBUILD  |  132 +++
 /bumblebee.install |   32 
 community-i686/PKGBUILD|   66 -
 community-i686/bumblebee.install   |   16 
 community-x86_64/PKGBUILD  |   65 -
 community-x86_64/bumblebee.install |   16 
 6 files changed, 164 insertions(+), 163 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-13 14:41:00 UTC (rev 123839)
+++ community-i686/PKGBUILD 2014-12-13 14:42:11 UTC (rev 123840)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.2.1
-pkgrel=8
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'glib2' 'mesa-libgl')
-makedepends=('help2man')
-optdepends=('bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'nvidia-340xx: NVIDIA kernel driver for older devices'
-'nvidia-304xx: NVIDIA kernel driver for even older devices'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl' 'nvidia-340xx-libgl' 'nvidia-304xx-libgl')
-provides=('nvidia-libgl' 'nvidia-340xx-libgl' 'nvidia-304xx-libgl')
-url=http://www.bumblebee-project.org;
-license=(GPL3)
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;
-
bumblebee-hexadecimal.patch::https://github.com/Bumblebee-Project/Bumblebee/commit/2073f8537412aa47755eb6f3f22a114403e5285b.patch;)
-md5sums=('30974e677bb13e8a3825fd6f3e7d3b24'
- 'd0a7d504a717e34b05fb4bc9ee68f881')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-patch -Np1  ${srcdir}/bumblebee-hexadecimal.patch
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sbindir=/usr/bin \
---with-udev-rules=/usr/lib/udev/rules.d/ \
---sysconfdir=/etc \
---without-pidfile
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Stop nvidia from loading on boot
-mkdir -p ${pkgdir}/usr/lib/modprobe.d/
-echo blacklist nvidia  ${pkgdir}/usr/lib/modprobe.d/bumblebee.conf
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-sed -i s/sbin/bin/ ${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 123839, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-13 14:42:11 UTC (rev 123840)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=8
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'nvidia-340xx: NVIDIA kernel driver for older devices'
+'nvidia-304xx: NVIDIA kernel driver for even older devices'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster 

[arch-commits] Commit in bumblebee/repos (8 files)

2014-11-18 Thread Sven-Hendrik Haase
Date: Tuesday, November 18, 2014 @ 17:01:32
  Author: svenstaro
Revision: 122707

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bumblebee/repos/community-i686/PKGBUILD
(from rev 122706, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-i686/bumblebee.install
(from rev 122706, bumblebee/trunk/bumblebee.install)
  bumblebee/repos/community-x86_64/PKGBUILD
(from rev 122706, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-x86_64/bumblebee.install
(from rev 122706, bumblebee/trunk/bumblebee.install)
Deleted:
  bumblebee/repos/community-i686/PKGBUILD
  bumblebee/repos/community-i686/bumblebee.install
  bumblebee/repos/community-x86_64/PKGBUILD
  bumblebee/repos/community-x86_64/bumblebee.install

+
 /PKGBUILD  |  130 +++
 /bumblebee.install |   32 
 community-i686/PKGBUILD|   67 --
 community-i686/bumblebee.install   |   16 
 community-x86_64/PKGBUILD  |   67 --
 community-x86_64/bumblebee.install |   16 
 6 files changed, 162 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-18 16:01:27 UTC (rev 122706)
+++ community-i686/PKGBUILD 2014-11-18 16:01:32 UTC (rev 122707)
@@ -1,67 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.2.1
-pkgrel=6
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'glib2' 'mesa-libgl')
-makedepends=('help2man')
-optdepends=('xf86-video-nouveau: nouveau driver'
-'nouveau-dri: 3D acceleration features fo nouveau'
-'bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'nvidia-340xx: NVIDIA kernel driver for older devices'
-'nvidia-304xx: NVIDIA kernel driver for even older devices'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl' 'nvidia-340xx-libgl')
-provides=('nvidia-libgl' 'nvidia-340xx-libgl')
-url=http://www.bumblebee-project.org;
-license=(GPL3)
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;
-
bumblebee-hexadecimal.patch::https://github.com/Bumblebee-Project/Bumblebee/commit/2073f8537412aa47755eb6f3f22a114403e5285b.patch;)
-md5sums=('30974e677bb13e8a3825fd6f3e7d3b24'
- 'd0a7d504a717e34b05fb4bc9ee68f881')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-patch -Np1  ${srcdir}/bumblebee-hexadecimal.patch
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sbindir=/usr/bin \
---with-udev-rules=/usr/lib/udev/rules.d/ \
---sysconfdir=/etc \
---without-pidfile
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Stop nvidia from loading on boot
-mkdir -p ${pkgdir}/usr/lib/modprobe.d/
-echo blacklist nvidia  ${pkgdir}/usr/lib/modprobe.d/bumblebee.conf
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-sed -i s/sbin/bin/ ${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 122706, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-18 16:01:32 UTC (rev 122707)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=7
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'nvidia-340xx: NVIDIA kernel driver for older devices'
+'nvidia-304xx: NVIDIA kernel driver for even older devices'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'

[arch-commits] Commit in bumblebee/repos (8 files)

2014-10-26 Thread Sven-Hendrik Haase
Date: Sunday, October 26, 2014 @ 22:37:51
  Author: svenstaro
Revision: 121440

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bumblebee/repos/community-i686/PKGBUILD
(from rev 121439, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-i686/bumblebee.install
(from rev 121439, bumblebee/trunk/bumblebee.install)
  bumblebee/repos/community-x86_64/PKGBUILD
(from rev 121439, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-x86_64/bumblebee.install
(from rev 121439, bumblebee/trunk/bumblebee.install)
Deleted:
  bumblebee/repos/community-i686/PKGBUILD
  bumblebee/repos/community-i686/bumblebee.install
  bumblebee/repos/community-x86_64/PKGBUILD
  bumblebee/repos/community-x86_64/bumblebee.install

+
 /PKGBUILD  |  134 +++
 /bumblebee.install |   32 
 community-i686/PKGBUILD|   63 
 community-i686/bumblebee.install   |   16 
 community-x86_64/PKGBUILD  |   63 
 community-x86_64/bumblebee.install |   16 
 6 files changed, 166 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-26 21:37:36 UTC (rev 121439)
+++ community-i686/PKGBUILD 2014-10-26 21:37:51 UTC (rev 121440)
@@ -1,63 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.2.1
-pkgrel=5
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'glib2' 'mesa-libgl')
-makedepends=('help2man')
-optdepends=('xf86-video-nouveau: nouveau driver'
-'nouveau-dri: 3D acceleration features fo nouveau'
-'bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'nvidia-340xx: NVIDIA kernel driver for older devices'
-'nvidia-304xx: NVIDIA kernel driver for even older devices'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl' 'nvidia-340xx-libgl')
-provides=('nvidia-libgl' 'nvidia-340xx-libgl')
-url=http://www.bumblebee-project.org;
-license=(GPL3)
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('30974e677bb13e8a3825fd6f3e7d3b24')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sbindir=/usr/bin \
---with-udev-rules=/usr/lib/udev/rules.d/ \
---sysconfdir=/etc \
---without-pidfile
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Stop nvidia from loading on boot
-mkdir -p ${pkgdir}/usr/lib/modprobe.d/
-echo blacklist nvidia  ${pkgdir}/usr/lib/modprobe.d/bumblebee.conf
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-sed -i s/sbin/bin/ ${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 121439, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-26 21:37:51 UTC (rev 121440)
@@ -0,0 +1,67 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=6
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('xf86-video-nouveau: nouveau driver'
+'nouveau-dri: 3D acceleration features fo nouveau'
+'bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'nvidia-340xx: NVIDIA kernel driver for older devices'
+'nvidia-304xx: NVIDIA kernel driver for even older devices'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
+fi
+conflicts=('nvidia-libgl' 'nvidia-340xx-libgl')

[arch-commits] Commit in bumblebee/repos (8 files)

2014-10-07 Thread Sven-Hendrik Haase
Date: Wednesday, October 8, 2014 @ 02:15:09
  Author: svenstaro
Revision: 120378

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bumblebee/repos/community-i686/PKGBUILD
(from rev 120377, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-i686/bumblebee.install
(from rev 120377, bumblebee/trunk/bumblebee.install)
  bumblebee/repos/community-x86_64/PKGBUILD
(from rev 120377, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-x86_64/bumblebee.install
(from rev 120377, bumblebee/trunk/bumblebee.install)
Deleted:
  bumblebee/repos/community-i686/PKGBUILD
  bumblebee/repos/community-i686/bumblebee.install
  bumblebee/repos/community-x86_64/PKGBUILD
  bumblebee/repos/community-x86_64/bumblebee.install

+
 /PKGBUILD  |  126 +++
 /bumblebee.install |   32 
 community-i686/PKGBUILD|   61 
 community-i686/bumblebee.install   |   16 
 community-x86_64/PKGBUILD  |   61 
 community-x86_64/bumblebee.install |   16 
 6 files changed, 158 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-08 00:14:38 UTC (rev 120377)
+++ community-i686/PKGBUILD 2014-10-08 00:15:09 UTC (rev 120378)
@@ -1,61 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.2.1
-pkgrel=3
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'glib2' 'mesa-libgl')
-makedepends=('help2man')
-optdepends=('xf86-video-nouveau: nouveau driver'
-'nouveau-dri: 3D acceleration features fo nouveau'
-'bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl')
-provides=('nvidia-libgl')
-url=http://www.bumblebee-project.org;
-license=(GPL3)
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('30974e677bb13e8a3825fd6f3e7d3b24')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sbindir=/usr/bin \
---with-udev-rules=/usr/lib/udev/rules.d/ \
---sysconfdir=/etc \
---without-pidfile
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Stop nvidia from loading on boot
-mkdir -p ${pkgdir}/usr/lib/modprobe.d/
-echo blacklist nvidia  ${pkgdir}/usr/lib/modprobe.d/bumblebee.conf
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-sed -i s/sbin/bin/ ${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 120377, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-08 00:15:09 UTC (rev 120378)
@@ -0,0 +1,63 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=4
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('xf86-video-nouveau: nouveau driver'
+'nouveau-dri: 3D acceleration features fo nouveau'
+'bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'nvidia-340xx: NVIDIA kernel driver for older devices'
+'nvidia-304xx: NVIDIA kernel driver for even older devices'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
+fi
+conflicts=('nvidia-libgl')
+provides=('nvidia-libgl')
+url=http://www.bumblebee-project.org;
+license=(GPL3)
+install='bumblebee.install'
+backup=('etc/bumblebee/bumblebee.conf' 
+'etc/bumblebee/xorg.conf.nouveau' 
+

[arch-commits] Commit in bumblebee/repos (8 files)

2014-10-07 Thread Sven-Hendrik Haase
Date: Wednesday, October 8, 2014 @ 03:49:09
  Author: svenstaro
Revision: 120380

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bumblebee/repos/community-i686/PKGBUILD
(from rev 120379, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-i686/bumblebee.install
(from rev 120379, bumblebee/trunk/bumblebee.install)
  bumblebee/repos/community-x86_64/PKGBUILD
(from rev 120379, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-x86_64/bumblebee.install
(from rev 120379, bumblebee/trunk/bumblebee.install)
Deleted:
  bumblebee/repos/community-i686/PKGBUILD
  bumblebee/repos/community-i686/bumblebee.install
  bumblebee/repos/community-x86_64/PKGBUILD
  bumblebee/repos/community-x86_64/bumblebee.install

+
 /PKGBUILD  |  126 +++
 /bumblebee.install |   32 
 community-i686/PKGBUILD|   63 -
 community-i686/bumblebee.install   |   16 
 community-x86_64/PKGBUILD  |   63 -
 community-x86_64/bumblebee.install |   16 
 6 files changed, 158 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-08 01:48:31 UTC (rev 120379)
+++ community-i686/PKGBUILD 2014-10-08 01:49:09 UTC (rev 120380)
@@ -1,63 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.2.1
-pkgrel=4
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'glib2' 'mesa-libgl')
-makedepends=('help2man')
-optdepends=('xf86-video-nouveau: nouveau driver'
-'nouveau-dri: 3D acceleration features fo nouveau'
-'bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'nvidia-340xx: NVIDIA kernel driver for older devices'
-'nvidia-304xx: NVIDIA kernel driver for even older devices'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl')
-provides=('nvidia-libgl')
-url=http://www.bumblebee-project.org;
-license=(GPL3)
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('30974e677bb13e8a3825fd6f3e7d3b24')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sbindir=/usr/bin \
---with-udev-rules=/usr/lib/udev/rules.d/ \
---sysconfdir=/etc \
---without-pidfile
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Stop nvidia from loading on boot
-mkdir -p ${pkgdir}/usr/lib/modprobe.d/
-echo blacklist nvidia  ${pkgdir}/usr/lib/modprobe.d/bumblebee.conf
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-sed -i s/sbin/bin/ ${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 120379, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-08 01:49:09 UTC (rev 120380)
@@ -0,0 +1,63 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=5
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('xf86-video-nouveau: nouveau driver'
+'nouveau-dri: 3D acceleration features fo nouveau'
+'bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'nvidia-340xx: NVIDIA kernel driver for older devices'
+'nvidia-304xx: NVIDIA kernel driver for even older devices'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
+fi
+conflicts=('nvidia-libgl' 'nvidia-340xx-libgl')
+provides=('nvidia-libgl' 

[arch-commits] Commit in bumblebee/repos (8 files)

2013-05-16 Thread Sven-Hendrik Haase
Date: Friday, May 17, 2013 @ 01:09:31
  Author: svenstaro
Revision: 90975

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bumblebee/repos/community-i686/PKGBUILD
(from rev 90974, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-i686/bumblebee.install
(from rev 90974, bumblebee/trunk/bumblebee.install)
  bumblebee/repos/community-x86_64/PKGBUILD
(from rev 90974, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-x86_64/bumblebee.install
(from rev 90974, bumblebee/trunk/bumblebee.install)
Deleted:
  bumblebee/repos/community-i686/PKGBUILD
  bumblebee/repos/community-i686/bumblebee.install
  bumblebee/repos/community-x86_64/PKGBUILD
  bumblebee/repos/community-x86_64/bumblebee.install

+
 /PKGBUILD  |  118 +++
 /bumblebee.install |   32 +
 community-i686/PKGBUILD|   54 
 community-i686/bumblebee.install   |   16 
 community-x86_64/PKGBUILD  |   54 
 community-x86_64/bumblebee.install |   16 
 6 files changed, 150 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-16 23:09:08 UTC (rev 90974)
+++ community-i686/PKGBUILD 2013-05-16 23:09:31 UTC (rev 90975)
@@ -1,54 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.2.1
-pkgrel=1
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'glib2' 'mesa-libgl')
-makedepends=('help2man')
-optdepends=('xf86-video-nouveau: nouveau driver'
-'nouveau-dri: 3D acceleration features fo nouveau'
-'bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl')
-provides=('nvidia-libgl')
-url=http://www.bumblebee-project.org;
-license=(GPL3)
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('30974e677bb13e8a3825fd6f3e7d3b24')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sysconfdir=/etc \
---without-pidfile
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 90974, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-16 23:09:31 UTC (rev 90975)
@@ -0,0 +1,59 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=2
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('xf86-video-nouveau: nouveau driver'
+'nouveau-dri: 3D acceleration features fo nouveau'
+'bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
+fi
+conflicts=('nvidia-libgl')
+provides=('nvidia-libgl')
+url=http://www.bumblebee-project.org;
+license=(GPL3)
+install='bumblebee.install'
+backup=('etc/bumblebee/bumblebee.conf' 
+'etc/bumblebee/xorg.conf.nouveau' 
+'etc/bumblebee/xorg.conf.nvidia')
+source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('30974e677bb13e8a3825fd6f3e7d3b24')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure \
+CONF_DRIVER_MODULE_NVIDIA=nvidia \
+CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
+CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
+--prefix=/usr \
+

[arch-commits] Commit in bumblebee/repos (8 files)

2013-05-16 Thread Sven-Hendrik Haase
Date: Friday, May 17, 2013 @ 01:59:14
  Author: svenstaro
Revision: 90987

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bumblebee/repos/community-i686/PKGBUILD
(from rev 90986, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-i686/bumblebee.install
(from rev 90986, bumblebee/trunk/bumblebee.install)
  bumblebee/repos/community-x86_64/PKGBUILD
(from rev 90986, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-x86_64/bumblebee.install
(from rev 90986, bumblebee/trunk/bumblebee.install)
Deleted:
  bumblebee/repos/community-i686/PKGBUILD
  bumblebee/repos/community-i686/bumblebee.install
  bumblebee/repos/community-x86_64/PKGBUILD
  bumblebee/repos/community-x86_64/bumblebee.install

+
 /PKGBUILD  |  122 +++
 /bumblebee.install |   32 +
 community-i686/PKGBUILD|   59 
 community-i686/bumblebee.install   |   16 
 community-x86_64/PKGBUILD  |   59 
 community-x86_64/bumblebee.install |   16 
 6 files changed, 154 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-16 23:59:09 UTC (rev 90986)
+++ community-i686/PKGBUILD 2013-05-16 23:59:14 UTC (rev 90987)
@@ -1,59 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.2.1
-pkgrel=2
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'glib2' 'mesa-libgl')
-makedepends=('help2man')
-optdepends=('xf86-video-nouveau: nouveau driver'
-'nouveau-dri: 3D acceleration features fo nouveau'
-'bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl')
-provides=('nvidia-libgl')
-url=http://www.bumblebee-project.org;
-license=(GPL3)
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('30974e677bb13e8a3825fd6f3e7d3b24')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---with-udev-rules=/usr/lib/udev/rules.d/ \
---sysconfdir=/etc \
---without-pidfile
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Stop nvidia from loading on boot
-mkdir -p ${pkgdir}/usr/lib/modprobe.d/
-echo blacklist nvidia  ${pkgdir}/usr/lib/modprobe.d/bumblebee.conf
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 90986, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-16 23:59:14 UTC (rev 90987)
@@ -0,0 +1,61 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=3
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('xf86-video-nouveau: nouveau driver'
+'nouveau-dri: 3D acceleration features fo nouveau'
+'bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
+fi
+conflicts=('nvidia-libgl')
+provides=('nvidia-libgl')
+url=http://www.bumblebee-project.org;
+license=(GPL3)
+install='bumblebee.install'
+backup=('etc/bumblebee/bumblebee.conf' 
+'etc/bumblebee/xorg.conf.nouveau' 
+'etc/bumblebee/xorg.conf.nvidia')
+source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('30974e677bb13e8a3825fd6f3e7d3b24')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure \
+

[arch-commits] Commit in bumblebee/repos (8 files)

2013-04-26 Thread Sven-Hendrik Haase
Date: Saturday, April 27, 2013 @ 02:11:28
  Author: svenstaro
Revision: 89128

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bumblebee/repos/community-i686/PKGBUILD
(from rev 89127, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-i686/bumblebee.install
(from rev 89127, bumblebee/trunk/bumblebee.install)
  bumblebee/repos/community-x86_64/PKGBUILD
(from rev 89127, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-x86_64/bumblebee.install
(from rev 89127, bumblebee/trunk/bumblebee.install)
Deleted:
  bumblebee/repos/community-i686/PKGBUILD
  bumblebee/repos/community-i686/bumblebee.install
  bumblebee/repos/community-x86_64/PKGBUILD
  bumblebee/repos/community-x86_64/bumblebee.install

+
 /PKGBUILD  |  108 +++
 /bumblebee.install |   32 ++
 community-i686/PKGBUILD|   54 -
 community-i686/bumblebee.install   |   16 -
 community-x86_64/PKGBUILD  |   54 -
 community-x86_64/bumblebee.install |   16 -
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-27 00:11:17 UTC (rev 89127)
+++ community-i686/PKGBUILD 2013-04-27 00:11:28 UTC (rev 89128)
@@ -1,54 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.2
-pkgrel=1
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'glib2' 'mesa-libgl')
-makedepends=('help2man')
-optdepends=('xf86-video-nouveau: nouveau driver'
-'nouveau-dri: 3D acceleration features fo nouveau'
-'bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl')
-provides=('nvidia-libgl')
-url=http://www.bumblebee-project.org;
-license=(GPL3)
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('690d0b3aea4ae1fc2a72fe2719ecfd74')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sysconfdir=/etc \
---without-pidfile
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 89127, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-27 00:11:28 UTC (rev 89128)
@@ -0,0 +1,54 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('xf86-video-nouveau: nouveau driver'
+'nouveau-dri: 3D acceleration features fo nouveau'
+'bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
+fi
+conflicts=('nvidia-libgl')
+provides=('nvidia-libgl')
+url=http://www.bumblebee-project.org;
+license=(GPL3)
+install='bumblebee.install'
+backup=('etc/bumblebee/bumblebee.conf' 
+'etc/bumblebee/xorg.conf.nouveau' 
+'etc/bumblebee/xorg.conf.nvidia')
+source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('30974e677bb13e8a3825fd6f3e7d3b24')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure \
+CONF_DRIVER_MODULE_NVIDIA=nvidia \
+CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
+CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
+--prefix=/usr \
+--sysconfdir=/etc \
+ 

[arch-commits] Commit in bumblebee/repos (8 files)

2013-04-08 Thread Sven-Hendrik Haase
Date: Monday, April 8, 2013 @ 14:53:13
  Author: svenstaro
Revision: 87883

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bumblebee/repos/community-i686/PKGBUILD
(from rev 87882, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-i686/bumblebee.install
(from rev 87882, bumblebee/trunk/bumblebee.install)
  bumblebee/repos/community-x86_64/PKGBUILD
(from rev 87882, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-x86_64/bumblebee.install
(from rev 87882, bumblebee/trunk/bumblebee.install)
Deleted:
  bumblebee/repos/community-i686/PKGBUILD
  bumblebee/repos/community-i686/bumblebee.install
  bumblebee/repos/community-x86_64/PKGBUILD
  bumblebee/repos/community-x86_64/bumblebee.install

+
 /PKGBUILD  |  108 +++
 /bumblebee.install |   32 ++
 community-i686/PKGBUILD|   52 
 community-i686/bumblebee.install   |   16 -
 community-x86_64/PKGBUILD  |   52 
 community-x86_64/bumblebee.install |   16 -
 6 files changed, 140 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-08 12:53:05 UTC (rev 87882)
+++ community-i686/PKGBUILD 2013-04-08 12:53:13 UTC (rev 87883)
@@ -1,52 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.1
-pkgrel=5
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'libbsd' 'glib2' 'mesa-libgl')
-optdepends=('xf86-video-nouveau: nouveau driver'
-'nouveau-dri: 3D acceleration features fo nouveau'
-'bbswitch: switch on/off discrete card' 
-'nvidia: NVIDIA kernel driver'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl')
-provides=('nvidia-libgl')
-url=http://www.bumblebee-project.org;
-license=(GPL3)
-install='bumblebee.install'
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('de515ef51b1e0714c2f1b2a95f83e77e')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
-CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sysconfdir=/etc
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 87882, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-08 12:53:13 UTC (rev 87883)
@@ -0,0 +1,54 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.1
+pkgrel=6
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'glib2' 'mesa-libgl')
+makedepends=('help2man')
+optdepends=('xf86-video-nouveau: nouveau driver'
+'nouveau-dri: 3D acceleration features fo nouveau'
+'bbswitch: switch on/off discrete card' 
+'nvidia: NVIDIA kernel driver'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
+fi
+conflicts=('nvidia-libgl')
+provides=('nvidia-libgl')
+url=http://www.bumblebee-project.org;
+license=(GPL3)
+install='bumblebee.install'
+backup=('etc/bumblebee/bumblebee.conf' 
+'etc/bumblebee/xorg.conf.nouveau' 
+'etc/bumblebee/xorg.conf.nvidia')
+source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('de515ef51b1e0714c2f1b2a95f83e77e')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure \
+CONF_DRIVER_MODULE_NVIDIA=nvidia \
+CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
+CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
+--prefix=/usr \
+--sysconfdir=/etc \
+--without-pidfile
+
+make
+}
+
+package() 

[arch-commits] Commit in bumblebee/repos (8 files)

2013-04-04 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 08:29:07
  Author: svenstaro
Revision: 87612

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  bumblebee/repos/community-testing-i686/PKGBUILD
(from rev 87611, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-testing-i686/bumblebee.install
(from rev 87611, bumblebee/trunk/bumblebee.install)
  bumblebee/repos/community-testing-x86_64/PKGBUILD
(from rev 87611, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-testing-x86_64/bumblebee.install
(from rev 87611, bumblebee/trunk/bumblebee.install)
Deleted:
  bumblebee/repos/community-testing-i686/PKGBUILD
  bumblebee/repos/community-testing-i686/bumblebee.install
  bumblebee/repos/community-testing-x86_64/PKGBUILD
  bumblebee/repos/community-testing-x86_64/bumblebee.install

+
 /PKGBUILD  |  104 +++
 /bumblebee.install |   32 
 community-testing-i686/PKGBUILD|   52 -
 community-testing-i686/bumblebee.install   |   16 
 community-testing-x86_64/PKGBUILD  |   52 -
 community-testing-x86_64/bumblebee.install |   16 
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-04-04 06:28:57 UTC (rev 87611)
+++ community-testing-i686/PKGBUILD 2013-04-04 06:29:07 UTC (rev 87612)
@@ -1,52 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.1
-pkgrel=1
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'libbsd' 'glib2')
-optdepends=('xf86-video-nouveau: Nouveau driver'
-'nouveau-dri: 3D acceleration features fo Nouveau'
-'bbswitch: switch on/off discrete card' 
-'nvidia: Nvidia kernel driver'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl')
-url=http://www.Bumblebee-Project.org;
-license=(GPL3)
-install='bumblebee.install'
-provides=('bumblebee')
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('de515ef51b1e0714c2f1b2a95f83e77e')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-
CONF_LDPATH_NVIDIA=/usr/lib/nvidia-bumblebee:/usr/lib32/nvidia-bumblebee \
-
CONF_MODPATH_NVIDIA=/usr/lib/nvidia-bumblebee/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sysconfdir=/etc
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-testing-i686/PKGBUILD (from rev 87611, 
bumblebee/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-04-04 06:29:07 UTC (rev 87612)
@@ -0,0 +1,52 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.1
+pkgrel=2
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'libbsd' 'glib2' 'mesa-libgl')
+optdepends=('xf86-video-nouveau: Nouveau driver'
+'nouveau-dri: 3D acceleration features fo Nouveau'
+'bbswitch: switch on/off discrete card' 
+'nvidia: Nvidia kernel driver'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
+fi
+conflicts=('nvidia-libgl')
+url=http://www.Bumblebee-Project.org;
+license=(GPL3)
+install='bumblebee.install'
+provides=('bumblebee')
+backup=('etc/bumblebee/bumblebee.conf' 
+'etc/bumblebee/xorg.conf.nouveau' 
+'etc/bumblebee/xorg.conf.nvidia')
+source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('de515ef51b1e0714c2f1b2a95f83e77e')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure \
+CONF_DRIVER_MODULE_NVIDIA=nvidia \
+
CONF_LDPATH_NVIDIA=/usr/lib/nvidia-bumblebee:/usr/lib32/nvidia-bumblebee 

[arch-commits] Commit in bumblebee/repos (8 files)

2013-04-04 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 12:41:31
  Author: svenstaro
Revision: 87637

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bumblebee/repos/community-i686/PKGBUILD
(from rev 87636, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-i686/bumblebee.install
(from rev 87636, bumblebee/trunk/bumblebee.install)
  bumblebee/repos/community-x86_64/PKGBUILD
(from rev 87636, bumblebee/trunk/PKGBUILD)
  bumblebee/repos/community-x86_64/bumblebee.install
(from rev 87636, bumblebee/trunk/bumblebee.install)
Deleted:
  bumblebee/repos/community-i686/PKGBUILD
  bumblebee/repos/community-i686/bumblebee.install
  bumblebee/repos/community-x86_64/PKGBUILD
  bumblebee/repos/community-x86_64/bumblebee.install

+
 /PKGBUILD  |  104 +++
 /bumblebee.install |   32 ++
 community-i686/PKGBUILD|   52 -
 community-i686/bumblebee.install   |   16 -
 community-x86_64/PKGBUILD  |   52 -
 community-x86_64/bumblebee.install |   16 -
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-04 10:40:47 UTC (rev 87636)
+++ community-i686/PKGBUILD 2013-04-04 10:41:31 UTC (rev 87637)
@@ -1,52 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=bumblebee
-pkgver=3.1
-pkgrel=2
-pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
-arch=('i686' 'x86_64')
-depends=('virtualgl' 'libbsd' 'glib2' 'mesa-libgl')
-optdepends=('xf86-video-nouveau: Nouveau driver'
-'nouveau-dri: 3D acceleration features fo Nouveau'
-'bbswitch: switch on/off discrete card' 
-'nvidia: Nvidia kernel driver'
-'primus: faster back-end for optirun')
-if [ $CARCH = x86_64 ]; then
- optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
- optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
-fi
-conflicts=('nvidia-libgl')
-url=http://www.Bumblebee-Project.org;
-license=(GPL3)
-install='bumblebee.install'
-provides=('bumblebee')
-backup=('etc/bumblebee/bumblebee.conf' 
-'etc/bumblebee/xorg.conf.nouveau' 
-'etc/bumblebee/xorg.conf.nvidia')
-source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('de515ef51b1e0714c2f1b2a95f83e77e')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-./configure \
-CONF_DRIVER_MODULE_NVIDIA=nvidia \
-
CONF_LDPATH_NVIDIA=/usr/lib/nvidia-bumblebee:/usr/lib32/nvidia-bumblebee \
-
CONF_MODPATH_NVIDIA=/usr/lib/nvidia-bumblebee/xorg/,/usr/lib/xorg/modules \
---prefix=/usr \
---sysconfdir=/etc
-
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make install DESTDIR=$pkgdir
-
-# Install systemd unit
-install -D -m644 scripts/systemd/bumblebeed.service 
${pkgdir}/usr/lib/systemd/system/bumblebeed.service
-
-# Make bash_completion work
-mv -v ${pkgdir}/etc/bash_completion.d/bumblebee 
${pkgdir}/etc/bash_completion.d/optirun
-}

Copied: bumblebee/repos/community-i686/PKGBUILD (from rev 87636, 
bumblebee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-04 10:41:31 UTC (rev 87637)
@@ -0,0 +1,52 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=bumblebee
+pkgver=3.1
+pkgrel=4
+pkgdesc=NVIDIA Optimus support for Linux through VirtualGL
+arch=('i686' 'x86_64')
+depends=('virtualgl' 'libbsd' 'glib2' 'mesa-libgl')
+optdepends=('xf86-video-nouveau: Nouveau driver'
+'nouveau-dri: 3D acceleration features fo Nouveau'
+'bbswitch: switch on/off discrete card' 
+'nvidia: Nvidia kernel driver'
+'primus: faster back-end for optirun')
+if [ $CARCH = x86_64 ]; then
+ optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'
+ optdepends[${#optdepends[@]}]='lib32-primus: faster back-end for optirun'
+fi
+conflicts=('nvidia-libgl')
+url=http://www.Bumblebee-Project.org;
+license=(GPL3)
+install='bumblebee.install'
+provides=('bumblebee')
+backup=('etc/bumblebee/bumblebee.conf' 
+'etc/bumblebee/xorg.conf.nouveau' 
+'etc/bumblebee/xorg.conf.nvidia')
+source=(http://www.bumblebee-project.org/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('de515ef51b1e0714c2f1b2a95f83e77e')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure \
+CONF_DRIVER_MODULE_NVIDIA=nvidia \
+CONF_LDPATH_NVIDIA=/usr/lib/nvidia:/usr/lib32/nvidia \
+CONF_MODPATH_NVIDIA=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules \
+--prefix=/usr \
+--sysconfdir=/etc
+
+make
+}
+
+package() {
+cd