1 --- XGngeo/setup.py 2012-01-09 16:49:55.712992948 -0200
2 +++ XGngeo-new/setup.py 2012-01-09 17:02:16.018982367 -0200
5 (os.path.join("share", "xgngeo"),glob.glob(os.path.join("data", "rominfos.*"))),
7 - (os.path.join("share", "xgngeo"),['LICENSE.txt']),
8 + # This license, GPL, is one of common licenses and therefore is part of
9 + # 'licenses' package - No need to install this file again.
10 + #(os.path.join("share", "xgngeo"),['LICENSE.txt']),
11 #Plain text documentation.
12 - (os.path.join("share", "xgngeo","doc"),[os.path.join("doc", "xgngeo-doc.txt")]),
13 + (os.path.join("share", "doc", "xgngeo"),[os.path.join("doc", "xgngeo-doc.txt")]),
14 # *.desktop (menu entry)
15 (os.path.join("share", "applications"), [os.path.join("data", "misc", "xgngeo.desktop")]),
18 - (os.path.join("share", "xgngeo", "locale", "es", "LC_MESSAGES"),
19 + (os.path.join("share", "locale", "es", "LC_MESSAGES"),
20 [os.path.join("data", "locale", "es", "LC_MESSAGES", "xgngeo.mo")]),
22 - (os.path.join("share", "xgngeo", "locale", "de", "LC_MESSAGES"),
23 + (os.path.join("share", "locale", "de", "LC_MESSAGES"),
24 [os.path.join("data", "locale", "de", "LC_MESSAGES", "xgngeo.mo")]),
26 - (os.path.join("share", "xgngeo", "locale", "fr", "LC_MESSAGES"),
27 + (os.path.join("share", "locale", "fr", "LC_MESSAGES"),
28 [os.path.join("data", "locale", "fr", "LC_MESSAGES", "xgngeo.mo")]),
30 - (os.path.join("share", "xgngeo", "locale", "pl", "LC_MESSAGES"),
31 + (os.path.join("share", "locale", "pl", "LC_MESSAGES"),
32 [os.path.join("data", "locale", "pl", "LC_MESSAGES", "xgngeo.mo")]),
34 - (os.path.join("share", "xgngeo", "locale", "pt_BR", "LC_MESSAGES"),
35 + (os.path.join("share", "locale", "pt_BR", "LC_MESSAGES"),
36 [os.path.join("data", "locale", "pt_BR", "LC_MESSAGES", "xgngeo.mo")])