[gimp] appdata: Install appstream metadata to non-deprecated directory



commit f242bf4d926e40e2e46b59dcb043b609a971216e
Author: Jeremy Bicha <jbicha debian org>
Date:   Sun Apr 1 18:58:30 2018 -0400

    appdata: Install appstream metadata to non-deprecated directory
    
    https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location
    
    https://bugzilla.gnome.org/show_bug.cgi?id=794884

 desktop/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/desktop/Makefile.am b/desktop/Makefile.am
index 2386bed..d69330a 100644
--- a/desktop/Makefile.am
+++ b/desktop/Makefile.am
@@ -16,7 +16,7 @@ if DESKTOP_DATADIR
 applicationsdir = $(DESKTOP_DATADIR)/applications
 applications_DATA = $(desktop_files)
 
-appdatadir = $(DESKTOP_DATADIR)/appdata
+appdatadir = $(DESKTOP_DATADIR)/metainfo
 appdata_DATA = $(appstream_files)
 
 icons16dir = $(DESKTOP_DATADIR)/icons/hicolor/16x16/apps


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]