[pkg-fso-commits] [SCM] freesmartphone.org demo GUI branch, master, updated. milestone4-28-g19ac3e4

Michael 'Mickey' Lauer mickey at vanille-media.de
Mon Feb 2 18:44:24 UTC 2009


The following commit has been merged in the master branch:
commit 6967636e9595cc984ec591a07b71e75a4ae7ac17
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jan 21 11:55:31 2009 +0100

    fix typo in setup.py

diff --git a/setup.py b/setup.py
index 74cb298..c0717e6 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ class my_clean(_clean):
 
 setup(
     name = "zhone",
-    version = "milestone2+git",
+    version = "milestone4.1+git",
     author = "See AUTHORS",
     author_email = "mlauer at vanille-media.de",
     url = "http://www.freesmartphone.org",
@@ -37,7 +37,7 @@ setup(
     scripts = [ "src/zhone" ],
     data_files = [
         ( "zhone", ["data/themes/zhone.edj"] ),
-        ( "zhone/locale/ru/LC_MESSAGES", ["data/locale/ru/LC_MESSAGES/zhone.mo"] ),
+        ( "zhone/locale/ru/LC_MESSAGES", ["data/locale/ru/LC_MESSAGES/zhone.po"] ),
         ( "pixmaps", ["data/launcher/zhone.png"] ),
         ( "applications", ["data/launcher/zhone.desktop"] ),
         ]

-- 
freesmartphone.org demo GUI



More information about the pkg-fso-commits mailing list