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

Jan de Groot jgc at archlinux.org
Tue Sep 19 21:13:52 UTC 2017


    Date: Tuesday, September 19, 2017 @ 21:13:51
  Author: jgc
Revision: 305867

upgpkg: gnome-calendar 3.26.0+2+gf906be8-1

Modified:
  gnome-calendar/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-19 21:05:50 UTC (rev 305866)
+++ PKGBUILD	2017-09-19 21:13:51 UTC (rev 305867)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-calendar
-pkgver=3.24.3
+pkgver=3.26.0+2+gf906be8
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar"
 arch=(i686 x86_64)
 license=(GPL)
-depends=(evolution-data-server 'gsettings-desktop-schemas>=3.21.2')
-makedepends=(intltool python gnome-common appstream-glib git)
+depends=(evolution-data-server gsettings-desktop-schemas)
+makedepends=(python appstream-glib git meson)
 groups=(gnome-extra)
-_commit=b06145a62e01f62663b63d1666e224813d8950fa  # tags/3.24.3^0
+_commit=f906be819b9f89171031b11cdfd445221d267e24  # gnome-3-26
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,19 +21,19 @@
 }
 
 prepare() {
+  mkdir build
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
+  cd build
+  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  ninja
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list