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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Mar 22 08:16:35 UTC 2013


    Date: Friday, March 22, 2013 @ 09:16:35
  Author: svenstaro
Revision: 86791

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

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

-----------------------------------+
 /PKGBUILD                         |   64 ++++++++++++++++++++++++++++++++++++
 /bbswitch.install                 |   24 +++++++++++++
 community-i686/PKGBUILD           |   35 -------------------
 community-i686/bbswitch.install   |   12 ------
 community-x86_64/PKGBUILD         |   35 -------------------
 community-x86_64/bbswitch.install |   12 ------
 6 files changed, 88 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-22 07:12:40 UTC (rev 86790)
+++ community-i686/PKGBUILD	2013-03-22 08:16:35 UTC (rev 86791)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: M0Rf30
-# Contributor: Samsagax <samsagax at gmail.com>
-
-pkgname=bbswitch
-pkgver=0.5
-_extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install
-pkgrel=3
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops"
-arch=('i686' 'x86_64')
-url=("http://github.com/Bumblebee-Project/bbswitch")
-license=('GPL')
-depends=('linux>=3.8' 'linux<3.9')
-makedepends=('linux-headers>=3.8' 'linux-headers<3.9')
-install=bbswitch.install
-source=("https://github.com/downloads/Bumblebee-Project/bbswitch/${pkgname}-${pkgver}.tar.gz"
-        "https://github.com/Bumblebee-Project/bbswitch/commit/5593d9519364dc7f6f28c3dd8358afb907f39c0f.patch")
-md5sums=('5e0e6eb9c5e8c10db56e5b349b43bba7'
-         'd76180b8f6fd092038d5ae7c71a9caa8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-   
-  patch -Np1 < ${srcdir}/5593d9519364dc7f6f28c3dd8358afb907f39c0f.patch
-  make KDIR=/usr/src/linux-${_kernver}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"                      
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 86790, bbswitch/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-22 08:16:35 UTC (rev 86791)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: M0Rf30
+# Contributor: Samsagax <samsagax at gmail.com>
+
+pkgname=bbswitch
+pkgver=0.6
+_extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install
+pkgrel=1
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch")
+license=('GPL')
+depends=('linux>=3.8' 'linux<3.9')
+makedepends=('linux-headers>=3.8' 'linux-headers<3.9')
+install=bbswitch.install
+source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
+md5sums=('c5496e3225c8e70d02a24bfd8a50faf6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+   
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"                      
+}

Deleted: community-i686/bbswitch.install
===================================================================
--- community-i686/bbswitch.install	2013-03-22 07:12:40 UTC (rev 86790)
+++ community-i686/bbswitch.install	2013-03-22 08:16:35 UTC (rev 86791)
@@ -1,12 +0,0 @@
-post_install() {
-    EXTRAMODULES='extramodules-3.8-ARCH'
-    depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 86790, bbswitch/trunk/bbswitch.install)
===================================================================
--- community-i686/bbswitch.install	                        (rev 0)
+++ community-i686/bbswitch.install	2013-03-22 08:16:35 UTC (rev 86791)
@@ -0,0 +1,12 @@
+post_install() {
+    EXTRAMODULES='extramodules-3.8-ARCH'
+    depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-22 07:12:40 UTC (rev 86790)
+++ community-x86_64/PKGBUILD	2013-03-22 08:16:35 UTC (rev 86791)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: M0Rf30
-# Contributor: Samsagax <samsagax at gmail.com>
-
-pkgname=bbswitch
-pkgver=0.5
-_extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install
-pkgrel=3
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops"
-arch=('i686' 'x86_64')
-url=("http://github.com/Bumblebee-Project/bbswitch")
-license=('GPL')
-depends=('linux>=3.8' 'linux<3.9')
-makedepends=('linux-headers>=3.8' 'linux-headers<3.9')
-install=bbswitch.install
-source=("https://github.com/downloads/Bumblebee-Project/bbswitch/${pkgname}-${pkgver}.tar.gz"
-        "https://github.com/Bumblebee-Project/bbswitch/commit/5593d9519364dc7f6f28c3dd8358afb907f39c0f.patch")
-md5sums=('5e0e6eb9c5e8c10db56e5b349b43bba7'
-         'd76180b8f6fd092038d5ae7c71a9caa8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-   
-  patch -Np1 < ${srcdir}/5593d9519364dc7f6f28c3dd8358afb907f39c0f.patch
-  make KDIR=/usr/src/linux-${_kernver}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"                      
-}

Copied: bbswitch/repos/community-x86_64/PKGBUILD (from rev 86790, bbswitch/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-22 08:16:35 UTC (rev 86791)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: M0Rf30
+# Contributor: Samsagax <samsagax at gmail.com>
+
+pkgname=bbswitch
+pkgver=0.6
+_extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install
+pkgrel=1
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch")
+license=('GPL')
+depends=('linux>=3.8' 'linux<3.9')
+makedepends=('linux-headers>=3.8' 'linux-headers<3.9')
+install=bbswitch.install
+source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
+md5sums=('c5496e3225c8e70d02a24bfd8a50faf6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+   
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"                      
+}

Deleted: community-x86_64/bbswitch.install
===================================================================
--- community-x86_64/bbswitch.install	2013-03-22 07:12:40 UTC (rev 86790)
+++ community-x86_64/bbswitch.install	2013-03-22 08:16:35 UTC (rev 86791)
@@ -1,12 +0,0 @@
-post_install() {
-    EXTRAMODULES='extramodules-3.8-ARCH'
-    depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: bbswitch/repos/community-x86_64/bbswitch.install (from rev 86790, bbswitch/trunk/bbswitch.install)
===================================================================
--- community-x86_64/bbswitch.install	                        (rev 0)
+++ community-x86_64/bbswitch.install	2013-03-22 08:16:35 UTC (rev 86791)
@@ -0,0 +1,12 @@
+post_install() {
+    EXTRAMODULES='extramodules-3.8-ARCH'
+    depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list