~ubuntu-branches/ubuntu/vivid/gnome-maps/vivid

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-09-22 23:04:28 UTC
  • mfrom: (1.1.3) (2.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20140922230428-zvgvmk5pea6eavcz
Tags: 3.14.0-1
* New upstream release.
* Drop debian/patches/gjs-readwrite-flags.patch, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
target_triplet = @target@
82
82
subdir = data
83
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84
 
        $(srcdir)/gnome-maps.desktop.in.in
 
84
        $(srcdir)/org.gnome.Maps.desktop.in.in
85
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86
86
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
87
87
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
91
91
        $(ACLOCAL_M4)
92
92
mkinstalldirs = $(install_sh) -d
93
93
CONFIG_HEADER = $(top_builddir)/config/config.h
94
 
CONFIG_CLEAN_FILES = gnome-maps.desktop.in
 
94
CONFIG_CLEAN_FILES = org.gnome.Maps.desktop.in
95
95
CONFIG_CLEAN_VPATH_FILES =
96
96
AM_V_P = $(am__v_P_@AM_V@)
97
97
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
355
355
# The desktop files
356
356
desktopdir = $(datadir)/applications
357
357
desktop_DATA = \
358
 
        gnome-maps.desktop
 
358
        org.gnome.Maps.desktop
359
359
 
360
360
gsettingsschema_in_files = org.gnome.maps.gschema.xml.in
361
361
gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)
362
362
appdatadir = $(datadir)/appdata
363
 
appdata_in_file = gnome-maps.appdata.xml.in
 
363
appdata_in_file = org.gnome.Maps.appdata.xml.in
364
364
appdata_DATA = $(appdata_in_file:.xml.in=.xml)
365
365
EXTRA_DIST = \
366
 
    gnome-maps.desktop \
 
366
    $(desktop_DATA) \
367
367
    $(desktop_in_files) \
368
368
    $(appdata_in_file) \
369
369
    $(gsettingsschema_in_files)
405
405
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
406
406
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
407
407
$(am__aclocal_m4_deps):
408
 
gnome-maps.desktop.in: $(top_builddir)/config.status $(srcdir)/gnome-maps.desktop.in.in
 
408
org.gnome.Maps.desktop.in: $(top_builddir)/config.status $(srcdir)/org.gnome.Maps.desktop.in.in
409
409
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
410
410
 
411
411
mostlyclean-libtool: