summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/native-gtk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove the old native gtk building script. It is no longer needed:mjwybrow2009-06-173-1375/+0
| | | | | | | | | | | | The easiest way to do this now is to install a second macport tree as per the instructions on our CompilingMacOsX wiki page then edit the /opt/local-native/etc/macports/variants.conf file to have the line: +universal +no_x11 +quartz This will cause it to build all packages with the no_x11 and quartz variants if they exist. You probably also need to set alternate applications_dir and frameworks_dir variables in the /opt/local-native/etc/macports/macports.conf file so that things don't clash with your standard macports tree. (bzr r8096)
* * packaging/macosx/native-gtk/glibconfig.h,mjwybrow2007-03-193-1/+721
| | | | | | | | | packaging/macosx/native-gtk/build-gtk.sh, packaging/macosx/native-gtk/config.h: Add a couple of modified glib headers needed to build Universal versions of glib using the build-gtk.sh script. (bzr r2707)
* * packaging/macosx/native-gtk/build-gtk.sh: Update some dependencies to newermjwybrow2007-03-151-11/+12
| | | | | | versions. Provide somee fixes to allow cairo 1.4.0 to be compiled as universal. (bzr r2653)
* * packaging/macosx/native-gtk/build-gtk.sh: s/libsig++/libsigc++/.mjwybrow2007-03-131-1/+1
| | | (bzr r2627)
* * packaging/macosx/native-gtk/build-gtk.sh: Further fixes for stable builds.mjwybrow2007-03-131-14/+16
| | | (bzr r2626)
* * packaging/macosx/native-gtk/build-gtk.sh: Improvements for the stable build.mjwybrow2007-03-121-2/+43
| | | (bzr r2625)
* * packaging/macosx/native-gtk/build-gtk.sh: Minor fix for configure beingmjwybrow2007-03-121-1/+2
| | | | | called twice when building some packages from svn. (bzr r2624)
* * packaging/macosx/native-gtk/build-gtk.sh: Some updates to the script mjwybrow2007-03-011-68/+252
| | | | | | | to reflect the fact that gnome have switched from CVS to SVN. Also, some changes to use the same script for building the Universal Inkscape package. (bzr r2471)
* * packaging/macosx/native-gtk/build-gtk.sh: Improve the OSX native GTkmjwybrow2006-11-091-7/+15
| | | | | build script. (bzr r1929)
* o Fix a typo.mjwybrow2006-11-071-1/+1
| | | (bzr r1924)
* * packaging/macosx/native-gtk/builg-gtk.sh: Added some comments.mjwybrow2006-11-071-0/+8
| | | (bzr r1923)
* * packaging/macosx/native-gtk/build-gtk.sh: Modified version of Imendio'smjwybrow2006-11-071-0/+410
GTK OS X port build script that also downloads and compiles Inkscape and its dependencies. (bzr r1922)