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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Mar 15 11:56:39 UTC 2019


    Date: Friday, March 15, 2019 @ 11:56:39
  Author: bpiotrowski
Revision: 348159

3.32.0-1

Modified:
  gnome-weather/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-15 11:55:50 UTC (rev 348158)
+++ PKGBUILD	2019-03-15 11:56:39 UTC (rev 348159)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-weather
-pkgver=3.26.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Access current weather conditions and forecasts"
 url="https://wiki.gnome.org/Apps/Weather"
@@ -8,10 +8,10 @@
 arch=(any)
 license=(GPL)
 depends=(gtk3 gjs libgweather geoclue2 gnome-desktop)
-makedepends=(intltool gobject-introspection autoconf-archive appstream-glib git)
+makedepends=(gobject-introspection autoconf-archive appstream-glib git meson)
 groups=(gnome)
-_commit=608877f993ab001666d9ca843c23c98c16459abe  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/gnome-weather#commit=$_commit")
+_commit=0ca6ff30ad42246ac62f42d86d978f029266f724  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -19,18 +19,11 @@
   git describe --tags | sed 's/-/+/g'
 }
 
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
+  arch-meson $pkgname build
+  ninja -C build
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }



More information about the arch-commits mailing list