diff options
author | infirit <[email protected]> | 2014-11-09 23:07:26 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-09 23:07:26 +0100 |
commit | 93ffa10e9626eef68132e593f6a78270fa601c37 (patch) | |
tree | 191c3b34b55cbb47ee68ed4331d71c05ce1e739e | |
parent | 6552ae30564e045c2cf30dc3f3f7700fe5498d2b (diff) | |
download | caja-93ffa10e9626eef68132e593f6a78270fa601c37.tar.bz2 caja-93ffa10e9626eef68132e593f6a78270fa601c37.tar.xz |
appdata: Add autotool bits for appdata
-rw-r--r-- | data/Makefile.am | 7 | ||||
-rw-r--r-- | data/caja.appdata.xml.in (renamed from data/caja.appdata.xml) | 0 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 000d45bb..2d79e780 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -35,6 +35,11 @@ cajadata_DATA = \ caja-suggested.placeholder \ $(NULL) +# app data file +appdatadir = $(datadir)/appdata +appdata_in_files = caja.appdata.xml.in +appdata_DATA = $(appdata_in_files:.xml.in=.xml) + EXTRA_DIST = $(cajadata_DATA) \ caja.desktop \ caja.desktop.in \ @@ -42,11 +47,13 @@ EXTRA_DIST = $(cajadata_DATA) \ $(xml_in_files) \ $(desktop_in_files) \ $(service_in_files) \ + $(appdata_in_files) \ $(NULL) CLEANFILES = $(xml_files) \ $(desktop_DATA) \ $(service_DATA) \ + caja.appdata.xml \ $(NULL) SUBDIRS = \ diff --git a/data/caja.appdata.xml b/data/caja.appdata.xml.in index 1e084f6c..1e084f6c 100644 --- a/data/caja.appdata.xml +++ b/data/caja.appdata.xml.in diff --git a/po/POTFILES.in b/po/POTFILES.in index f9ff6571..2617280e 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -5,6 +5,7 @@ cut-n-paste-code/libegg/eggdesktopfile.c cut-n-paste-code/libegg/eggsmclient.c data/browser.xml data/caja.xml.in +data/caja.appdata.xml.in eel/eel-canvas.c eel/eel-editable-label.c eel/eel-glib-extensions.c |