Codebase list virt-viewer / e1e345a
Install the AppStream file to the canonical location The canonical location for AppStream XML files has been changed to /usr/share/metainfo four years ago at least, with /usr/share/appdata left as legacy location. It is time to switch to the right location. Signed-off-by: Pino Toscano <ptoscano@redhat.com> Pino Toscano 3 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
8080 %-mime.xml: %-mime.xml.in $(PO_FILES)
8181 $(AM_V_GEN)GETTEXTDATADIR=$(srcdir)/gettext $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@
8282
83 appdatadir = $(datadir)/appdata
83 appdatadir = $(datadir)/metainfo
8484 APPDATAFILES = remote-viewer.appdata.xml.in
8585 appdata_DATA = $(APPDATAFILES:.xml.in=.xml)
8686 %.appdata.xml: %.appdata.xml.in $(PO_FILES)
109109 %{_datadir}/icons/hicolor/*/apps/*
110110 %{_datadir}/icons/hicolor/*/devices/*
111111 %{_datadir}/applications/remote-viewer.desktop
112 %{_datadir}/appdata/remote-viewer.appdata.xml
112 %{_datadir}/metainfo/remote-viewer.appdata.xml
113113 %{_datadir}/mime/packages/virt-viewer-mime.xml
114114 %{_mandir}/man1/virt-viewer.1*
115115 %{_mandir}/man1/remote-viewer.1*