summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2020-08-02 12:54:24 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2020-08-02 12:54:41 +0200
commit5a8d2f6d2fd27971422031f4a8311b5317288540 (patch)
treed06aa808d35c8949427ed35cfec20fab641fbc9a /media-sound/audacity/files/audacity-2.4.2-fix-metainfo.patch
parentmedia-libs/lilv: removed patch that changes include dir (diff)
downloadgentoo-5a8d2f6d2fd27971422031f4a8311b5317288540.tar.gz
gentoo-5a8d2f6d2fd27971422031f4a8311b5317288540.tar.bz2
gentoo-5a8d2f6d2fd27971422031f4a8311b5317288540.zip
media-sound/audacity: bump to 2.4.2 + switched to cmake
Closes: https://bugs.gentoo.org/725268 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/audacity/files/audacity-2.4.2-fix-metainfo.patch')
-rw-r--r--media-sound/audacity/files/audacity-2.4.2-fix-metainfo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/audacity/files/audacity-2.4.2-fix-metainfo.patch b/media-sound/audacity/files/audacity-2.4.2-fix-metainfo.patch
new file mode 100644
index 000000000000..09b9fd0e868b
--- /dev/null
+++ b/media-sound/audacity/files/audacity-2.4.2-fix-metainfo.patch
@@ -0,0 +1,12 @@
+diff --git a/help/CMakeLists.txt b/help/CMakeLists.txt
+index 43a7714..0e8a3d8 100755
+--- a/help/CMakeLists.txt
++++ b/help/CMakeLists.txt
+@@ -40,6 +40,6 @@ if( NOT "${CMAKE_GENERATOR}" MATCHES "Xcode|Visual Studio*" )
+ install( FILES "${_SRCDIR}/audacity.1"
+ DESTINATION "${_MANDIR}/man1" )
+ install( FILES "${_SRCDIR}/audacity.appdata.xml"
+- DESTINATION "${_DATADIR}/appdata" )
++ DESTINATION "${_DATADIR}/metainfo" )
+ endif()
+