> @@ -85,3 +86,9 @@ desktopdir = $(datadir)/applications > desktop_in_files = geany.desktop > desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) > @INTLTOOL_DESKTOP_RULE@ > + > +appdata_in_files = geany.appdata.xml.in > + > +appdatadir = $(datadir)/appdata
generally, there is a trend toward /usr/share/metainfo - for new code I'd recommend following this move. See https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1142/files/4674d120cf7a79e97a3ed8ec8bb5276e004eeb98#r71365360
