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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Mar 13 21:32:59 UTC 2018


    Date: Tuesday, March 13, 2018 @ 21:32:59
  Author: bpiotrowski
Revision: 318898

3.28-1

Modified:
  gnome-contacts/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-13 21:30:19 UTC (rev 318897)
+++ PKGBUILD	2018-03-13 21:32:59 UTC (rev 318898)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-contacts
-pkgver=3.26+3+g643f622
+pkgver=3.28
 pkgrel=1
 pkgdesc="Contacts Manager for GNOME"
 url="https://wiki.gnome.org/Apps/Contacts"
@@ -10,9 +10,9 @@
 arch=(x86_64)
 license=(GPL2)
 depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee telepathy-glib cheese libchamplain)
-makedepends=(vala gobject-introspection git)
+makedepends=(vala gobject-introspection git meson)
 groups=(gnome)
-_commit=643f622247d0348152410b67b1092290789e5ead  # gnome-3-26
+_commit=419df17099de4accd660161ad1e5e6c999d2f3af  # tags/3.28^0
 source=("git+https://git.gnome.org/browse/gnome-contacts#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,20 +21,11 @@
   git describe --tags | sed 's/-/+/g'
 }
 
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
-  make
+  arch-meson $pkgname build
+  ninja -C build
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja -C build install
 }
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list