[arch-commits] Commit in gnome-calendar/trunk (PKGBUILD null-icaltime.diff)

Jan Steffens heftig at archlinux.org
Wed Mar 14 20:41:30 UTC 2018


    Date: Wednesday, March 14, 2018 @ 20:41:29
  Author: heftig
Revision: 319122

3.28.0.1+2+geb41e059-1

Modified:
  gnome-calendar/trunk/PKGBUILD
  gnome-calendar/trunk/null-icaltime.diff

--------------------+
 PKGBUILD           |   15 ++++++++++-----
 null-icaltime.diff |    4 ++--
 2 files changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-14 20:38:27 UTC (rev 319121)
+++ PKGBUILD	2018-03-14 20:41:29 UTC (rev 319122)
@@ -2,20 +2,20 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-calendar
-pkgver=3.26.3+2+g966ec1c5
+pkgver=3.28.0.1+2+geb41e059
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar"
 arch=(x86_64)
 license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas evolution gnome-control-center)
+depends=(evolution-data-server gsettings-desktop-schemas evolution gnome-control-center libdazzle)
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome)
-_commit=966ec1c554ff4c7e5385ab9389f3ca8cf5a8faa4  # gnome-3-26
+_commit=eb41e059777f903422c73f5afd822782e178c0ef  # gnome-3-28
 source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit"
         null-icaltime.diff)
 sha256sums=('SKIP'
-            'd24ae7e985ab9d568685371473006f58d169744c94a2cc89835b6f39f2001898')
+            'c1aa738a4ff275f725d0aa5406312600503b2b59270448a9e6b30b82a924dc27')
 
 pkgver() {
   cd $pkgname
@@ -28,10 +28,15 @@
 }
 
 build() {
-  arch-meson $pkgname build -Denable-gtk-doc=true
+  arch-meson $pkgname build -D gtk_doc=true
   ninja -C build
 }
 
+check() {
+  cd build
+  meson test
+}
+
 package() {
   DESTDIR="$pkgdir" ninja -C build install
 }

Modified: null-icaltime.diff
===================================================================
--- null-icaltime.diff	2018-03-14 20:38:27 UTC (rev 319121)
+++ null-icaltime.diff	2018-03-14 20:41:29 UTC (rev 319122)
@@ -1,8 +1,8 @@
 diff --git i/src/gcal-utils.c w/src/gcal-utils.c
-index 9846a59b..7f96a40d 100644
+index c7646565..8070034c 100644
 --- i/src/gcal-utils.c
 +++ w/src/gcal-utils.c
-@@ -154,6 +154,9 @@ icaltime_to_datetime (const icaltimetype  *date)
+@@ -181,6 +181,9 @@ icaltime_to_datetime (const icaltimetype  *date)
    GDateTime *dt;
    GTimeZone *tz;
  



More information about the arch-commits mailing list