File: appdata_dir_fix.patch

package info (click to toggle)
amsynth 1.13.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,228 kB
  • sloc: cpp: 9,546; ansic: 1,490; makefile: 345; python: 69; sh: 40
file content (18 lines) | stat: -rw-r--r-- 679 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Dennis Braun <d_braun@kabelmail.de>
Date: Sun, 19 Jan 2020 17:32:23 +0100
Subject: Fix appdata dir installation
Forwarded: no

Index: amsynth/Makefile.am
===================================================================
--- amsynth.orig/Makefile.am
+++ amsynth/Makefile.am
@@ -257,7 +257,7 @@ desktopdir = $(datadir)/applications
 desktop_in_files = data/amsynth.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
-appdatadir = $(datadir)/appdata
+appdatadir = /usr/share/metainfo
 appdata_in_files = data/amsynth.appdata.xml.in
 appdata_in_files += data/dssi-amsynth-plugin.metainfo.xml.in
 appdata_in_files += data/lv2-amsynth-plugin.metainfo.xml.in