Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=605cbe571e554d2ca443db14c23c03f317956a95

commit 605cbe571e554d2ca443db14c23c03f317956a95
Author: Baste <ba...@frugalware.org>
Date:   Thu Nov 9 11:59:03 2017 +0100

gnome-todo-3.26.2-1-x86_64
- 3.26.1 -> 3.26.2

diff --git a/source/gnome-extra/gnome-todo/FrugalBuild 
b/source/gnome-extra/gnome-todo/FrugalBuild
index 91f8e05..27db211 100644
--- a/source/gnome-extra/gnome-todo/FrugalBuild
+++ b/source/gnome-extra/gnome-todo/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Baste <ba...@frugalware.org>

pkgname=gnome-todo
-pkgver=3.26.1
+pkgver=3.26.2
pkgrel=1
pkgdesc="simple utility application to find and insert unusual characters."
depends=('gtk+3>=3.22.21' 'evolution-data-server' 'libpeas')
@@ -15,8 +15,9 @@ _F_gnome_iconcache="y"
_F_gnome_devel="n"
_F_gnome_ext=".tar.xz"
Finclude gnome gnome-scriptlet meson
-sha1sums=('59d37ea1a7f9dda1448184441b9652b886659ee6')
-
+sha1sums=('c4ac6760f0d5b70f7a4356ffa70342d64297acd8' \
+          '5c7797eca253b5ff08177f3b999aaef21d521a54')
+source=($source libical-3.0.patch)
build() {
Meson_build
Fbuild_gnome_scriptlet
diff --git a/source/gnome-extra/gnome-todo/libical-3.0.patch 
b/source/gnome-extra/gnome-todo/libical-3.0.patch
new file mode 100644
index 0000000..e088eb1
--- /dev/null
+++ b/source/gnome-extra/gnome-todo/libical-3.0.patch
@@ -0,0 +1,12 @@
+diff -up gnome-todo-3.26.2/src/gtd-task.c.libical-3.0 
gnome-todo-3.26.2/src/gtd-task.c
+--- gnome-todo-3.26.2/src/gtd-task.c.libical-3.0       2017-11-08 
14:53:53.484294926 +0100
++++ gnome-todo-3.26.2/src/gtd-task.c   2017-11-08 14:53:57.208294874 +0100
+@@ -778,7 +778,7 @@ gtd_task_set_complete (GtdTask  *task,
+           dt->minute = g_date_time_get_minute (now);
+           dt->second = g_date_time_get_seconds (now);
+           dt->is_date = 0;
+-          dt->is_utc = 1;
++          dt->zone = icaltimezone_get_utc_timezone ();
+
+           /* convert timezone
+            *
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to