~ubuntu-branches/ubuntu/utopic/inkscape/utopic-proposed

« back to all changes in this revision

Viewing changes to packaging/win32/portable/readme.packaging.txt

  • Committer: Package Import Robot
  • Author(s): Alex Valavanis
  • Date: 2014-08-19 19:10:32 UTC
  • mfrom: (1.6.5) (2.5.14 sid)
  • Revision ID: package-import@ubuntu.com-20140819191032-2eca1qihaszjk9i6
Tags: 0.48.5-2ubuntu1
* Merge with Debian Unstable (LP: #1358863). Fixes several Ubuntu bugs:
  - Illustrator CS SVG won't load: namespace URIs in entities (LP: #166371)
  - inkscape crashed with SIGSEGV in
    sp_dtw_color_profile_event() (LP: #966441)
  - inkscape crashed with SIGSEGV (LP: #1051017)
  - inkscape crashed with SIGSEGV in Inkscape::Preferences::_getNode()
    (LP: #1163241)
  - save a copy reverts to save as (LP: #529843)
  - Extension to braille not working on Xubuntu 12.10 (LP: #1090865)
* Remaining changes:
  - debian/control:
    + Set Ubuntu Developer as maintainer,
    + build-depend on dh-translation to handle Ubuntu translation,
    + demote pstoedit from Recommends to Suggests (because it's in universe),
  - debian/patches/0006_add_unity_quicklist_support.patch: add.
  - debian/patches/series: update.
  - debian/rules:
    + add dh_translation to handle Ubuntu translation
* Drop debian/patches/librevenge.patch (superseded by
    debian/patches/0006-Update_to_new_libwpg.patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
REQUIREMENTS
2
 
============
3
 
� Inkscape compiled (see http://wiki.inkscape.org/wiki/index.php/Win32Port)
4
 
� NSIS Portable
5
 
  http://portableapps.com/apps/development/nsis_portable
6
 
  (or NSIS 2.45 or later [Windows 7 support] and the TextReplace plugin)
7
 
� PortableApps.com AppCompactor
8
 
  http://portableapps.com/apps/utilities/appcompactor
9
 
� PortableApps.com Installer
10
 
  http://portableapps.com/apps/development/portableapps.com_installer
11
 
 
12
 
INSTRUCTIONS
13
 
============
14
 
An automated version is planned for later, but currently you'll just have to follow these instructions.  Oh, and it won't do the last half dozen steps automatically.
15
 
 
16
 
(0. Compile Inkscape)
17
 
1.  Copy everything from the "inkscape" build directory, EXCEPT for inkscape.dbg and gdb.exe, into ./App/Inkscape
18
 
2.  Update the version number in the "Version" section of ./App/AppInfo/appinfo.ini
19
 
3.  Compile ./Other/Source/InkscapePortable.nsi with NSIS
20
 
4.  Run the PortableApps.com AppCompactor on ./App/Inkscape
21
 
5.  Run the PortableApps.com Installer on this directory
22
 
 
23
 
6.  InkscapePortable_X.XX.paf.exe will now be in packaging/win32, ready for release
24
 
7.  Test it (the installer and the installed)
25
 
8.  Send it to John T. Haller of PortableApps.com for digital signature
26
 
9.  Probably wait a few days...
27
 
10. Receive it back, signed
28
 
11. Test it again, just to make sure
29
 
12. Release it!