[63054] trunk/dports/xfce/xfce4-corner-plugin

afb at macports.org afb at macports.org
Sun Jan 24 12:21:05 PST 2010


Revision: 63054
          http://trac.macports.org/changeset/63054
Author:   afb at macports.org
Date:     2010-01-24 12:21:04 -0800 (Sun, 24 Jan 2010)
Log Message:
-----------
add missing header file (#23403)

Modified Paths:
--------------
    trunk/dports/xfce/xfce4-corner-plugin/Portfile

Added Paths:
-----------
    trunk/dports/xfce/xfce4-corner-plugin/files/
    trunk/dports/xfce/xfce4-corner-plugin/files/patch-xfce4-corner-plugin.c

Modified: trunk/dports/xfce/xfce4-corner-plugin/Portfile
===================================================================
--- trunk/dports/xfce/xfce4-corner-plugin/Portfile	2010-01-24 20:20:27 UTC (rev 63053)
+++ trunk/dports/xfce/xfce4-corner-plugin/Portfile	2010-01-24 20:21:04 UTC (rev 63054)
@@ -4,6 +4,7 @@
 
 name		xfce4-corner-plugin
 version		1.0.1
+revision	1
 categories	xfce
 platforms	darwin
 maintainers	afb
@@ -20,6 +21,7 @@
 depends_lib	port:xfce4-panel
 use_configure	no
 
+patchfiles	patch-xfce4-corner-plugin.c
 post-patch {
     reinplace "s;/usr;${prefix};" ${worksrcpath}/${name}.desktop
 }

Added: trunk/dports/xfce/xfce4-corner-plugin/files/patch-xfce4-corner-plugin.c
===================================================================
--- trunk/dports/xfce/xfce4-corner-plugin/files/patch-xfce4-corner-plugin.c	                        (rev 0)
+++ trunk/dports/xfce/xfce4-corner-plugin/files/patch-xfce4-corner-plugin.c	2010-01-24 20:21:04 UTC (rev 63054)
@@ -0,0 +1,9 @@
+--- xfce4-corner-plugin.c.orig	2006-10-16 11:56:24.000000000 +0200
++++ xfce4-corner-plugin.c	2010-01-24 21:15:50.000000000 +0100
+@@ -1,5 +1,6 @@
+ #include <gtk/gtk.h>
+ #include <libxfce4panel/xfce-panel-plugin.h>
++#include <libxfce4util/libxfce4util.h>
+ #include <unistd.h>
+ 
+ typedef enum


Property changes on: trunk/dports/xfce/xfce4-corner-plugin/files/patch-xfce4-corner-plugin.c
___________________________________________________________________
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100124/4a9d94da/attachment.html>


More information about the macports-changes mailing list