~ubuntu-branches/ubuntu/wily/swell-foop/wily

« back to all changes in this revision

Viewing changes to .pc/git_appstream-util.patch/data/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2015-05-19 14:54:40 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20150519145440-5gvlqn2aijuq2xzw
Tags: 1:3.16.1-1
* New upstream release.
* Switch build-dependency from appdata-tools to appstream-util

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = icons themes
2
 
 
3
 
gsettings_SCHEMAS = org.gnome.swell-foop.gschema.xml
4
 
@GSETTINGS_RULES@
5
 
 
6
 
swelldir=$(datadir)/swell-foop
7
 
swell_DATA = \
8
 
    preferences.ui
9
 
 
10
 
desktop_in_files = swell-foop.desktop.in
11
 
desktopdir = $(datadir)/applications
12
 
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
13
 
@INTLTOOL_DESKTOP_RULE@
14
 
 
15
 
appdatadir = $(datadir)/appdata
16
 
appdata_in_files = swell-foop.appdata.xml.in
17
 
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
18
 
@INTLTOOL_XML_RULE@
19
 
 
20
 
EXTRA_DIST = \
21
 
    $(appdata_in_files) \
22
 
    $(swell_DATA) \
23
 
    $(gsettings_SCHEMAS) \
24
 
    $(desktop_in_files)
25
 
 
26
 
CLEANFILES = \
27
 
        $(appdata_DATA) \
28
 
        $(desktop_DATA)
29
 
 
30
 
check-local: $(appdata_DATA) $(desktop_DATA)
31
 
        $(APPDATA_VALIDATE) $(appdata_DATA)
32
 
        $(DESKTOP_FILE_VALIDATE) $(desktop_DATA)
33
 
 
34
 
-include $(top_srcdir)/git.mk