[35781] trunk/dports/xfce
afb at macports.org
afb at macports.org
Sun Apr 6 07:15:59 PDT 2008
Revision: 35781
http://trac.macosforge.org/projects/macports/changeset/35781
Author: afb at macports.org
Date: 2008-04-06 07:15:58 -0700 (Sun, 06 Apr 2008)
Log Message:
-----------
new port: squeeze 0.2.3 (archive manager for xfce)
Added Paths:
-----------
trunk/dports/xfce/squeeze/
trunk/dports/xfce/squeeze/Portfile
trunk/dports/xfce/squeeze/files/
trunk/dports/xfce/squeeze/files/patch-internals.diff
Added: trunk/dports/xfce/squeeze/Portfile
===================================================================
--- trunk/dports/xfce/squeeze/Portfile (rev 0)
+++ trunk/dports/xfce/squeeze/Portfile 2008-04-06 14:15:58 UTC (rev 35781)
@@ -0,0 +1,22 @@
+# $Id$
+
+PortSystem 1.0
+
+name squeeze
+version 0.2.3
+categories xfce
+platforms darwin
+maintainers afb at macports.org
+description Squeeze is a modern and advanced archive manager for the \
+Xfce Desktop Environment.
+long_description ${description}
+homepage http://squeeze.xfce.org/
+master_sites ${homepage}/downloads
+use_bzip2 yes
+checksums md5 bd3cb0648b49be1f146fc4f675606176 \
+ sha1 218f0e61e1d105f1f9aa898a56837f78ce65aaac \
+ rmd160 0833a0681d5c952077bf2f220cd2f07b2df2904f
+
+depends_lib port:pkgconfig port:gtk2 port:libxfce4util port:dbus-glib
+
+patchfiles patch-internals.diff
Property changes on: trunk/dports/xfce/squeeze/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Added: trunk/dports/xfce/squeeze/files/patch-internals.diff
===================================================================
--- trunk/dports/xfce/squeeze/files/patch-internals.diff (rev 0)
+++ trunk/dports/xfce/squeeze/files/patch-internals.diff 2008-04-06 14:15:58 UTC (rev 35781)
@@ -0,0 +1,38 @@
+--- ./libsqueeze/internals.h.orig 2008-02-24 13:38:32.000000000 +0100
++++ ./libsqueeze/internals.h 2008-04-05 14:11:03.000000000 +0200
+@@ -14,9 +14,9 @@
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+-GSList *lsq_mime_info_list;
+-GSList *lsq_opened_archive_list;
+-ThunarVfsPath *lsq_relative_base_path;
++extern GSList *lsq_mime_info_list;
++extern GSList *lsq_opened_archive_list;
++extern ThunarVfsPath *lsq_relative_base_path;
+
+ /*
+ * gint
+@@ -24,7 +24,7 @@ ThunarVfsPath *lsq_relative_bas
+ *
+ * general function for executing child-apps
+ */
+-ThunarVfsMimeDatabase *lsq_mime_database;
++extern ThunarVfsMimeDatabase *lsq_mime_database;
+
+ gchar *
+ lsq_concat_filenames(GSList *filenames);
+--- ./libsqueeze/internals.c.orig 2008-02-24 13:38:32.000000000 +0100
++++ ./libsqueeze/internals.c 2008-04-05 14:14:06.000000000 +0200
+@@ -30,6 +30,11 @@
+
+ #include "internals.h"
+
++GSList *lsq_mime_info_list = NULL;
++GSList *lsq_opened_archive_list = NULL;
++ThunarVfsPath *lsq_relative_base_path = NULL;
++ThunarVfsMimeDatabase *lsq_mime_database = NULL;
++
+ #define __USE_GNU
+
+ #include <unistd.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080406/c0c85a3d/attachment.html
More information about the macports-changes
mailing list