[pkg-fso-commits] [SCM] freesmartphone.org demo GUI branch, master, updated. milestone4-28-g19ac3e4
Jan Luebbe
jluebbe at debian.org
Mon Feb 2 18:44:24 UTC 2009
The following commit has been merged in the master branch:
commit f5963dbb87ad3c4b8961fee551ba5ff66421f29f
Author: Jan Luebbe <jluebbe at debian.org>
Date: Tue Jan 20 13:42:28 2009 +0100
update setup.py to install the .mo file
diff --git a/setup.py b/setup.py
index df59afc..74cb298 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,8 @@ setup(
'clean' : my_clean },
scripts = [ "src/zhone" ],
data_files = [
- ( "zhone/", ["data/themes/zhone.edj"] ),
+ ( "zhone", ["data/themes/zhone.edj"] ),
+ ( "zhone/locale/ru/LC_MESSAGES", ["data/locale/ru/LC_MESSAGES/zhone.mo"] ),
( "pixmaps", ["data/launcher/zhone.png"] ),
( "applications", ["data/launcher/zhone.desktop"] ),
]
--
freesmartphone.org demo GUI
More information about the pkg-fso-commits
mailing list