summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2018-05-02 21:55:43 -0600
committerAinola2018-05-02 21:55:43 -0600
commited9ef13e9f9b0669a14568548c113f7b8ad4af73 (patch)
treecc2c3e793fcf48cdfd2bf34bce009dd6251d9fd4
parent6670832f60524523cb07d1d672c14f88531005a4 (diff)
downloadaur-ed9ef13e9f9b0669a14568548c113f7b8ad4af73.tar.gz
add license and extra-cmake-modules
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc59d325a889..b3643bb0b7ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Wed May 2 04:25:27 UTC 2018
+# Thu May 3 03:55:21 UTC 2018
pkgbase = plasma5-applets-plasma-pass-git
pkgdesc = Plasma applet for pass.
pkgver = r16.d067ec5
- pkgrel = 2
+ pkgrel = 3
url = https://cgit.kde.org/scratch/dvratil/plasma-pass.git
arch = x86_64
arch = i686
- license = custom
- makedepends = cmake
+ license = GPL2
+ makedepends = extra-cmake-modules
makedepends = git
depends = pass
depends = plasma-framework
diff --git a/PKGBUILD b/PKGBUILD
index e3286150a5c9..913a6a8f7fbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,16 @@
# Maintainer: Ainola
+# Contributor: jfranco
+# Contributor: George Rawlinson
+
pkgname=plasma5-applets-plasma-pass-git
pkgver=r16.d067ec5
-pkgrel=2
+pkgrel=3
pkgdesc='Plasma applet for pass.'
url="https://cgit.kde.org/scratch/dvratil/plasma-pass.git"
arch=('x86_64' 'i686')
-license=('custom') # No license in the repo yet as of writing.
+license=('GPL2')
depends=('pass' 'plasma-framework')
-makedepends=('cmake' 'git')
+makedepends=('extra-cmake-modules' 'git')
provides=('plasma5-applets-plasma-pass')
source=("git+https://anongit.kde.org/scratch/dvratil/plasma-pass.git")
sha256sums=('SKIP')
@@ -24,6 +27,7 @@ build() {
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
}
+
package(){
cd "${srcdir}/plasma-pass/build"
make DESTDIR="$pkgdir" install