[arch-commits] Commit in libsecret/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Apr 14 17:52:52 UTC 2020


    Date: Tuesday, April 14, 2020 @ 17:52:51
  Author: heftig
Revision: 380317

archrelease: copy trunk to testing-x86_64

Added:
  libsecret/repos/testing-x86_64/
  libsecret/repos/testing-x86_64/PKGBUILD
    (from rev 380315, libsecret/trunk/PKGBUILD)

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

Copied: libsecret/repos/testing-x86_64/PKGBUILD (from rev 380315, libsecret/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-04-14 17:52:51 UTC (rev 380317)
@@ -0,0 +1,41 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libsecret
+pkgver=0.20.3
+pkgrel=1
+pkgdesc="Library for storing and retrieving passwords and other secrets"
+url="https://wiki.gnome.org/Projects/Libsecret"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libgcrypt)
+checkdepends=(python-dbus dbus-glib python-gobject gjs)
+makedepends=(docbook-xsl gobject-introspection vala git gtk-doc meson valgrind)
+optdepends=('org.freedesktop.secrets: secret storage backend')
+provides=(libsecret-1.so)
+_commit=fb456a3853a080996f044496b11f3001af4a2659  # tags/0.20.3^0
+source=("git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  dbus-run-session meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list