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

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


    Date: Saturday, September 8, 2018 @ 02:02:36
  Author: heftig
Revision: 333902

3.30.0-1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-08 02:02:21 UTC (rev 333901)
+++ PKGBUILD	2018-09-08 02:02:36 UTC (rev 333902)
@@ -1,8 +1,8 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-calendar
-pkgver=3.28.2
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar"
@@ -11,7 +11,7 @@
 depends=(evolution-data-server gsettings-desktop-schemas evolution gnome-control-center libdazzle)
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome)
-_commit=c4d1f984758e77787ef97b71fe2dede8477809c2  # tags/3.28.2^0
+_commit=63ed4c48c84291ca70c747d6078090f8263088bf  # tags/3.30.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit"
         null-icaltime.diff)
 sha256sums=('SKIP'
@@ -28,17 +28,18 @@
 }
 
 build() {
-  arch-meson $pkgname build -D gtk_doc=true
+  arch-meson $pkgname build \
+    --buildtype=debugoptimized \
+    -D documentation=true
   ninja -C build
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }
 
 # vim:set ts=2 sw=2 et:


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



More information about the arch-commits mailing list