[arch-commits] Commit in plasma-vault (3 files)

Antonio Rojas arojas at archlinux.org
Thu Sep 14 11:20:47 UTC 2017


    Date: Thursday, September 14, 2017 @ 11:20:46
  Author: arojas
Revision: 305535

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

Added:
  plasma-vault/repos/
  plasma-vault/repos/kde-unstable-x86_64/
  plasma-vault/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 305534, plasma-vault/kde-unstable/PKGBUILD)

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

Copied: plasma-vault/repos/kde-unstable-x86_64/PKGBUILD (from rev 305534, plasma-vault/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2017-09-14 11:20:46 UTC (rev 305535)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plasma-vault
+pkgver=5.10.95
+pkgrel=1
+pkgdesc="Plasma applet and services for creating encrypted vaults"
+arch=(i686 x86_64)
+url="https://www.kde.org/"
+license=(LGPL)
+groups=(plasma)
+depends=(plasma-framework libksysguard encfs)
+makedepends=(extra-cmake-modules python)
+optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for encryption')
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e08f18d40993098783e73630e0bd02ed350329dfa41b9c382f0d46fba6834482'
+            'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E')  # Jonathan Riddell
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list