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

Jan Steffens heftig at gemini.archlinux.org
Mon Nov 8 20:40:23 UTC 2021


    Date: Monday, November 8, 2021 @ 20:40:23
  Author: heftig
Revision: 427613

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  seahorse/repos/gnome-unstable-x86_64/
  seahorse/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 427612, seahorse/trunk/PKGBUILD)

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

Copied: seahorse/repos/gnome-unstable-x86_64/PKGBUILD (from rev 427612, seahorse/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2021-11-08 20:40:23 UTC (rev 427613)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Michel Brabants <michel.linux at tiscali.be>
+
+pkgname=seahorse
+pkgver=41.0
+pkgrel=1
+epoch=1
+pkgdesc="GNOME application for managing PGP keys."
+url="https://wiki.gnome.org/Apps/Seahorse"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gcr libsecret libsoup gpgme org.freedesktop.secrets libpwquality
+         libhandy)
+makedepends=(libldap yelp-tools gobject-introspection vala git meson)
+provides=(x11-ssh-askpass)
+_commit=7be8b5fe3466994a9b0827cfeb2caa9c0e74792f  # tags/41.0^0
+source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D manpage=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list