[arch-commits] Commit in bbswitch-lts/repos (8 files)
Andreas Radke
andyrtr at archlinux.org
Tue Sep 22 20:41:36 UTC 2015
Date: Tuesday, September 22, 2015 @ 22:41:36
Author: andyrtr
Revision: 141487
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
bbswitch-lts/repos/community-testing-i686/PKGBUILD
(from rev 141486, bbswitch-lts/trunk/PKGBUILD)
bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install
(from rev 141486, bbswitch-lts/trunk/bbswitch-lts.install)
bbswitch-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 141486, bbswitch-lts/trunk/PKGBUILD)
bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install
(from rev 141486, bbswitch-lts/trunk/bbswitch-lts.install)
Deleted:
bbswitch-lts/repos/community-testing-i686/PKGBUILD
bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install
bbswitch-lts/repos/community-testing-x86_64/PKGBUILD
bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install
-----------------------------------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++
/bbswitch-lts.install | 24 ++++++++
community-testing-i686/PKGBUILD | 34 ------------
community-testing-i686/bbswitch-lts.install | 12 ----
community-testing-x86_64/PKGBUILD | 34 ------------
community-testing-x86_64/bbswitch-lts.install | 12 ----
6 files changed, 92 insertions(+), 92 deletions(-)
Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD 2015-09-22 20:41:26 UTC (rev 141486)
+++ community-testing-i686/PKGBUILD 2015-09-22 20:41:36 UTC (rev 141487)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: M0Rf30
-# Contributor: Samsagax <samsagax at gmail.com>
-
-pkgname=bbswitch-lts
-_basename=bbswitch
-pkgver=0.8
-_extramodules=extramodules-4.1-lts # Don't forget to update bbswitch-lts.install
-pkgrel=11
-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-lts>=4.1.7' 'linux-lts<4.2')
-makedepends=('linux-lts-headers>=4.1.7' 'linux-lts-headers<4.2')
-install=${pkgname}.install
-source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
- cd ${srcdir}/${_basename}-${pkgver}
-
- _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
- make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
- cd ${srcdir}/${_basename}-${pkgver}
-
- install -Dm644 bbswitch.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
- gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
-}
Copied: bbswitch-lts/repos/community-testing-i686/PKGBUILD (from rev 141486, bbswitch-lts/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-09-22 20:41:36 UTC (rev 141487)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: M0Rf30
+# Contributor: Samsagax <samsagax at gmail.com>
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.1-lts # Don't forget to update bbswitch-lts.install
+pkgrel=12
+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-lts>=4.1.8' 'linux-lts<4.2')
+makedepends=('linux-lts-headers>=4.1.8' 'linux-lts-headers<4.2')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+ cd ${srcdir}/${_basename}-${pkgver}
+
+ _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+ make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+ cd ${srcdir}/${_basename}-${pkgver}
+
+ install -Dm644 bbswitch.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+ gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
+}
Deleted: community-testing-i686/bbswitch-lts.install
===================================================================
--- community-testing-i686/bbswitch-lts.install 2015-09-22 20:41:26 UTC (rev 141486)
+++ community-testing-i686/bbswitch-lts.install 2015-09-22 20:41:36 UTC (rev 141487)
@@ -1,12 +0,0 @@
-post_install() {
- EXTRAMODULES='extramodules-4.1-lts'
- depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install (from rev 141486, bbswitch-lts/trunk/bbswitch-lts.install)
===================================================================
--- community-testing-i686/bbswitch-lts.install (rev 0)
+++ community-testing-i686/bbswitch-lts.install 2015-09-22 20:41:36 UTC (rev 141487)
@@ -0,0 +1,12 @@
+post_install() {
+ EXTRAMODULES='extramodules-4.1-lts'
+ depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD 2015-09-22 20:41:26 UTC (rev 141486)
+++ community-testing-x86_64/PKGBUILD 2015-09-22 20:41:36 UTC (rev 141487)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: M0Rf30
-# Contributor: Samsagax <samsagax at gmail.com>
-
-pkgname=bbswitch-lts
-_basename=bbswitch
-pkgver=0.8
-_extramodules=extramodules-4.1-lts # Don't forget to update bbswitch-lts.install
-pkgrel=11
-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-lts>=4.1.7' 'linux-lts<4.2')
-makedepends=('linux-lts-headers>=4.1.7' 'linux-lts-headers<4.2')
-install=${pkgname}.install
-source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
- cd ${srcdir}/${_basename}-${pkgver}
-
- _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
- make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
- cd ${srcdir}/${_basename}-${pkgver}
-
- install -Dm644 bbswitch.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
- gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
-}
Copied: bbswitch-lts/repos/community-testing-x86_64/PKGBUILD (from rev 141486, bbswitch-lts/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2015-09-22 20:41:36 UTC (rev 141487)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: M0Rf30
+# Contributor: Samsagax <samsagax at gmail.com>
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.1-lts # Don't forget to update bbswitch-lts.install
+pkgrel=12
+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-lts>=4.1.8' 'linux-lts<4.2')
+makedepends=('linux-lts-headers>=4.1.8' 'linux-lts-headers<4.2')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+ cd ${srcdir}/${_basename}-${pkgver}
+
+ _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+ make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+ cd ${srcdir}/${_basename}-${pkgver}
+
+ install -Dm644 bbswitch.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+ gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
+}
Deleted: community-testing-x86_64/bbswitch-lts.install
===================================================================
--- community-testing-x86_64/bbswitch-lts.install 2015-09-22 20:41:26 UTC (rev 141486)
+++ community-testing-x86_64/bbswitch-lts.install 2015-09-22 20:41:36 UTC (rev 141487)
@@ -1,12 +0,0 @@
-post_install() {
- EXTRAMODULES='extramodules-4.1-lts'
- depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install (from rev 141486, bbswitch-lts/trunk/bbswitch-lts.install)
===================================================================
--- community-testing-x86_64/bbswitch-lts.install (rev 0)
+++ community-testing-x86_64/bbswitch-lts.install 2015-09-22 20:41:36 UTC (rev 141487)
@@ -0,0 +1,12 @@
+post_install() {
+ EXTRAMODULES='extramodules-4.1-lts'
+ depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list