~ubuntu-branches/ubuntu/saucy/gaupol/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/RELEASING.win32

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2010-11-20 19:43:42 UTC
  • mfrom: (10.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20101120194342-odi2z4za0vv0hpxa
* New upstream release
* Switch from dh_pysupport to dh_python2
* Standards-Version bumped to 3.9.1 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
     [4.1] http://www.rfk.id.au/software/pyenchant/download.html
33
33
 
34
 
    TODO: What about PyGtkSpell? No official packages exist. Check if
35
 
    prebuilt packages from Pidgin [4.2] and/or GRAMPS [4.3] work.
 
34
    TODO: PyGtkSpell is available from GRAMPS [4.2] and GtkSpell from
 
35
    Pidgin [4.3], but as of writing this (20090707) they don't seem to
 
36
    work with PyEnchant. PyEnchant provides libenchant-1.dll, while
 
37
    GtkSpell expects libenchant.dll. Simply making a copy of the DLL
 
38
    results in PyEnchant not finding any dictionaries.
36
39
 
37
 
     [4.2] http://developer.pidgin.im/wiki/BuildingWinPidgin#GtkSpell
38
 
     [4.3] http://gramps-project.org/wiki/index.php?title=Windows_installer
 
40
     [4.2] http://gramps-project.org/wiki/index.php?title=Windows_installer
 
41
     [4.3] http://developer.pidgin.im/wiki/BuildingWinPidgin#GtkSpell
39
42
 
40
43
 5. Install GTK+. The easiest way seems to be to use the all-in-one
41
44
    bundle [5.1], although it may include some unnecessary files.
76
79
===================================
77
80
 
78
81
 1. Generate translations on a Unix machine (or wherever you have
79
 
    gettext and intltool available) [1.1].
 
82
    gettext and intltool available) [1.1]. Skip this step while all
 
83
    translations (GtkBuilder files, Python code, desktop-style files)
 
84
    do not work consistently, at least due to lacking mystic piles of
 
85
    code presented as solutions for pygtk bug #574520.
80
86
 
81
87
     [1.1] ./setup.py clean install_data -d /tmp
82
88