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

Jan Steffens heftig at archlinux.org
Mon Jan 22 08:59:58 UTC 2018


    Date: Monday, January 22, 2018 @ 08:59:58
  Author: heftig
Revision: 315244

3.26.3-1

Modified:
  gnome-calendar/trunk/PKGBUILD
Deleted:
  gnome-calendar/trunk/gnome-calendar-3.26.2-libical-3.0.patch

-----------------------------------------+
 PKGBUILD                                |   11 ++++-------
 gnome-calendar-3.26.2-libical-3.0.patch |   19 -------------------
 2 files changed, 4 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-22 07:25:49 UTC (rev 315243)
+++ PKGBUILD	2018-01-22 08:59:58 UTC (rev 315244)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-calendar
-pkgver=3.26.2+19+g954c48d7
+pkgver=3.26.3
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar"
@@ -11,11 +11,9 @@
 depends=(evolution-data-server gsettings-desktop-schemas evolution gnome-control-center)
 makedepends=(python appstream-glib git meson gtk-doc)
 groups=(gnome)
-_commit=954c48d7a093d4c4e65dc761eb2f395e90819848  # gnome-3-26
-source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit"
-        gnome-calendar-3.26.2-libical-3.0.patch)
-sha256sums=('SKIP'
-            '8f4fd0aba6780413c1956a82ebd7a49afcae1ca46b364fb0df7da476c4fb96d5')
+_commit=7e88d7c14493d2656edf626fef7ab6162806d607  # tags/3.26.3^0
+source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit")
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -24,7 +22,6 @@
 
 prepare() {
   cd $pkgname
-  patch -Np1 -i ../gnome-calendar-3.26.2-libical-3.0.patch
 }
 
 build() {

Deleted: gnome-calendar-3.26.2-libical-3.0.patch
===================================================================
--- gnome-calendar-3.26.2-libical-3.0.patch	2018-01-22 07:25:49 UTC (rev 315243)
+++ gnome-calendar-3.26.2-libical-3.0.patch	2018-01-22 08:59:58 UTC (rev 315244)
@@ -1,19 +0,0 @@
-diff -up gnome-calendar-3.26.2/src/gcal-utils.c.libical-3.0 gnome-calendar-3.26.2/src/gcal-utils.c
---- gnome-calendar-3.26.2/src/gcal-utils.c.libical-3.0	2017-11-08 16:23:17.481220751 +0100
-+++ gnome-calendar-3.26.2/src/gcal-utils.c	2017-11-08 16:25:06.896219238 +0100
-@@ -204,14 +204,13 @@ gcal_dup_icaltime (const icaltimetype *d
-   if (date == NULL)
-     return NULL;
- 
--  new_date= g_new (icaltimetype, 1);
-+  new_date = g_new0 (icaltimetype, 1);
-   new_date->year = date->year;
-   new_date->month = date->month;
-   new_date->day = date->day;
-   new_date->hour = date->hour;
-   new_date->minute = date->minute;
-   new_date->second = date->second;
--  new_date->is_utc = date->is_utc;
-   new_date->is_date = date->is_date;
-   new_date->is_daylight = date->is_daylight;
-   new_date->zone = date->zone;



More information about the arch-commits mailing list