~cairo-dock-team/ubuntu/precise/cairo-dock/3.0.0.0beta1

« back to all changes in this revision

Viewing changes to data/emblems/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2008-09-14 16:26:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080914162612-t6aa8pr2o0qry48o
Tags: 1.6.2.3-0ubuntu1
* New upstream release.
* debian/control
 - Update to 3.8.0 (no change needed).
 - Add libxtst-dev as Build-Depends.
* debian/cairo-dock-data.install
 - Add usr/share/cairo-dock/emblems directory.
* debian/watch
 - Update location.
* debian/rules
 - Add a get-orig-source rule.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = .
 
2
 
 
3
emblemsdir = $(pkgdatadir)/emblems
 
4
 
 
5
emblems_DATA = \
 
6
        charge.svg\
 
7
        drop.svg\
 
8
        play.svg\
 
9
        pause.svg\
 
10
        stop.svg\
 
11
        broken.svg\
 
12
        error.svg\
 
13
        warning.svg\
 
14
        locked.svg
 
15
        
 
16
EXTRA_DIST = $(emblems_DATA)