[gtk-mac-bundler] Created tag 0.7.0



The unsigned tag '0.7.0' was created.

Tagger: John Ralls <jralls ceridwen us>
Date: Sat Sep 8 15:16:00 2012 -0700

    Tag for release 0.7.0

Changes:

Alexander Kojevnikov (1):
      Fix pango.modules generation

Guillaume Lessard (1):
      Revamped the locale-detection portion of launcher.sh to take into account all four locale-related variables published by Mac OS X (AppleCollationOrder, AppleLocale (including currency) and AppleLanguages).

John Ralls (63):
      Corrected the URL for gtk-osx-build instructions
      Added instructions to copy themes and engines into the bundle
      Replaced deprecated sets module with set builtin
      Bumped Version
      Relocated Data Copy to after binary copies so that libtool files can be specified as data and not get nuked by the cleanup routine in copy binary files. Needed for libraries that are dlopened instead of linked during make.
      Added documentation for libfoo.la modification
      Removed two ToDos that are already done
      Bumped Version
      Changed function-descriptive comment to docstring
      Add gtk-demo bundle, info.plist, and launcher.sh to test a standard app (Giggle is some imendio thing, and should probably be dropped.)
      Copied in from macosxhints.com, this script will be used for implementing the <dmg> element.
      Unit tests for project.py
      Use the same bin-dir that jhbuild does.
      Guard against a path having a link in it.
      add ability to run install_name_tool in both id and change mode and to take the interesting part of "RIGHT_PREFIX" from the command line.
      Prevent recursive_rm from deleting the directory containing the new bundle.
      Process frameworks added to the bundle so that they will be used as private frameworks (otherwise, what's the point of adding them?)
      Make sure that the list of paths from list_copied_binaries has no duplicates.
      Merge branch 'master' of git github com:jralls/ige-mac-bundler
      Add support to copy designated translation files (foo.po and foo.mo)
      Bump the version to 0.5.3
      Force the file copied by a <plist> element to be named Info.plist no matter what it's named originally. (Other plists can be copied using a <data> element.) Obviously, this means there will be only one.
      Provide a (normally commented out) block which reports each binary file processed so that one can find out which error messages go with which file.
      Write Package type into PkgInfo.
      Add an example pygtk bundle
      More descriptive error message for unkown file copying errors
      Fix translation loop
      Restore inadvertently-deleted run-install-name-tool tag to bundle files.
      Correct the version strings.
      Add Guillaume Lessard's localization code to the example launcher.
      Removed giggle.bundle; since there's no giggle any more, there's no point in keeping this around.
      Bumped rev to 0.5.4
      Remove restriction on a destination tag for binaries.
      Fix typo in a comment
      Protect against adjusting already-adjusted paths
      Added new attribute, "recurse", to Path class.
      If given a wild-card in a source path and if the recurse attribute is set to "True" for the element, copy_path will now walk the tree and create all subdirectories in destination to match those in source, and copy the files which match the wildcard.
      add docs/ to gitignore, so that the product of make docs isn't added to the repo (and doesn't clutter up status)
      Replace shutil.copy with distutils.file_util.copy_file, which is a bit more robust.
      Work around the move of gdk-pixbuf out of gtk for recent (post 2.21.5/2.90.5) versions.
      Allow for building gtk+3 bundles
      Add some protective code in translations function
      Put python in Contents/MacOS so that the @executable_path rpaths will work correctly.
      Take destinations out of translation directives; with them in place, we had a single translation file in Contents/Resources instead of the tree of them in Contents/Resources/share/locales
      Fix typos in gdk-pixbuf dirnames
      Fix typo in pygtk-demo.bundle
      Rewrite of locale detection in the example launcher script. New version is more reliable and gives priority to the languages list rather than the locale setting in Formats.
      Add Changelog-generation to make dist, and add Changelog for older distributions.
      Bump Version to 0.6.0
      Update Changelog for 0.6.0
      Update demo bundle files and launcher script to reflect new location of gdk-pixbuf, and to load the print backends so that printing will work.
      Improve arguments handling in launcher. Thanks to prl <prl ozemail com au>
      Launcher: expr isn't a bash builtin so it needs an absolute path.
      Delete old, unused, graphical interface
      Change gtk-mac-bundler to gtk-mac-bundler for transfer to gnome.org.
      Ensure that all the latest improvements to the launcher script are incorporated in all versions here.
      Reflect change to Python2.7 it Gtk-OSX Stable moduleset.
      Add .doap file for Gnome.org
      Remove tarring the UI directory from make dist.
      Bump version number for release bundler-0.6.1
      Merge pull request #3 from jwoillez/bundle-name
      Add code signing to bundler.
      Filter list of binaries to exclude symlinks and files which are neither executable nor binary.

Julien Woillez (1):
      If available, use CFBundleName instead of CFBundleExecutable for the bundle name.

Richard Hult (30):
      Initial commit
      Fix make dist
      Add copyright notice
      Update ignore list
      Only allow wildcards in the last path component, update README
      Make stripping all added binaries work, and stop copying svgs in icon themes
      Fix some corner cases after trying out more apps
      Update ignore list
      Fix a bug in the README
      Parse run-install-name-tool tag.
      Add support to run install_name_tool.
      Add the install_name_tool script
      Fix a bug where files would be copied into the wrong dest when using wildcards
      Dist the new file
      Make the library filter not choke on library not following normal naming standards
      Improve error handling, show nice error mesages instead of stack traces. Also fix globs
      Update version
      Add support for running the app with gdb and to add extra arguments
      Add
      Update debugging options, make it possible to use gdb
      Update version to 0.4.
      Add news
      Parse framework tags
      Copy frameworks in the bundler
      Use the right path for GTK_DATA_PREFIX
      Add news
      Remove section about patching pango and clarify license.
      Try AppleLocale first and fall back to collation order
      Clarify that jhbuild is recommended, and give hints about macports; also improve the example
      Add info to NEWS



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]