appdata: Add autotool bits for appdata
This commit is contained in:
parent
8dc0f51c1d
commit
c52d5fa4c4
|
@ -3,7 +3,11 @@ desktop_in_files = pluma.desktop.in
|
|||
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
||||
@INTLTOOL_DESKTOP_RULE@
|
||||
|
||||
@INTLTOOL_XML_NOMERGE_RULE@
|
||||
@INTLTOOL_XML_RULE@
|
||||
appdatadir = $(datadir)/appdata
|
||||
appdata_in_files = pluma.appdata.xml.in
|
||||
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
|
||||
|
||||
gsettings_SCHEMAS = org.mate.pluma.gschema.xml
|
||||
@GSETTINGS_RULES@
|
||||
|
||||
|
@ -26,6 +30,7 @@ bugreportdir = $(libexecdir)/pluma
|
|||
bugreport_SCRIPTS = pluma-bugreport.sh
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(appdata_in_files) \
|
||||
$(desktop_in_files) \
|
||||
$(gsettings_SCHEMAS).in.in \
|
||||
$(convert_DATA) \
|
||||
|
@ -35,9 +40,10 @@ EXTRA_DIST = \
|
|||
|
||||
CLEANFILES = \
|
||||
$(desktop_DATA) \
|
||||
$(gsettings_SCHEMAS_in) \
|
||||
$(gsettings_SCHEMAS) \
|
||||
$(pkgconfig_DATA)
|
||||
$(gsettings_SCHEMAS_in) \
|
||||
$(gsettings_SCHEMAS) \
|
||||
$(pkgconfig_DATA) \
|
||||
pluma.appdata.xml
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# Please keep this file sorted alphabetically.
|
||||
[encoding: UTF-8]
|
||||
data/org.mate.pluma.gschema.xml.in.in
|
||||
data/pluma.appdata.xml.in
|
||||
data/pluma.desktop.in.in
|
||||
pluma/dialogs/pluma-close-confirmation-dialog.c
|
||||
pluma/dialogs/pluma-encodings-dialog.c
|
||||
|
|
Loading…
Reference in New Issue