projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
398ee0d
)
changed install directory for pspp.appdata.xml to metainfo
author
Friedrich Beckmann
<friedrich.beckmann@gmx.de>
Mon, 12 Nov 2018 08:05:41 +0000
(09:05 +0100)
committer
Friedrich Beckmann
<friedrich.beckmann@gmx.de>
Mon, 12 Nov 2018 08:05:41 +0000
(09:05 +0100)
The default directory for the appdata xml file changed
from appdata to metainfo. During debian package development
lintian complained about the wrong location.
src/ui/gui/automake.mk
patch
|
blob
|
history
diff --git
a/src/ui/gui/automake.mk
b/src/ui/gui/automake.mk
index 1877263b73eac257ef0354d5f8bdfba91c752b40..4eeffe9e2c56c3d174a6582439b7227a0015d146 100644
(file)
--- a/
src/ui/gui/automake.mk
+++ b/
src/ui/gui/automake.mk
@@
-398,7
+398,7
@@
src/ui/gui/psppire-marshal.h: src/ui/gui/marshaller-list
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