File: fix-appstream-metadata-in-legacy-location.patch

package info (click to toggle)
peg-solitaire 2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,112 kB
  • sloc: cpp: 4,893; xml: 32; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Changed appstream metadata in legacy location.
Author: Innocent De Marchi <tangram.peces@gmail.com>
Last-Update: 2018-08-07

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -101,7 +101,7 @@
   install(DIRECTORY help/ DESTINATION share/games/peg-solitaire/help)
   install(FILES menu/peg-solitaire.6.gz DESTINATION share/man/man6)
   install(FILES menu/peg-solitaire.desktop DESTINATION share/applications)
-  install(FILES menu/peg-solitaire.appdata.xml DESTINATION share/appdata)
+  install(FILES menu/peg-solitaire.appdata.xml DESTINATION share/metainfo)
   install(FILES images/peg-solitaire.xpm DESTINATION share/pixmaps)
 
  #uninstall