# HG changeset patch
# User Aleksej Bobylev <al.bobylev@gmail.com>
# Date 1539045094 -10800
# Node ID 8c98fc25e419d0775f648b8de51a50427e097dc5
# Parent  6f40b06171cde0d7e79a002f80aba1a2fa31bc83
orage: add patch; add icons to Xfce packages

diff -r 6f40b06171cd -r 8c98fc25e419 libxfce4ui/.icon.png
Binary file libxfce4ui/.icon.png has changed
diff -r 6f40b06171cd -r 8c98fc25e419 orage/.icon.png
Binary file orage/.icon.png has changed
diff -r 6f40b06171cd -r 8c98fc25e419 orage/stuff/patches/libical3.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/orage/stuff/patches/libical3.patch	Tue Oct 09 03:31:34 2018 +0300
@@ -0,0 +1,61 @@
+Bug 1512302 - FTBFS: Orage does not build with libical 3
+https://bugzilla.redhat.com/show_bug.cgi?id=1512302
+
+--- a/src/ical-code.c
++++ b/src/ical-code.c
+@@ -129,7 +129,6 @@ static struct icaltimetype ical_get_curr
+         &&   (strcmp(g_par.local_timezone, "floating") != 0))
+         ctime = icaltime_current_time_with_zone(local_icaltimezone);
+     else { / * use floating time * /
+-        ctime.is_utc      = 0;
+         ctime.is_date     = 0;
+         ctime.is_daylight = 0;
+         ctime.zone        = NULL;
+@@ -2579,7 +2578,6 @@ static struct icaltimetype count_first_a
+  * when counting alarm time. */
+         if (rel == ICAL_RELATED_START) {
+             per.stime.is_date       = 0;
+-            per.stime.is_utc        = 1;
+             per.stime.is_daylight   = 0;
+             per.stime.zone          = utc_icaltimezone;
+             per.stime.hour          = 0;
+@@ -2588,7 +2586,6 @@ static struct icaltimetype count_first_a
+         }
+         else {
+             per.etime.is_date       = 0;
+-            per.etime.is_utc        = 1;
+             per.etime.is_daylight   = 0;
+             per.etime.zone          = utc_icaltimezone;
+             per.etime.hour          = 0;
+@@ -2613,7 +2610,6 @@ static struct icaltimetype count_next_al
+ /* HACK: convert to UTC time so that we can use time arithmetic
+  * when counting alarm time. */
+         start_time.is_date       = 0;
+-        start_time.is_utc        = 1;
+         start_time.is_daylight   = 0;
+         start_time.zone          = utc_icaltimezone;
+         start_time.hour          = 0;
+@@ -2768,7 +2764,6 @@ static alarm_struct *process_alarm_trigg
+      */
+     if (icaltime_is_date(per.stime)) {
+         if (local_icaltimezone != utc_icaltimezone) {
+-            next_alarm_time.is_utc        = 0;
+             next_alarm_time.is_daylight   = 0;
+             next_alarm_time.zone          = local_icaltimezone;
+         }
+@@ -2850,7 +2845,6 @@ orage_message(120, P_N "Alarm rec loop n
+          */
+         if (icaltime_is_date(per.stime)) {
+             if (local_icaltimezone != utc_icaltimezone) {
+-                next_alarm_time.is_utc        = 0;
+                 next_alarm_time.is_daylight   = 0;
+                 next_alarm_time.zone          = local_icaltimezone;
+             }
+@@ -2944,7 +2938,6 @@ orage_message(120, P_N "*****After loop
+          */
+         if (icaltime_is_date(per.stime)) {
+             if (local_icaltimezone != utc_icaltimezone) {
+-                next_alarm_time.is_utc        = 0;
+                 next_alarm_time.is_daylight   = 0;
+                 next_alarm_time.zone          = local_icaltimezone;
+             }
diff -r 6f40b06171cd -r 8c98fc25e419 orage/stuff/patches/series
--- a/orage/stuff/patches/series	Tue Oct 09 02:01:11 2018 +0300
+++ b/orage/stuff/patches/series	Tue Oct 09 03:31:34 2018 +0300
@@ -1,1 +1,2 @@
 docdir.patch
+libical3.patch
diff -r 6f40b06171cd -r 8c98fc25e419 ristretto/.icon.png
Binary file ristretto/.icon.png has changed
diff -r 6f40b06171cd -r 8c98fc25e419 thunar/.icon.png
Binary file thunar/.icon.png has changed
diff -r 6f40b06171cd -r 8c98fc25e419 xfburn/.icon.png
Binary file xfburn/.icon.png has changed
diff -r 6f40b06171cd -r 8c98fc25e419 xfce-utils/.icon.png
Binary file xfce-utils/.icon.png has changed
diff -r 6f40b06171cd -r 8c98fc25e419 xfce4-battery-plugin/.icon.png
Binary file xfce4-battery-plugin/.icon.png has changed
diff -r 6f40b06171cd -r 8c98fc25e419 xfce4-dict/.icon.png
Binary file xfce4-dict/.icon.png has changed
diff -r 6f40b06171cd -r 8c98fc25e419 xfce4-notifyd/.icon.png
Binary file xfce4-notifyd/.icon.png has changed
diff -r 6f40b06171cd -r 8c98fc25e419 xfce4-panel/.icon.png
Binary file xfce4-panel/.icon.png has changed
diff -r 6f40b06171cd -r 8c98fc25e419 xfce4-power-manager/.icon.png
Binary file xfce4-power-manager/.icon.png has changed
diff -r 6f40b06171cd -r 8c98fc25e419 xfce4-screenshooter/.icon.png
Binary file xfce4-screenshooter/.icon.png has changed
diff -r 6f40b06171cd -r 8c98fc25e419 xfce4-session/.icon.png
Binary file xfce4-session/.icon.png has changed
diff -r 6f40b06171cd -r 8c98fc25e419 xfprint/.icon.png
Binary file xfprint/.icon.png has changed
diff -r 6f40b06171cd -r 8c98fc25e419 xfwm4/.icon.png
Binary file xfwm4/.icon.png has changed