[35453] trunk/dports/xfce

afb at macports.org afb at macports.org
Fri Mar 28 11:59:34 PDT 2008


Revision: 35453
          http://trac.macosforge.org/projects/macports/changeset/35453
Author:   afb at macports.org
Date:     2008-03-28 11:59:33 -0700 (Fri, 28 Mar 2008)

Log Message:
-----------
mass upgrade from Xfce 4.2.4 to Xfce 4.4.2 (#12749)

Added Paths:
-----------
    trunk/dports/xfce/Thunar/
    trunk/dports/xfce/Thunar/Portfile
    trunk/dports/xfce/Thunar/files/
    trunk/dports/xfce/Thunar/files/patch-thunar-Makefile.in
    trunk/dports/xfce/Thunar/files/patch-thunar-vfs-mime-database.c

Added: trunk/dports/xfce/Thunar/Portfile
===================================================================
--- trunk/dports/xfce/Thunar/Portfile	                        (rev 0)
+++ trunk/dports/xfce/Thunar/Portfile	2008-03-28 18:59:33 UTC (rev 35453)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem 1.0
+
+name		Thunar
+version		0.9.0
+categories	xfce
+platforms	darwin
+maintainers	afb at macports.org
+description	Thunar is a modern file manager for the Unix/Linux desktop
+long_description ${description}
+homepage	http://www.xfce.org/
+master_sites	http://www.ca-us.xfce.org/archive/xfce-4.4.2/src/
+use_bzip2	yes
+checksums	md5 0fc5008858661c0abd0399acbe30ef28 \
+		sha1 fd4625d58e28006087d5a35004483a953184e4fe \
+		rmd160 ebb744aa107d4def06c8c805ee6936d1acf2d4d7
+
+configure.args	--enable-dbus --enable-startup-notification \
+		--enable-pcre --enable-exif --disable-visibility
+
+depends_lib	port:exo port:pcre port:libexif \
+		port:shared-mime-info port:desktop-file-utils \
+		port:startup-notification
+
+patchfiles	patch-thunar-Makefile.in patch-thunar-vfs-mime-database.c


Property changes on: trunk/dports/xfce/Thunar/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/xfce/Thunar/files/patch-thunar-Makefile.in
===================================================================
--- trunk/dports/xfce/Thunar/files/patch-thunar-Makefile.in	                        (rev 0)
+++ trunk/dports/xfce/Thunar/files/patch-thunar-Makefile.in	2008-03-28 18:59:33 UTC (rev 35453)
@@ -0,0 +1,10 @@
+--- thunar/Makefile.in.orig	2007-12-02 14:47:31.000000000 +0100
++++ thunar/Makefile.in	2008-03-25 22:20:36.000000000 +0100
+@@ -2241,7 +2241,6 @@
+ # install symlink to 'thunar'
+ install-data-local:
+ 	$(mkinstalldirs) $(DESTDIR)$(bindir)
+-	-( cd $(DESTDIR)$(bindir) ; ln -sf Thunar thunar )
+ 
+ clean-local:
+ 	rm -f *.core core core.*

Added: trunk/dports/xfce/Thunar/files/patch-thunar-vfs-mime-database.c
===================================================================
--- trunk/dports/xfce/Thunar/files/patch-thunar-vfs-mime-database.c	                        (rev 0)
+++ trunk/dports/xfce/Thunar/files/patch-thunar-vfs-mime-database.c	2008-03-28 18:59:33 UTC (rev 35453)
@@ -0,0 +1,23 @@
+--- thunar-vfs/thunar-vfs-mime-database.c.old	2007-01-20 14:39:09.000000000 -0600
++++ thunar-vfs/thunar-vfs-mime-database.c	2007-09-10 02:55:00.000000000 -0500
+@@ -1122,11 +1122,20 @@
+             }
+ #elif defined(HAVE_FGETXATTR)
+           /* check for valid mime type stored in the extattr (Linux) */
++#if defined(__APPLE__)
++          nbytes = fgetxattr (fd, "user.mime_type", NULL, 0, 0, 0);
++#else
+           nbytes = fgetxattr (fd, "user.mime_type", NULL, 0);
++#endif
+           if (G_UNLIKELY (nbytes >= 3))
+             {
+               buffer = g_newa (gchar, nbytes + 1);
++#if defined(__APPLE__)
++              nbytes = fgetxattr (fd, "user.mime_type", buffer, nbytes, 0, 0);
++#else
+               nbytes = fgetxattr (fd, "user.mime_type", buffer, nbytes);
++#endif
++	
+               if (G_LIKELY (nbytes >= 3))
+                 {
+                   buffer[nbytes] = '\0';


Property changes on: trunk/dports/xfce/Thunar/files/patch-thunar-vfs-mime-database.c
___________________________________________________________________
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080328/1ad346b4/attachment.html


More information about the macports-changes mailing list