From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-todo/, gnome-extra/gnome-todo/files/
Date: Mon, 8 Jan 2018 14:37:27 +0000 (UTC) [thread overview]
Message-ID: <1515421927.0e92130ec4df66f973c2afbf22de9e18dd1100a7.leio@gentoo> (raw)
commit: 0e92130ec4df66f973c2afbf22de9e18dd1100a7
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 8 14:26:16 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 14:32:07 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0e92130e
gnome-extra/gnome-todo: fix compatibility with dev-libs/libical:0/3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
.../gnome-todo/files/3.24.2-libical3-compat.patch | 29 ++++++++++++++++++++++
| 6 ++++-
2 files changed, 34 insertions(+), 1 deletion(-)
diff --git a/gnome-extra/gnome-todo/files/3.24.2-libical3-compat.patch b/gnome-extra/gnome-todo/files/3.24.2-libical3-compat.patch
new file mode 100644
index 00000000..f7265da3
--- /dev/null
+++ b/gnome-extra/gnome-todo/files/3.24.2-libical3-compat.patch
@@ -0,0 +1,29 @@
+From a2f3afb3c8a4f8b0a2a361e37b36b10e1e98380c Mon Sep 17 00:00:00 2001
+From: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
+Date: Sat, 11 Nov 2017 03:31:47 -0200
+Subject: [PATCH] eds: Build with libical 3.0
+
+Fixes #123
+
+(cherry picked and ported from commit 6de8adc351b758c1d608ae0ea8acf6d35ed502ea)
+---
+ src/gtd-task.c | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/src/gtd-task.c b/src/gtd-task.c
+index 1143dad..125e2f3 100644
+--- a/src/gtd-task.c
++++ b/src/gtd-task.c
+@@ -777,8 +777,7 @@ gtd_task_set_complete (GtdTask *task,
+ dt->hour = g_date_time_get_hour (now);
+ 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
+ *
+--
+2.15.1
+
--git a/gnome-extra/gnome-todo/gnome-todo-3.24.2.ebuild b/gnome-extra/gnome-todo/gnome-todo-3.24.2.ebuild
index 7bc408d7..7512ec18 100644
--- a/gnome-extra/gnome-todo/gnome-todo-3.24.2.ebuild
+++ b/gnome-extra/gnome-todo/gnome-todo-3.24.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -29,6 +29,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
+PATCHES=(
+ "${FILESDIR}"/${PV}-libical3-compat.patch
+)
+
src_configure() {
gnome2_src_configure \
$(use_enable introspection) \
next reply other threads:[~2018-01-09 2:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-08 14:37 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-01-17 13:47 [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-todo/, gnome-extra/gnome-todo/files/ Mart Raudsepp
2017-09-03 22:12 Gilles Dartiguelongue
2016-11-13 12:07 Gilles Dartiguelongue
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1515421927.0e92130ec4df66f973c2afbf22de9e18dd1100a7.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox