rpms/snes9x/devel snes9x-1.43-wmclass.patch, NONE, 1.1 snes9x.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Thorsten Leemhuis thl at rpmfusion.org
Sat Oct 18 15:56:58 CEST 2008


Author: thl

Update of /cvs/nonfree/rpms/snes9x/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28748

Modified Files:
	.cvsignore sources 
Added Files:
	snes9x-1.43-wmclass.patch snes9x.spec 
Log Message:
import from freshrpms

snes9x-1.43-wmclass.patch:

--- NEW FILE snes9x-1.43-wmclass.patch ---
--- snes9x-1.43-src/snes9x/unix/x11.cpp_old	2005-12-31 20:02:44.000000000 -0500
+++ snes9x-1.43-src/snes9x/unix/x11.cpp	2006-01-01 19:14:01.487158707 -0500
@@ -524,8 +524,13 @@ supporting PseudoColor, TrueColor or Gra
     GUI.cross_hair_cursor = XCreateFontCursor (GUI.display, XC_crosshair);
     GUI.gc = DefaultGCOfScreen (GUI.screen);
     {
+        XClassHint classhint;
         XSizeHints Hints;
-	XWMHints WMHints;
+        XWMHints WMHints;
+
+	classhint.res_name = "snes9x";
+	classhint.res_class = "Snes9x";
+	XSetClassHint(GUI.display, GUI.window, &classhint);
 
 	memset ((void *) &Hints, 0, sizeof (XSizeHints));
 	memset ((void *) &WMHints, 0, sizeof (XWMHints));


***** Error reading new file: [Errno 2] No such file or directory: 'snes9x.spec'

Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/snes9x/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Oct 2008 13:43:01 -0000	1.1
+++ .cvsignore	18 Oct 2008 13:56:58 -0000	1.2
@@ -0,0 +1 @@
+snes9x-1.51-src.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/snes9x/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Oct 2008 13:43:01 -0000	1.1
+++ sources	18 Oct 2008 13:56:58 -0000	1.2
@@ -0,0 +1 @@
+a1038cc761f400318cdced960972f8a7  snes9x-1.51-src.tar.bz2



More information about the rpmfusion-commits mailing list