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

Jan Steffens heftig at archlinux.org
Thu Sep 21 19:17:10 UTC 2017


    Date: Thursday, September 21, 2017 @ 19:17:09
  Author: heftig
Revision: 306063

3.26.1-1

Modified:
  gnome-calendar/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-21 19:02:15 UTC (rev 306062)
+++ PKGBUILD	2017-09-21 19:17:09 UTC (rev 306063)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-calendar
-pkgver=3.26.0+2+gf906be8
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar"
@@ -9,9 +9,9 @@
 arch=(i686 x86_64)
 license=(GPL)
 depends=(evolution-data-server gsettings-desktop-schemas)
-makedepends=(python appstream-glib git meson)
+makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome-extra)
-_commit=f906be819b9f89171031b11cdfd445221d267e24  # gnome-3-26
+_commit=3d840aad08f39979bd79197c552a23bb4401f5be  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,7 +27,8 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  meson setup --prefix=/usr --buildtype=release ../$pkgname \
+    -Denable-gtk-doc=true
   ninja
 }
 



More information about the arch-commits mailing list