~ubuntu-branches/ubuntu/oneiric/alarm-clock/oneiric

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Marco Rodrigues
  • Date: 2008-10-28 19:57:12 UTC
  • mto: (7.1.1 sid) (9.1.1 squeeze) (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20081028195712-e8kusg37fc1hnw0s
Tags: upstream-0.9.17
Import upstream version 0.9.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
AppName = "alarm-clock"
15
15
FullName = "Alarm Clock"
16
 
Version = "0.9.11"
 
16
Version = "0.9.17"
17
17
Author = "Tomasz Sałaciński"
18
18
AuthorEmail = "tsalacinski@gmail.com"
19
19
Description = "Alarm Clock for GTK written in Python"
113
113
 
114
114
class install_data(_install_data):
115
115
    def run(self):
 
116
                # Uncomment the "return" statement to build RPM's
 
117
                # return
116
118
                for lang in os.listdir('build/locale/'):
117
119
                        lang_dir = os.path.join('share', 'locale', lang, 'LC_MESSAGES')
118
120
                        lang_file = os.path.join('build', 'locale', lang, 'LC_MESSAGES', 'alarm-clock.mo')