[arch-commits] Commit in bumblebee/repos (8 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Oct 8 00:15:10 UTC 2014
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 <sh at 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 <sh at 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"
+}
Deleted: community-i686/bumblebee.install
===================================================================
--- community-i686/bumblebee.install 2014-10-08 00:14:38 UTC (rev 120377)
+++ community-i686/bumblebee.install 2014-10-08 00:15:09 UTC (rev 120378)
@@ -1,16 +0,0 @@
-_notice() {
- echo "Don't forget to add yourself to the 'bumblebee' group to use Bumblebee"
-}
-
-post_upgrade() {
- getent group "bumblebee" &>/dev/null || groupadd -r bumblebee
-}
-
-post_remove() {
- getent group "bumblebee" &>/dev/null && groupdel bumblebee 1>/dev/null
-}
-
-post_install() {
- post_upgrade
- _notice
-}
Copied: bumblebee/repos/community-i686/bumblebee.install (from rev 120377, bumblebee/trunk/bumblebee.install)
===================================================================
--- community-i686/bumblebee.install (rev 0)
+++ community-i686/bumblebee.install 2014-10-08 00:15:09 UTC (rev 120378)
@@ -0,0 +1,16 @@
+_notice() {
+ echo "Don't forget to add yourself to the 'bumblebee' group to use Bumblebee"
+}
+
+post_upgrade() {
+ getent group "bumblebee" &>/dev/null || groupadd -r bumblebee
+}
+
+post_remove() {
+ getent group "bumblebee" &>/dev/null && groupdel bumblebee 1>/dev/null
+}
+
+post_install() {
+ post_upgrade
+ _notice
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-10-08 00:14:38 UTC (rev 120377)
+++ community-x86_64/PKGBUILD 2014-10-08 00:15:09 UTC (rev 120378)
@@ -1,61 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at 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-x86_64/PKGBUILD (from rev 120377, bumblebee/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-10-08 00:15:09 UTC (rev 120378)
@@ -0,0 +1,63 @@
+# Maintainer: Sven-Hendrik Haase <sh at 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"
+}
Deleted: community-x86_64/bumblebee.install
===================================================================
--- community-x86_64/bumblebee.install 2014-10-08 00:14:38 UTC (rev 120377)
+++ community-x86_64/bumblebee.install 2014-10-08 00:15:09 UTC (rev 120378)
@@ -1,16 +0,0 @@
-_notice() {
- echo "Don't forget to add yourself to the 'bumblebee' group to use Bumblebee"
-}
-
-post_upgrade() {
- getent group "bumblebee" &>/dev/null || groupadd -r bumblebee
-}
-
-post_remove() {
- getent group "bumblebee" &>/dev/null && groupdel bumblebee 1>/dev/null
-}
-
-post_install() {
- post_upgrade
- _notice
-}
Copied: bumblebee/repos/community-x86_64/bumblebee.install (from rev 120377, bumblebee/trunk/bumblebee.install)
===================================================================
--- community-x86_64/bumblebee.install (rev 0)
+++ community-x86_64/bumblebee.install 2014-10-08 00:15:09 UTC (rev 120378)
@@ -0,0 +1,16 @@
+_notice() {
+ echo "Don't forget to add yourself to the 'bumblebee' group to use Bumblebee"
+}
+
+post_upgrade() {
+ getent group "bumblebee" &>/dev/null || groupadd -r bumblebee
+}
+
+post_remove() {
+ getent group "bumblebee" &>/dev/null && groupdel bumblebee 1>/dev/null
+}
+
+post_install() {
+ post_upgrade
+ _notice
+}
More information about the arch-commits
mailing list