rpms/heliodor/devel heliodor-0.2.1-no_wnck_modal.patch, NONE, 1.1 heliodor.spec, 1.9, 1.10

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Mon Jun 11 19:08:19 UTC 2007


Author: jwilson

Update of /cvs/pkgs/rpms/heliodor/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv975

Modified Files:
	heliodor.spec 
Added Files:
	heliodor-0.2.1-no_wnck_modal.patch 
Log Message:
Fix minor screw-up in patch application...

heliodor-0.2.1-no_wnck_modal.patch:

--- NEW FILE heliodor-0.2.1-no_wnck_modal.patch ---
diff -Naurp heliodor-0.2.1.orig/src/main.c heliodor-0.2.1/src/main.c
--- heliodor-0.2.1.orig/src/main.c	2007-03-17 15:46:59.000000000 -0400
+++ heliodor-0.2.1/src/main.c	2007-06-11 15:04:58.000000000 -0400
@@ -3342,7 +3342,6 @@ action_menu_map (WnckWindow *win,
 	return;
     case WNCK_WINDOW_NORMAL:
     case WNCK_WINDOW_DIALOG:
-    case WNCK_WINDOW_MODAL_DIALOG:
     case WNCK_WINDOW_TOOLBAR:
     case WNCK_WINDOW_MENU:
     case WNCK_WINDOW_UTILITY:


Index: heliodor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/heliodor/devel/heliodor.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- heliodor.spec	5 Jun 2007 04:02:09 -0000	1.9
+++ heliodor.spec	11 Jun 2007 19:07:44 -0000	1.10
@@ -8,6 +8,7 @@
 Summary:        Beryl window decorator with Metacity theme support
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source0:        http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
+Patch1:         heliodor-0.2.1-no_wnck_modal.patch
 
 # libdrm is not available on these arches
 ExcludeArch:    s390 s390x
@@ -33,6 +34,7 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .wnck
 
 
 %build




More information about the fedora-extras-commits mailing list