~ubuntu-branches/debian/sid/docky/sid

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz
  • Date: 2012-01-19 19:03:38 UTC
  • mfrom: (1.1.14) (10.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20120119190338-n44q7tmqsrkudvk7
Tags: 2.1.3-2
* Upload to unstable
* debian/watch:
  + Look for xz tarballs from now on

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SUBDIRS = icons themes
2
2
 
3
 
EXTRA_DIST =    docky.desktop.in \
4
 
                albumoverlay_jewel.png \
5
 
                albumoverlay_vinyl.png \
6
 
                poof.png
7
 
CLEANFILES = docky.desktop
 
3
EXTRA_DIST = $(schemas_in_files) docky.desktop.in \
 
4
        remaps.ini \
 
5
        sun.svg \
 
6
        wind.svg \
 
7
        temp.svg \
 
8
        poof.png
 
9
CLEANFILES = $(schemas_DATA) docky.desktop
 
10
 
 
11
schemasdir = $(GCONF_SCHEMA_FILE_DIR)
 
12
schemas_in_files = docky.schemas.in
 
13
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
8
14
 
9
15
applicationsdir = $(datadir)/applications
10
16
applications_DATA = docky.desktop
11
17
 
 
18
remapsdir = $(datadir)/docky
 
19
remaps_DATA = remaps.ini
 
20
 
12
21
poofdir = $(datadir)/docky
13
22
poof_DATA = poof.png \
14
 
        albumoverlay_jewel.png \
15
 
        albumoverlay_vinyl.png
 
23
        sun.svg \
 
24
        wind.svg \
 
25
        temp.svg
16
26
 
17
27
@INTLTOOL_DESKTOP_RULE@
 
28
 
 
29
@INTLTOOL_SCHEMAS_RULE@
 
30
 
 
31
if GCONF_SCHEMAS_INSTALL
 
32
install-data-local:
 
33
        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
 
34
        $(GCONFTOOL) --makefile-install-rule $(schemas_DATA)
 
35
endif