wok-next rev 21008
orage: add patch; add icons to Xfce packages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 09 03:31:34 2018 +0300 (2018-10-09) |
parents | 6f40b06171cd |
children | a20a093a9790 |
files | libxfce4ui/.icon.png orage/.icon.png orage/stuff/patches/libical3.patch orage/stuff/patches/series ristretto/.icon.png thunar/.icon.png xfburn/.icon.png xfce-utils/.icon.png xfce4-battery-plugin/.icon.png xfce4-dict/.icon.png xfce4-notifyd/.icon.png xfce4-panel/.icon.png xfce4-power-manager/.icon.png xfce4-screenshooter/.icon.png xfce4-session/.icon.png xfprint/.icon.png xfwm4/.icon.png |
line diff
1.1 Binary file libxfce4ui/.icon.png has changed
2.1 Binary file orage/.icon.png has changed
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/orage/stuff/patches/libical3.patch Tue Oct 09 03:31:34 2018 +0300 3.3 @@ -0,0 +1,61 @@ 3.4 +Bug 1512302 - FTBFS: Orage does not build with libical 3 3.5 +https://bugzilla.redhat.com/show_bug.cgi?id=1512302 3.6 + 3.7 +--- a/src/ical-code.c 3.8 ++++ b/src/ical-code.c 3.9 +@@ -129,7 +129,6 @@ static struct icaltimetype ical_get_curr 3.10 + && (strcmp(g_par.local_timezone, "floating") != 0)) 3.11 + ctime = icaltime_current_time_with_zone(local_icaltimezone); 3.12 + else { / * use floating time * / 3.13 +- ctime.is_utc = 0; 3.14 + ctime.is_date = 0; 3.15 + ctime.is_daylight = 0; 3.16 + ctime.zone = NULL; 3.17 +@@ -2579,7 +2578,6 @@ static struct icaltimetype count_first_a 3.18 + * when counting alarm time. */ 3.19 + if (rel == ICAL_RELATED_START) { 3.20 + per.stime.is_date = 0; 3.21 +- per.stime.is_utc = 1; 3.22 + per.stime.is_daylight = 0; 3.23 + per.stime.zone = utc_icaltimezone; 3.24 + per.stime.hour = 0; 3.25 +@@ -2588,7 +2586,6 @@ static struct icaltimetype count_first_a 3.26 + } 3.27 + else { 3.28 + per.etime.is_date = 0; 3.29 +- per.etime.is_utc = 1; 3.30 + per.etime.is_daylight = 0; 3.31 + per.etime.zone = utc_icaltimezone; 3.32 + per.etime.hour = 0; 3.33 +@@ -2613,7 +2610,6 @@ static struct icaltimetype count_next_al 3.34 + /* HACK: convert to UTC time so that we can use time arithmetic 3.35 + * when counting alarm time. */ 3.36 + start_time.is_date = 0; 3.37 +- start_time.is_utc = 1; 3.38 + start_time.is_daylight = 0; 3.39 + start_time.zone = utc_icaltimezone; 3.40 + start_time.hour = 0; 3.41 +@@ -2768,7 +2764,6 @@ static alarm_struct *process_alarm_trigg 3.42 + */ 3.43 + if (icaltime_is_date(per.stime)) { 3.44 + if (local_icaltimezone != utc_icaltimezone) { 3.45 +- next_alarm_time.is_utc = 0; 3.46 + next_alarm_time.is_daylight = 0; 3.47 + next_alarm_time.zone = local_icaltimezone; 3.48 + } 3.49 +@@ -2850,7 +2845,6 @@ orage_message(120, P_N "Alarm rec loop n 3.50 + */ 3.51 + if (icaltime_is_date(per.stime)) { 3.52 + if (local_icaltimezone != utc_icaltimezone) { 3.53 +- next_alarm_time.is_utc = 0; 3.54 + next_alarm_time.is_daylight = 0; 3.55 + next_alarm_time.zone = local_icaltimezone; 3.56 + } 3.57 +@@ -2944,7 +2938,6 @@ orage_message(120, P_N "*****After loop 3.58 + */ 3.59 + if (icaltime_is_date(per.stime)) { 3.60 + if (local_icaltimezone != utc_icaltimezone) { 3.61 +- next_alarm_time.is_utc = 0; 3.62 + next_alarm_time.is_daylight = 0; 3.63 + next_alarm_time.zone = local_icaltimezone; 3.64 + }
4.1 --- a/orage/stuff/patches/series Tue Oct 09 02:01:11 2018 +0300 4.2 +++ b/orage/stuff/patches/series Tue Oct 09 03:31:34 2018 +0300 4.3 @@ -1,1 +1,2 @@ 4.4 docdir.patch 4.5 +libical3.patch
5.1 Binary file ristretto/.icon.png has changed
6.1 Binary file thunar/.icon.png has changed
7.1 Binary file xfburn/.icon.png has changed
8.1 Binary file xfce-utils/.icon.png has changed
9.1 Binary file xfce4-battery-plugin/.icon.png has changed
10.1 Binary file xfce4-dict/.icon.png has changed
11.1 Binary file xfce4-notifyd/.icon.png has changed
12.1 Binary file xfce4-panel/.icon.png has changed
13.1 Binary file xfce4-power-manager/.icon.png has changed
14.1 Binary file xfce4-screenshooter/.icon.png has changed
15.1 Binary file xfce4-session/.icon.png has changed
16.1 Binary file xfprint/.icon.png has changed
17.1 Binary file xfwm4/.icon.png has changed