~kklimonda/ubuntu/natty/hamster-applet/lp.697667

« back to all changes in this revision

Viewing changes to hamster/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-02-10 02:52:31 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100210025231-x0q5h4q7nlvihl09
Tags: 2.29.90-0ubuntu1
* New upstream version
  - workspace tracking - switch activity, when switching desktops
  - chart improvements - theme friendly and less noisier
  - for those without GNOME panel there is now a standalone version, 
    accessible via Applications -> Accessories -> Time Tracker
  - overview window remembers position
  - maintaining cursor on the selected row after edits / refreshes
  - descriptions once again in the main input field, delimited by comma
  - activity suggestion box now sorts items by recency (Patryk Zawadzki)
  - searching
  - simplified save report dialog, thanks to the what you see is what you 
    report revamp
  - overview/stats replaced with activities / totals and stats accessible 
    from totals
  - interactive graphs to drill down in totals
  - miscellaneous performance improvements
  - pixel-perfect graphs
* Updated 01_startup-fix.patch to apply to new source layout
* debian/control:
  - Add build-depend on gnome-doc-utils

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = keybinder widgets
2
 
ACLOCAL_AMFLAGS = -I m4
3
 
 
4
 
CPPFLAGS = \
5
 
        $(PYTHON_INCLUDES) 
6
 
 
7
 
hamster-applet: hamster-applet.py
8
 
        sed -e "s|\@PYTHONDIR\@|$(pyexecdir)|" $< > $@
9
 
 
10
 
hamsterbindir = $(libdir)/hamster-applet
11
 
hamsterbin_SCRIPTS = hamster-applet
12
 
 
13
 
hamsterdir = $(pyexecdir)/hamster
14
 
hamster_PYTHON = \
15
 
        defs.py \
16
 
        dispatcher.py \
17
 
        storage.py \
18
 
        db.py \
19
 
        eds.py \
20
 
        stats.py \
21
 
        stats_overview.py \
22
 
        stats_reports.py \
23
 
        stats_stats.py \
24
 
        reports.py \
25
 
        charting.py \
26
 
        graphics.py \
27
 
        configuration.py \
28
 
        KeyBinder.py \
29
 
        preferences.py \
30
 
        stuff.py \
31
 
        edit_activity.py \
32
 
        applet.py \
33
 
        about.py \
34
 
        hamsterdbus.py \
35
 
        idle.py \
36
 
        i18n.py \
37
 
        pytweener.py \
38
 
        __init__.py
39
 
 
40
 
BUILT_SOURCES = \
41
 
        hamster-applet
42
 
 
43
 
CLEANFILES = \
44
 
        $(BUILT_SOURCES)
45
 
 
46
 
DISTCLEANFILES = \
47
 
        defs.py \
48
 
        $(CLEANFILES)
49
 
 
50
 
EXTRA_DIST = \
51
 
        defs.py.in \
52
 
        hamster-applet.py