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

Jan Steffens heftig at gemini.archlinux.org
Tue Nov 2 23:55:35 UTC 2021


    Date: Tuesday, November 2, 2021 @ 23:55:34
  Author: heftig
Revision: 427038

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-contacts/repos/gnome-unstable-x86_64/
  gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 427037, gnome-contacts/trunk/PKGBUILD)

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

Copied: gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD (from rev 427037, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2021-11-02 23:55:34 UTC (rev 427038)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=41.0
+pkgrel=1
+pkgdesc="Contacts Manager for GNOME"
+url="https://wiki.gnome.org/Apps/Contacts"
+arch=(x86_64)
+license=(GPL2)
+depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee libcheese
+         libhandy)
+makedepends=(vala gobject-introspection git meson appstream-glib)
+groups=(gnome)
+_commit=06d6cd077014164d820a35d4f10d890b25572ab1  # tags/41.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  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