[arch-commits] Commit in pass/repos/community-any (PKGBUILD PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Wed May 19 04:50:19 UTC 2021


    Date: Wednesday, May 19, 2021 @ 04:50:19
  Author: polyzen
Revision: 936355

archrelease: copy trunk to community-any

Added:
  pass/repos/community-any/PKGBUILD
    (from rev 936354, pass/trunk/PKGBUILD)
Deleted:
  pass/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 39 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-19 04:49:53 UTC (rev 936354)
+++ PKGBUILD	2021-05-19 04:50:19 UTC (rev 936355)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Simon Zimmermann <simon at insmo.com>
-
-pkgname='pass'
-pkgver=1.7.3
-pkgrel=2
-pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
-arch=('any')
-url='https://www.passwordstore.org/'
-license=('GPL2')
-depends=('xclip' 'bash' 'gnupg' 'tree')
-checkdepends=('git')
-optdepends=('git: for Git support'
-            'dmenu: for passmenu'
-            'qrencode: for QR code support')
-replaces=('passmenu')
-provides=('passmenu')
-conflicts=('passmenu')
-source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz")
-sha256sums=('2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4')
-
-check() {
-  cd "${srcdir}/password-store-$pkgver/"
-  make test
-}
-
-package() {
-  cd "${srcdir}/password-store-$pkgver/"
-  make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
-
-  cd contrib/dmenu
-  install -Dm0755 passmenu "${pkgdir}/usr/bin/passmenu"
-}

Copied: pass/repos/community-any/PKGBUILD (from rev 936354, pass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-19 04:50:19 UTC (rev 936355)
@@ -0,0 +1,39 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Simon Zimmermann <simon at insmo.com>
+# Contributor: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname='pass'
+pkgver=1.7.3
+pkgrel=3
+pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
+arch=('any')
+url='https://www.passwordstore.org/'
+license=('GPL2')
+depends=('bash' 'gnupg' 'tree')
+checkdepends=('git')
+optdepends=('git: for Git support'
+            'dmenu: for passmenu'
+            'xdotool: to type passwords with passmenu'
+            'qrencode: for QR code support'
+            'vim-plugin-runtime: for redact_pass.vim'
+            'wl-clipboard: for clipboard support on Wayland'
+            'xclip: for clipboard support on X11')
+replaces=('passmenu')
+provides=('passmenu')
+conflicts=('passmenu')
+source=("https://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz")
+sha256sums=('2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4')
+
+check() {
+  cd "${srcdir}/password-store-$pkgver/"
+  make test
+}
+
+package() {
+  cd "${srcdir}/password-store-$pkgver/"
+  make DESTDIR="${pkgdir}" WITH_ALLCOMP=yes install
+
+  install -Dm0755 -t "${pkgdir}/usr/bin" contrib/dmenu/passmenu
+  install -Dm0644 -t "${pkgdir}/usr/share/vim/vimfiles/plugin" \
+    contrib/vim/redact_pass.vim
+}



More information about the arch-commits mailing list