emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 6c616e4: * Makefile.in (appdatadir): Use the non-


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 6c616e4: * Makefile.in (appdatadir): Use the non-obsolete location "metainfo".
Date: Wed, 5 Sep 2018 16:38:06 -0400 (EDT)

branch: emacs-26
commit 6c616e465cc83cf376d4df75f9c4afdbdf0ef6ca
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * Makefile.in (appdatadir): Use the non-obsolete location "metainfo".
    
    ; https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html
    ; "AppStream tools scan the /usr/share/appdata/ path for legacy
    ; compatibility as well.  It should not be used anymore by new
    ; software though, even on older Linux distributions (like RHEL 7
    ; and Ubuntu 16.04 LTS) the metainfo path is well supported.  Support
    ; for the legacy path might be dropped completely in future."
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 238df40..19bf7c4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -192,7 +192,7 @@ address@hidden@
 desktopdir=$(datarootdir)/applications
 
 # Where the etc/emacs.appdata.xml file is to be installed.
-appdatadir=$(datarootdir)/appdata
+appdatadir=$(datarootdir)/metainfo
 
 # Where the etc/emacs.service file is to be installed.
 # The system value (typically /usr/lib/systemd/user) can be



reply via email to

[Prev in Thread] Current Thread [Next in Thread]