public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/fsviewer/files: fsviewer-0.2.6-wmaker-0.95_support.patch
@ 2012-07-11 22:06 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2012-07-11 22:06 UTC (permalink / raw
  To: gentoo-commits

voyageur    12/07/11 22:06:06

  Added:                fsviewer-0.2.6-wmaker-0.95_support.patch
  Log:
  Fix ~arch version to support new windowmaker
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-plugins/fsviewer/files/fsviewer-0.2.6-wmaker-0.95_support.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/files/fsviewer-0.2.6-wmaker-0.95_support.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/fsviewer/files/fsviewer-0.2.6-wmaker-0.95_support.patch?rev=1.1&content-type=text/plain

Index: fsviewer-0.2.6-wmaker-0.95_support.patch
===================================================================
diff -Naur fsviewer-app-0.2.6.orig/configure.ac fsviewer-app-0.2.6/configure.ac
--- fsviewer-app-0.2.6.orig/configure.ac	2012-07-11 17:55:06.448981246 +0200
+++ fsviewer-app-0.2.6/configure.ac	2012-07-11 18:04:15.528940159 +0200
@@ -81,6 +81,8 @@
              AC_MSG_ERROR([WMaker library not found]))
 AC_CHECK_LIB(WINGs, WMAppSetMainMenu,,
              AC_MSG_ERROR([WINGs library not found]))
+AC_CHECK_LIB(WUtil, WMCreatePLString,,
+             AC_MSG_ERROR([WUtil library not found]))
 
 dnl Checks for PropList (not necessary since version 0.2.3b)
 dnl AC_CHECK_HEADERS(proplist.h,, AC_MSG_WARN(Can't find PropList include-file: Please install libPropList (included in WindowMaker)))
diff -Naur fsviewer-app-0.2.6.orig/defs/chdef.c fsviewer-app-0.2.6/defs/chdef.c
--- fsviewer-app-0.2.6.orig/defs/chdef.c	2012-07-11 17:55:06.444981361 +0200
+++ fsviewer-app-0.2.6/defs/chdef.c	2012-07-11 17:55:50.387699640 +0200
@@ -374,7 +374,7 @@
 	SetIntegerForKey(0, "DisplayMCListPixmap");
 	
 	WMWritePropListToFile(filesDB,
-                wdefaultspathfordomain("FSViewer"), True);
+                wdefaultspathfordomain("FSViewer"));
 	result = 0;
     }	    
     else
diff -Naur fsviewer-app-0.2.6.orig/src/extnInspector.c fsviewer-app-0.2.6/src/extnInspector.c
--- fsviewer-app-0.2.6.orig/src/extnInspector.c	2012-07-11 17:55:06.452981130 +0200
+++ fsviewer-app-0.2.6/src/extnInspector.c	2012-07-11 17:56:02.315351669 +0200
@@ -229,7 +229,7 @@
 
     if(numRows > 0)
 	WMWritePropListToFile(filesDB,
-	  wdefaultspathfordomain("FSViewer"), True);
+	  wdefaultspathfordomain("FSViewer"));
 
    if(extn)
 	free(extn);






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

only message in thread, other threads:[~2012-07-11 22:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-11 22:06 [gentoo-commits] gentoo-x86 commit in x11-plugins/fsviewer/files: fsviewer-0.2.6-wmaker-0.95_support.patch Bernard Cafarelli (voyageur)

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