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

Jan Steffens heftig at archlinux.org
Sat Sep 8 02:02:21 UTC 2018


    Date: Saturday, September 8, 2018 @ 02:02:21
  Author: heftig
Revision: 333901

3.30.0-1

Modified:
  gnome-maps/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-08 01:58:21 UTC (rev 333900)
+++ PKGBUILD	2018-09-08 02:02:21 UTC (rev 333901)
@@ -1,17 +1,17 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-maps
-pkgver=3.28.2
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps"
 arch=(x86_64)
 license=(GPL)
-depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee folks gfbgraph)
-makedepends=(intltool gobject-introspection gnome-common git)
+depends=(geocode-glib geoclue2 gjs libchamplain libgee folks gfbgraph)
+makedepends=(gobject-introspection git meson yelp)
 groups=(gnome)
-_commit=6306181b59d566b931145615dd1df5a68796647e  # tags/v3.28.2^0
+_commit=dbaeb66077a458dbd71e4115af512a5a3128cec6  # tags/v3.30.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -22,17 +22,17 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  arch-meson $pkgname build
+  ninja -C build
 }
 
+check() {
+  meson test -C build
+}
+
 package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="$pkgdir" meson install -C build
 }


Property changes on: gnome-maps/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list