~ubuntu-branches/ubuntu/oneiric/rhythmbox/oneiric

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-07-29 16:41:38 UTC
  • mto: This revision was merged to the branch mainline in revision 191.
  • Revision ID: james.westby@ubuntu.com-20110729164138-wwicy8nqalm18ck7
Tags: upstream-2.90.1~20110802
ImportĀ upstreamĀ versionĀ 2.90.1~20110802

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
Multimedia_in_files = rhythmbox.desktop.in rhythmbox-device.desktop.in
8
8
Multimedia_DATA = $(Multimedia_in_files:.desktop.in=.desktop)
9
9
 
10
 
schemadir = @GCONF_SCHEMA_FILE_DIR@
11
 
schema_DATA = rhythmbox.schemas
12
 
 
13
10
playlists_in_files = playlists.xml.in
14
11
playlists_DATA = playlists.xml
15
12
playlistsdir = $(datadir)/rhythmbox
16
13
 
17
14
man_MANS = rhythmbox.1 rhythmbox-client.1
18
15
 
 
16
profilesdir = $(datadir)/rhythmbox
 
17
profiles_DATA = rhythmbox.gep
 
18
 
 
19
# GSettings schemas
 
20
# (summaries and descriptions are not translated, so no .xml.in)
 
21
gsettings_SCHEMAS = org.gnome.rhythmbox.gschema.xml
 
22
 
 
23
@GSETTINGS_RULES@
 
24
 
 
25
# compile schemas for running from the source tree
 
26
gschemas.compiled: $(gsettings_SCHEMAS:.xml=.valid)
 
27
        $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. .
 
28
 
 
29
all-local: gschemas.compiled
 
30
 
19
31
# Dbus service file
20
32
servicedir = $(datadir)/dbus-1/services
21
33
service_in_files = org.gnome.Rhythmbox.service.in
25
37
$(service_DATA): $(service_in_files) Makefile
26
38
        @sed -e "s|\@bindir\@|$(bindir)|" $< > $@
27
39
 
28
 
if GCONF_SCHEMAS_INSTALL
29
 
install-data-local: $(schema_DATA)
30
 
        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA);
31
 
endif
32
 
 
33
40
# Rule to update the icon cache after installing the icon
34
41
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
35
42
 
45
52
        fi
46
53
 
47
54
EXTRA_DIST = $(service_in_files)    \
48
 
             $(schema_DATA)         \
 
55
             $(gsettings_SCHEMAS)   \
49
56
             $(man_MANS)            \
50
57
             $(playlists_in_files)  \
 
58
             $(profiles_DATA)       \
51
59
             rhythmbox.desktop.in.in \
52
60
             rhythmbox-device.desktop.in.in
53
61
 
57
65
        org.gnome.Rhythmbox.service             \
58
66
        playlists.xml                           \
59
67
        rhythmbox.desktop.in                    \
60
 
        rhythmbox-device.desktop.in
 
68
        rhythmbox-device.desktop.in             \
 
69
        gschemas.compiled