[arch-commits] Commit in gnome-calendar/repos/extra-x86_64 (3 files)

Jan Steffens heftig at archlinux.org
Mon Jan 22 09:00:35 UTC 2018


    Date: Monday, January 22, 2018 @ 09:00:35
  Author: heftig
Revision: 315245

archrelease: copy trunk to extra-x86_64

Added:
  gnome-calendar/repos/extra-x86_64/PKGBUILD
    (from rev 315244, gnome-calendar/trunk/PKGBUILD)
Deleted:
  gnome-calendar/repos/extra-x86_64/PKGBUILD
  gnome-calendar/repos/extra-x86_64/gnome-calendar-3.26.2-libical-3.0.patch

-----------------------------------------+
 PKGBUILD                                |   78 +++++++++++++-----------------
 gnome-calendar-3.26.2-libical-3.0.patch |   19 -------
 2 files changed, 36 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-22 08:59:58 UTC (rev 315244)
+++ PKGBUILD	2018-01-22 09:00:35 UTC (rev 315245)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-calendar
-pkgver=3.26.2+19+g954c48d7
-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)
-makedepends=(python appstream-glib git meson gtk-doc)
-groups=(gnome-extra)
-_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')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  patch -Np1 -i ../gnome-calendar-3.26.2-libical-3.0.patch
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable-gtk-doc=true
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-calendar/repos/extra-x86_64/PKGBUILD (from rev 315244, gnome-calendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-22 09:00:35 UTC (rev 315245)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-calendar
+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"
+arch=(x86_64)
+license=(GPL)
+depends=(evolution-data-server gsettings-desktop-schemas evolution gnome-control-center)
+makedepends=(python appstream-glib git meson gtk-doc)
+groups=(gnome)
+_commit=7e88d7c14493d2656edf626fef7ab6162806d607  # tags/3.26.3^0
+source=("git+https://git.gnome.org/browse/gnome-calendar#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -Denable-gtk-doc=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-calendar-3.26.2-libical-3.0.patch
===================================================================
--- gnome-calendar-3.26.2-libical-3.0.patch	2018-01-22 08:59:58 UTC (rev 315244)
+++ gnome-calendar-3.26.2-libical-3.0.patch	2018-01-22 09:00:35 UTC (rev 315245)
@@ -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