Skip to content

Commit

Permalink
more removals
Browse files Browse the repository at this point in the history
  • Loading branch information
Toms Bauģis committed Dec 2, 2012
1 parent 5235db7 commit 3a18eb4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
10 changes: 1 addition & 9 deletions data/wscript_build
Expand Up @@ -2,7 +2,6 @@
# encoding: utf-8

bld.install_files('${DATADIR}/hamster-time-tracker', '*.ui')
bld.install_files('${DATADIR}/hamster-time-tracker', 'hamster.db Hamster_Applet.xml')
bld.install_files('${DATADIR}/hamster-time-tracker/art', 'art/*.png')
bld.install_files('${DATADIR}/hamster-time-tracker', 'report_template.html')

Expand All @@ -15,8 +14,7 @@ bld.install_files('${DATADIR}/icons/hicolor/scalable/apps','art/scalable/hamster

for filename in ["hamster-time-tracker.desktop",
"hamster-time-tracker-overview.desktop",
"hamster-windows-service.desktop",
"Hamster_Applet.server"]:
"hamster-windows-service.desktop"]:
bld(features = "subst",
source= "%s.in.in" % filename,
target= "%s.in" % filename,
Expand All @@ -40,9 +38,3 @@ bld(features = 'intltool_in',
install_path = '${DATADIR}/applications',
podir = '../po',
flags = ['-d', '-q', '-u', '-c'])

bld(features = 'intltool_in',
source = 'Hamster_Applet.server.in',
install_path = '${LIBDIR}/bonobo/servers',
podir = '../po',
flags = ['-o', '-u', '-c'])
1 change: 0 additions & 1 deletion po/POTFILES.skip
@@ -1,4 +1,3 @@
data/Hamster_Applet.server.in
data/hamster-time-tracker.desktop.in
data/hamster-time-tracker-overview.desktop.in
build/
16 changes: 1 addition & 15 deletions wscript
Expand Up @@ -44,8 +44,7 @@ def set_options(opt):

def build(bld):
bld.install_files('${LIBDIR}/hamster-time-tracker',
"""src/hamster-time-tracker
src/hamster-service
"""src/hamster-service
src/hamster-windows-service
""",
chmod = 0755)
Expand All @@ -68,19 +67,6 @@ def build(bld):
bld.install_files('${PYTHONDIR}/hamster/widgets', 'src/hamster/widgets/*.py')
bld.install_files('${PYTHONDIR}/hamster/lib', 'src/hamster/lib/*.py')

bld.install_files('${DATADIR}/docky/helpers',
'src/docky_control/2.0/hamster_control.py',
chmod = 0755)
bld.install_files('${DATADIR}/docky/helpers/metadata',
'src/docky_control/2.0/hamster_control.py.info')

# docky 2.1+ changes python API, folder and other things (how amusing)
bld.install_files('${DATADIR}/dockmanager/scripts',
'src/docky_control/2.1/hamster_control.py',
chmod = 0755)
bld.install_files('${DATADIR}/dockmanager/metadata',
'src/docky_control/2.1/hamster_control.py.info')

bld.new_task_gen("subst",
source= "org.gnome.hamster.service.in",
target= "org.gnome.hamster.service",
Expand Down

0 comments on commit 3a18eb4

Please sign in to comment.