public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcalendar/files/
@ 2021-04-20 11:56 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-04-20 11:56 UTC (permalink / raw
  To: gentoo-commits

commit:     59d4a388745d142bf2ca9f25592424ff11ae7abe
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 11:43:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 11:50:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d4a388

x11-plugins/wmcalendar: fix patch

Closes: https://bugs.gentoo.org/784302
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../files/wmcalendar-0.5.2-fno-common.patch        | 24 +++++++++++-----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/x11-plugins/wmcalendar/files/wmcalendar-0.5.2-fno-common.patch b/x11-plugins/wmcalendar/files/wmcalendar-0.5.2-fno-common.patch
index 60388824190..a889d4a9a9c 100644
--- a/x11-plugins/wmcalendar/files/wmcalendar-0.5.2-fno-common.patch
+++ b/x11-plugins/wmcalendar/files/wmcalendar-0.5.2-fno-common.patch
@@ -1,5 +1,5 @@
---- a/src/calendar.c
-+++ b/Src/calendar.c
+--- a/calendar.c
++++ b/calendar.c
 @@ -1,5 +1,10 @@
  #include "calendar.h"
  
@@ -11,8 +11,8 @@
  int  get_datetype(int day){return datetype[day][0];}
  
  /*------------------------------------------------------
---- a/Src/calendarfunc.c
-+++ b/Src/calendarfunc.c
+--- a/calendarfunc.c
++++ b/calendarfunc.c
 @@ -24,6 +24,7 @@
  #include <stdio.h>
  
@@ -21,8 +21,8 @@
  
  long persian_jdn(struct icaltimetype dt)
  {
---- a/Src/calendarfunc.h
-+++ b/Src/calendarfunc.h
+--- a/calendarfunc.h
++++ b/calendarfunc.h
 @@ -70,5 +70,5 @@
  
  int Ceil(float number);
@@ -30,8 +30,8 @@
 -int     datemoon[200][2];   /* hashtable for moonphase.[jdn%32][0] stores moonphase of day jdn, 
 +extern int     datemoon[200][2];   /* hashtable for moonphase.[jdn%32][0] stores moonphase of day jdn, 
  			    [jdn%32][1] stores jdn. */
---- a/Src/calendar.h
-+++ b/Src/calendar.h
+--- a/calendar.h
++++ b/calendar.h
 @@ -5,10 +5,10 @@
  #include <sys/stat.h>
  
@@ -47,8 +47,8 @@
  				 [jdn%32][1] stores jdn. */
  struct calobj{
      struct icaltimetype start;
---- a/Src/settings.c
-+++ b/Src/settings.c
+--- a/settings.c
++++ b/settings.c
 @@ -1,4 +1,14 @@
  #include "settings.h"
 +
@@ -64,8 +64,8 @@
  void set_lang(int language){lang = language;}
  void setAppicon(int app){appicon = app;}
  void enter_callback( GtkWidget *widget, GtkWidget *entry ){ 
---- a/Src/settings.h
-+++ b/Src/settings.h
+--- a/settings.h
++++ b/settings.h
 @@ -7,14 +7,14 @@
  
  


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-20 11:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-20 11:56 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmcalendar/files/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox