Date: Tuesday, April 19, 2016 @ 08:54:56 Author: tpowa Revision: 171380
db-move: moved bbswitch from [community-testing] to [community] (i686, x86_64) Added: bbswitch/repos/community-i686/PKGBUILD (from rev 171379, bbswitch/repos/community-testing-i686/PKGBUILD) bbswitch/repos/community-i686/bbswitch.install (from rev 171379, bbswitch/repos/community-testing-i686/bbswitch.install) bbswitch/repos/community-x86_64/PKGBUILD (from rev 171379, bbswitch/repos/community-testing-x86_64/PKGBUILD) bbswitch/repos/community-x86_64/bbswitch.install (from rev 171379, bbswitch/repos/community-testing-x86_64/bbswitch.install) Deleted: bbswitch/repos/community-i686/PKGBUILD bbswitch/repos/community-i686/bbswitch.install bbswitch/repos/community-testing-i686/ bbswitch/repos/community-testing-x86_64/ bbswitch/repos/community-x86_64/PKGBUILD bbswitch/repos/community-x86_64/bbswitch.install -----------------------------------+ /PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++ /bbswitch.install | 24 +++++++++++++ community-i686/PKGBUILD | 33 ------------------ community-i686/bbswitch.install | 12 ------ community-x86_64/PKGBUILD | 33 ------------------ community-x86_64/bbswitch.install | 12 ------ 6 files changed, 90 insertions(+), 90 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-04-19 06:54:54 UTC (rev 171379) +++ community-i686/PKGBUILD 2016-04-19 06:54:56 UTC (rev 171380) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> -# Contributor: M0Rf30 -# Contributor: Samsagax <samsa...@gmail.com> - -pkgname=bbswitch -pkgver=0.8 -_extramodules=extramodules-4.5-ARCH # Don't forget to update bbswitch.install -pkgrel=45 -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>=4.5' 'linux<4.6') -makedepends=('linux-headers>=4.5' 'linux-headers<4.6') -install=bbswitch.install -source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz") -md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - _kernver="$(cat /usr/lib/modules/${_extramodules}/version)" - - make KDIR=/lib/modules/${_kernver}/build -} - -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 171379, bbswitch/repos/community-testing-i686/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-04-19 06:54:56 UTC (rev 171380) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> +# Contributor: M0Rf30 +# Contributor: Samsagax <samsa...@gmail.com> + +pkgname=bbswitch +pkgver=0.8 +_extramodules=extramodules-4.5-ARCH # Don't forget to update bbswitch.install +pkgrel=46 +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>=4.5' 'linux<4.6') +makedepends=('linux-headers>=4.5' 'linux-headers<4.6') +install=bbswitch.install +source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz") +md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + + _kernver="$(cat /usr/lib/modules/${_extramodules}/version)" + + make KDIR=/lib/modules/${_kernver}/build +} + +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 2016-04-19 06:54:54 UTC (rev 171379) +++ community-i686/bbswitch.install 2016-04-19 06:54:56 UTC (rev 171380) @@ -1,12 +0,0 @@ -post_install() { - EXTRAMODULES='extramodules-4.5-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 171379, bbswitch/repos/community-testing-i686/bbswitch.install) =================================================================== --- community-i686/bbswitch.install (rev 0) +++ community-i686/bbswitch.install 2016-04-19 06:54:56 UTC (rev 171380) @@ -0,0 +1,12 @@ +post_install() { + EXTRAMODULES='extramodules-4.5-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 2016-04-19 06:54:54 UTC (rev 171379) +++ community-x86_64/PKGBUILD 2016-04-19 06:54:56 UTC (rev 171380) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> -# Contributor: M0Rf30 -# Contributor: Samsagax <samsa...@gmail.com> - -pkgname=bbswitch -pkgver=0.8 -_extramodules=extramodules-4.5-ARCH # Don't forget to update bbswitch.install -pkgrel=45 -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>=4.5' 'linux<4.6') -makedepends=('linux-headers>=4.5' 'linux-headers<4.6') -install=bbswitch.install -source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz") -md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - _kernver="$(cat /usr/lib/modules/${_extramodules}/version)" - - make KDIR=/lib/modules/${_kernver}/build -} - -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 171379, bbswitch/repos/community-testing-x86_64/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-04-19 06:54:56 UTC (rev 171380) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> +# Contributor: M0Rf30 +# Contributor: Samsagax <samsa...@gmail.com> + +pkgname=bbswitch +pkgver=0.8 +_extramodules=extramodules-4.5-ARCH # Don't forget to update bbswitch.install +pkgrel=46 +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>=4.5' 'linux<4.6') +makedepends=('linux-headers>=4.5' 'linux-headers<4.6') +install=bbswitch.install +source=("$pkgname-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz") +md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + + _kernver="$(cat /usr/lib/modules/${_extramodules}/version)" + + make KDIR=/lib/modules/${_kernver}/build +} + +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 2016-04-19 06:54:54 UTC (rev 171379) +++ community-x86_64/bbswitch.install 2016-04-19 06:54:56 UTC (rev 171380) @@ -1,12 +0,0 @@ -post_install() { - EXTRAMODULES='extramodules-4.5-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 171379, bbswitch/repos/community-testing-x86_64/bbswitch.install) =================================================================== --- community-x86_64/bbswitch.install (rev 0) +++ community-x86_64/bbswitch.install 2016-04-19 06:54:56 UTC (rev 171380) @@ -0,0 +1,12 @@ +post_install() { + EXTRAMODULES='extramodules-4.5-ARCH' + depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}