[69886] trunk/dports/devel/gtk-osx-application

elelay at macports.org elelay at macports.org
Mon Jul 19 22:45:28 PDT 2010


Revision: 69886
          http://trac.macports.org/changeset/69886
Author:   elelay at macports.org
Date:     2010-07-19 22:45:27 -0700 (Mon, 19 Jul 2010)
Log Message:
-----------
- update gtk-osx-application to 0.9.4
- install library and headers in prefix instead of python2.6 subtree

Modified Paths:
--------------
    trunk/dports/devel/gtk-osx-application/Portfile

Added Paths:
-----------
    trunk/dports/devel/gtk-osx-application/files/
    trunk/dports/devel/gtk-osx-application/files/patch-bindings-python-gtk_osxapplication-Makefile-in.diff
    trunk/dports/devel/gtk-osx-application/files/patch-bindings-python-igemacintegration-Makefile-in.diff

Modified: trunk/dports/devel/gtk-osx-application/Portfile
===================================================================
--- trunk/dports/devel/gtk-osx-application/Portfile	2010-07-20 03:55:59 UTC (rev 69885)
+++ trunk/dports/devel/gtk-osx-application/Portfile	2010-07-20 05:45:27 UTC (rev 69886)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            gtk-osx-application
-version         0.9.2
+version         0.9.4
 categories      devel
 maintainers     elelay openmaintainer
 
@@ -22,9 +22,9 @@
 master_sites	http://sourceforge.net/projects/gtk-osx/files/GTK-OSX Build/
 distname	    ige-mac-integration-${version}
 
-checksums       md5     82107195a7dc064e028b75f053ba29b7 \
-		        sha1    64b238099570c968b51c2d98ab06bf3cf11411dd \
-		        rmd160  3c1f187620bd0b54f39a15038210eef23ddbb068
+checksums           md5     f224cb52ed82b56dcad3ea9e26cb8ec0 \
+                    sha1    a69ceb11179c17045027ac6761f033f042dab006 \
+                    rmd160  16b97c8e819628fdc0aabb94f9bbc8d9e4fe6220
 
 depends_build   port:pkgconfig
 
@@ -71,3 +71,7 @@
 
 
 configure.ccache	no
+configure.cmd-append    --libdir=${prefix}/lib --includedir=${prefix}/include
+
+patchfiles-append       patch-bindings-python-gtk_osxapplication-Makefile-in.diff\
+                        patch-bindings-python-igemacintegration-Makefile-in.diff

Added: trunk/dports/devel/gtk-osx-application/files/patch-bindings-python-gtk_osxapplication-Makefile-in.diff
===================================================================
--- trunk/dports/devel/gtk-osx-application/files/patch-bindings-python-gtk_osxapplication-Makefile-in.diff	                        (rev 0)
+++ trunk/dports/devel/gtk-osx-application/files/patch-bindings-python-gtk_osxapplication-Makefile-in.diff	2010-07-20 05:45:27 UTC (rev 69886)
@@ -0,0 +1,11 @@
+--- bindings/python/gtk_osxapplication/Makefile.in.old	2010-07-19 19:32:49.000000000 +0200
++++ bindings/python/gtk_osxapplication/Makefile.in	2010-07-19 19:33:32.000000000 +0200
+@@ -229,7 +229,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ INCLUDES = -I$(top_srcdir)/src $(PYTHON_INCLUDES)
+-gtk_osxapplicationdir = $(libdir)/python$(PYTHON_VERSION)/site-packages/gtk_osxapplication
++gtk_osxapplicationdir = @pythondir@/gtk_osxapplication
+ gtk_osxapplication_PYTHON = __init__.py
+ gtk_osxapplication_LTLIBRARIES = _gtk_osxapplication.la
+ headers = $(top_srcdir)/src/gtkosxapplication.h

Added: trunk/dports/devel/gtk-osx-application/files/patch-bindings-python-igemacintegration-Makefile-in.diff
===================================================================
--- trunk/dports/devel/gtk-osx-application/files/patch-bindings-python-igemacintegration-Makefile-in.diff	                        (rev 0)
+++ trunk/dports/devel/gtk-osx-application/files/patch-bindings-python-igemacintegration-Makefile-in.diff	2010-07-20 05:45:27 UTC (rev 69886)
@@ -0,0 +1,11 @@
+--- bindings/python/igemacintegration/Makefile.in.old	2010-07-19 19:42:18.000000000 +0200
++++ bindings/python/igemacintegration/Makefile.in	2010-07-19 19:43:04.000000000 +0200
+@@ -229,7 +229,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ INCLUDES = -I$(top_srcdir)/src $(PYTHON_INCLUDES)
+-igemacintegrationdir = $(libdir)/python$(PYTHON_VERSION)/site-packages/igemacintegration
++igemacintegrationdir =  @pythondir@/igemacintegration
+ igemacintegration_PYTHON = __init__.py
+ igemacintegration_LTLIBRARIES = _igemacintegration.la
+ headers = \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100719/cc3c080d/attachment.html>


More information about the macports-changes mailing list