[arch-commits] Commit in gnome-contacts/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 25 07:42:51 UTC 2018


    Date: Tuesday, September 25, 2018 @ 07:42:50
  Author: heftig
Revision: 335364

3.30.1-1

Modified:
  gnome-contacts/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-25 07:34:28 UTC (rev 335363)
+++ PKGBUILD	2018-09-25 07:42:50 UTC (rev 335364)
@@ -2,16 +2,16 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-contacts
-pkgver=3.30
+pkgver=3.30.1
 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 telepathy-glib cheese libchamplain)
+depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee cheese)
 makedepends=(vala gobject-introspection git meson)
 groups=(gnome)
-_commit=5de89d5120a7da1af62732e2317b90f8178ec875  # tags/3.30^0
+_commit=7ddea1fef4d7db9847f94a7dde7e702fed6ae3ef  # tags/3.30.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -25,7 +25,7 @@
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson $pkgname build -D telepathy=false
   ninja -C build
 }
 



More information about the arch-commits mailing list