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

Jan Steffens heftig at archlinux.org
Fri Mar 15 17:35:53 UTC 2019


    Date: Friday, March 15, 2019 @ 17:35:53
  Author: heftig
Revision: 348207

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 348206, gnome-contacts/trunk/PKGBUILD)

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

Copied: gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD (from rev 348206, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2019-03-15 17:35:53 UTC (rev 348207)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.32
+pkgrel=2
+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 cheese libhandy)
+makedepends=(vala gobject-introspection git meson)
+groups=(gnome)
+_commit=332d438f1bc1d746106c9a0873a816f2081cd6be  # tags/3.32^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
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list