File: appstream-modern-location.patch

package info (click to toggle)
gammastep 2.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,184 kB
  • sloc: ansic: 4,362; python: 422; makefile: 185; xml: 161; sh: 3
file content (16 lines) | stat: -rw-r--r-- 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Install AppStream metadata in modern location
Author: Felix Lechner <felix.lechner@lease-up.com>
Forwarded: no
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,7 +80,7 @@ $(systemduserunit_DATA): $(SYSTEMD_USER_
 
 # Appdata file
 if ENABLE_GUI
-appdatadir = @datadir@/appdata
+appdatadir = @datadir@/metainfo
 appdata_DATA = $(APPDATA_IN_FILES:.xml.in=.xml)
 
 # We would preferable use @INTLTOOL_XML_RULE@ here but