~mh21/ubuntu/utopic/indicator-multiload/version-0.4

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: mh21 at mh21
  • Date: 2014-06-14 19:04:06 UTC
  • mfrom: (1.1.3)
  • Revision ID: mh21@mh21.de-20140614190406-tt27etcltj3oau1o
* New upstream release.
* Fixes and new features:
  - indicator-multiload segfaults immediately (LP: #942859)
  - Advanced preferences text boxes should have unit labels (LP: #1160980)
  - Change "Open System Monitor" Link (LP: #1171224)
  - Menu monitor items do not display (LP: #1251113)
  - Network graph doesn't have min scale settings (LP: #1302454)
  - Add GUI option to turn off autoranging on graphs (LP: #796398)
  - Provide monochrome option (LP: #894583)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@INTLTOOL_DESKTOP_RULE@
2
 
desktopdir = $(datadir)/applications
3
 
desktop_in_files = indicator-multiload.desktop.in
4
 
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
5
 
 
6
 
@INTLTOOL_XML_NOMERGE_RULE@
7
 
@GSETTINGS_RULES@
8
 
gsettings_SCHEMAS = de.mh21.indicator.multiload.gschema.xml
9
 
 
10
 
uidir = $(pkgdatadir)
11
 
nodist_ui_DATA = preferences.ui
12
 
 
13
 
EXTRA_DIST = \
14
 
        $(desktop_in_files) \
15
 
        preferences.ui.in \
16
 
        de.mh21.indicator.multiload.gschema.xml.in.in
17
 
 
18
 
CLEANFILES = \
19
 
        $(desktop_DATA) \
20
 
        $(gsettings_SCHEMAS)
21
 
 
22
 
uninstall-hook:
23
 
        -rmdir $(pkgdatadir)