[arch-commits] Commit in bbswitch/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Dec 24 05:37:28 UTC 2019


    Date: Tuesday, December 24, 2019 @ 05:37:28
  Author: heftig
Revision: 539713

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/PKGBUILD
    (from rev 539709, bbswitch/trunk/PKGBUILD)
Deleted:
  bbswitch/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-24 05:37:27 UTC (rev 539712)
+++ PKGBUILD	2019-12-24 05:37:28 UTC (rev 539713)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: M0Rf30
-# Contributor: Samsagax <samsagax at gmail.com>
-
-pkgbase=bbswitch
-pkgname=(bbswitch bbswitch-dkms)
-pkgver=0.8
-pkgrel=274
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops"
-arch=('x86_64')
-url="http://github.com/Bumblebee-Project/bbswitch"
-license=('GPL')
-makedepends=('linux-headers')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make KDIR=/usr/src/linux
-}
-
-package_bbswitch() {
-  depends=('linux')
-
-  cd ${pkgbase}-${pkgver}
-  _extradir="/usr/lib/modules/$(</usr/src/linux/version)/extramodules"
-  install -Dt "${pkgdir}${_extradir}" -m644 *.ko
-  find "${pkgdir}" -name '*.ko' -exec xz {} +
-}
-
-package_bbswitch-dkms() {
-  depends=('dkms')
-  conflicts=('bbswitch')
-  provides=('bbswitch')
-
-  cd ${pkgbase}-${pkgver}
-  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile bbswitch.c dkms/dkms.conf
-}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 539709, bbswitch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-24 05:37:28 UTC (rev 539713)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: M0Rf30
+# Contributor: Samsagax <samsagax at gmail.com>
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=275
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch"
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz")
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(</usr/src/linux/version)/extramodules"
+  install -Dt "${pkgdir}${_extradir}" -m644 *.ko
+  find "${pkgdir}" -name '*.ko' -exec xz {} +
+}
+
+package_bbswitch-dkms() {
+  depends=('dkms')
+  conflicts=('bbswitch')
+  provides=('bbswitch')
+
+  cd ${pkgbase}-${pkgver}
+  install -Dt "${pkgdir}/usr/src/${pkgbase}-${pkgver}" -m644 Makefile bbswitch.c dkms/dkms.conf
+}



More information about the arch-commits mailing list