[arch-commits] Commit in gnome-passwordsafe/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 03:51:30 UTC 2019


    Date: Monday, November 4, 2019 @ 03:51:29
  Author: felixonmars
Revision: 523078

archrelease: copy trunk to community-staging-any

Added:
  gnome-passwordsafe/repos/community-staging-any/
  gnome-passwordsafe/repos/community-staging-any/PKGBUILD
    (from rev 523077, gnome-passwordsafe/trunk/PKGBUILD)

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

Copied: gnome-passwordsafe/repos/community-staging-any/PKGBUILD (from rev 523077, gnome-passwordsafe/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 03:51:29 UTC (rev 523078)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-passwordsafe
+pkgver=3.32.0
+pkgrel=2
+pkgdesc="Password manager for GNOME which makes use of the KeePass v.4 format"
+arch=(any)
+url="https://gitlab.gnome.org/World/PasswordSafe"
+license=(GPL3)
+depends=(libhandy libpwquality python-gobject python-pykeepass)
+makedepends=(git gobject-introspection meson)
+_commit=f229d4c45546bcd85934659c206c2340531af9d1  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/World/PasswordSafe.git/#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd PasswordSafe
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson PasswordSafe build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list