File: move_appdata_directory.diff

package info (click to toggle)
pspp 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 39,336 kB
  • sloc: ansic: 213,872; sh: 12,384; xml: 12,291; perl: 1,000; lisp: 597; python: 258; makefile: 122
file content (15 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
move appdata directory to metainfo

lintian warned that the new location for pspp.appdata.xml is
metainfo
--- a/src/ui/gui/automake.mk
+++ b/src/ui/gui/automake.mk
@@ -398,7 +398,7 @@
 desktopdir = $(datadir)/applications
 desktop_DATA = src/ui/gui/pspp.desktop
 
-appdatadir = $(datadir)/appdata
+appdatadir = $(datadir)/metainfo
 dist_appdata_DATA = src/ui/gui/pspp.appdata.xml
 
 BUILT_SOURCES += src/ui/gui/psppire-marshal.c src/ui/gui/psppire-marshal.h src/ui/gui/resources.c