[arch-commits] Commit in gnome-calendar/repos/extra-x86_64 (4 files)
Jan Steffens
heftig at archlinux.org
Wed May 2 07:45:13 UTC 2018
Date: Wednesday, May 2, 2018 @ 07:45:12
Author: heftig
Revision: 323283
archrelease: copy trunk to extra-x86_64
Added:
gnome-calendar/repos/extra-x86_64/PKGBUILD
(from rev 323282, gnome-calendar/trunk/PKGBUILD)
gnome-calendar/repos/extra-x86_64/null-icaltime.diff
(from rev 323282, gnome-calendar/trunk/null-icaltime.diff)
Deleted:
gnome-calendar/repos/extra-x86_64/PKGBUILD
gnome-calendar/repos/extra-x86_64/null-icaltime.diff
--------------------+
PKGBUILD | 88 +++++++++++++++++++++++++--------------------------
null-icaltime.diff | 28 ++++++++--------
2 files changed, 58 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-02 07:44:33 UTC (rev 323282)
+++ PKGBUILD 2018-05-02 07:45:12 UTC (rev 323283)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-calendar
-pkgver=3.28.1
-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 libdazzle)
-makedepends=(python appstream-glib git meson gtk-doc)
-groups=(gnome)
-_commit=ac37599b49d1471bd898e244b013b3215ebd2885 # tags/3.28.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit"
- null-icaltime.diff)
-sha256sums=('SKIP'
- 'c1aa738a4ff275f725d0aa5406312600503b2b59270448a9e6b30b82a924dc27')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- patch -Np1 -i ../null-icaltime.diff
-}
-
-build() {
- arch-meson $pkgname build -D gtk_doc=true
- ninja -C build
-}
-
-check() {
- cd build
- meson test
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: gnome-calendar/repos/extra-x86_64/PKGBUILD (from rev 323282, gnome-calendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-02 07:45:12 UTC (rev 323283)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-calendar
+pkgver=3.28.2
+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 libdazzle)
+makedepends=(python appstream-glib git meson gtk-doc)
+groups=(gnome)
+_commit=c4d1f984758e77787ef97b71fe2dede8477809c2 # tags/3.28.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit"
+ null-icaltime.diff)
+sha256sums=('SKIP'
+ 'c1aa738a4ff275f725d0aa5406312600503b2b59270448a9e6b30b82a924dc27')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ patch -Np1 -i ../null-icaltime.diff
+}
+
+build() {
+ arch-meson $pkgname build -D gtk_doc=true
+ ninja -C build
+}
+
+check() {
+ cd build
+ meson test
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: null-icaltime.diff
===================================================================
--- null-icaltime.diff 2018-05-02 07:44:33 UTC (rev 323282)
+++ null-icaltime.diff 2018-05-02 07:45:12 UTC (rev 323283)
@@ -1,14 +0,0 @@
-diff --git i/src/gcal-utils.c w/src/gcal-utils.c
-index c7646565..8070034c 100644
---- i/src/gcal-utils.c
-+++ w/src/gcal-utils.c
-@@ -181,6 +181,9 @@ icaltime_to_datetime (const icaltimetype *date)
- GDateTime *dt;
- GTimeZone *tz;
-
-+ if (!date)
-+ return NULL;
-+
- tz = date->zone ? g_time_zone_new (icaltime_get_tzid (*date)) : g_time_zone_new_utc ();
- dt = g_date_time_new (tz,
- date->year,
Copied: gnome-calendar/repos/extra-x86_64/null-icaltime.diff (from rev 323282, gnome-calendar/trunk/null-icaltime.diff)
===================================================================
--- null-icaltime.diff (rev 0)
+++ null-icaltime.diff 2018-05-02 07:45:12 UTC (rev 323283)
@@ -0,0 +1,14 @@
+diff --git i/src/gcal-utils.c w/src/gcal-utils.c
+index c7646565..8070034c 100644
+--- i/src/gcal-utils.c
++++ w/src/gcal-utils.c
+@@ -181,6 +181,9 @@ icaltime_to_datetime (const icaltimetype *date)
+ GDateTime *dt;
+ GTimeZone *tz;
+
++ if (!date)
++ return NULL;
++
+ tz = date->zone ? g_time_zone_new (icaltime_get_tzid (*date)) : g_time_zone_new_utc ();
+ dt = g_date_time_new (tz,
+ date->year,
More information about the arch-commits
mailing list