Date: Thursday, May 14, 2020 @ 14:51:51
  Author: arojas
Revision: 383427

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  bluedevil/repos/kde-unstable-x86_64/
  bluedevil/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 383426, bluedevil/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

Copied: bluedevil/repos/kde-unstable-x86_64/PKGBUILD (from rev 383426, 
bluedevil/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2020-05-14 14:51:51 UTC (rev 383427)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=bluedevil
+pkgver=5.18.90
+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)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a9fe263bfad209e4ddc64a6307cd1275a33cb6356009c0ea7a50f000d807b4d9'
+            'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 
<[email protected]>
+              '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 
<[email protected]>
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 
<[email protected]>
+              '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 
<[email protected]>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to