[arch-commits] Commit in bluedevil/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Feb 13 17:43:51 UTC 2018


    Date: Tuesday, February 13, 2018 @ 17:43:50
  Author: arojas
Revision: 316830

archrelease: copy trunk to extra-x86_64

Added:
  bluedevil/repos/extra-x86_64/PKGBUILD
    (from rev 316829, bluedevil/trunk/PKGBUILD)
Deleted:
  bluedevil/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-13 17:43:37 UTC (rev 316829)
+++ PKGBUILD	2018-02-13 17:43:50 UTC (rev 316830)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=bluedevil
-pkgver=5.12.0
-pkgrel=1
-epoch=1
-pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(GPL2)
-depends=(bluez-qt kio)
-makedepends=(extra-cmake-modules plasma-framework kded python)
-optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('de009f6c440cc89cdb6ca0c16e60d49bf419b1a195a5bb49b0316275619254ee'
-            'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-              '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah at kde.org>
-              'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-              '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_INSTALL_LIBEXECDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 316829, bluedevil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-13 17:43:50 UTC (rev 316830)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=bluedevil
+pkgver=5.12.1
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded python)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('67890467af81d5330dc7f1c026de472d5b923250838e31ae3d8a2a78a75fb861'
+            'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+              '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah at kde.org>
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+              '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list