[arch-commits] Commit in gnome-passwordsafe (3 files)

Balló György bgyorgy at archlinux.org
Sat Dec 15 10:34:45 UTC 2018


    Date: Saturday, December 15, 2018 @ 10:34:44
  Author: bgyorgy
Revision: 416362

archrelease: copy trunk to community-any

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

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

Copied: gnome-passwordsafe/repos/community-any/PKGBUILD (from rev 416361, gnome-passwordsafe/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2018-12-15 10:34:44 UTC (rev 416362)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-passwordsafe
+pkgver=3.30.2
+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 python-pykeepass)
+makedepends=(git gobject-introspection meson)
+_commit=a480c5b1b7746e45f26ec682f571d10195ea3eb7  # tags/3.30.2
+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