[SCM] rosegarden/master: Update location of appstream data

stuart at users.alioth.debian.org stuart at users.alioth.debian.org
Sat Nov 11 07:41:41 UTC 2017


The following commit has been merged in the master branch:
commit 705677b5e090e5397123d9b0344c5706b2e96346
Author: Stuart Prescott <stuart at debian.org>
Date:   Sat Nov 11 16:36:13 2017 +1100

    Update location of appstream data

diff --git a/debian/patches/appdata-location.patch b/debian/patches/appdata-location.patch
new file mode 100644
index 0000000..be75974
--- /dev/null
+++ b/debian/patches/appdata-location.patch
@@ -0,0 +1,12 @@
+Description: Update installation location of appstream metadata
+ AppStream metadata is no longer placed in /usr/share/appdata/,
+ rather it is now placed in /usr/share/metainfo/.
+Author: Stuart Prescott <stuart at debian.org>
+--- a/data/CMakeLists.txt
++++ b/data/CMakeLists.txt
+@@ -39,4 +39,4 @@
+ install(FILES desktop/com.rosegardenmusic.rosegarden.desktop DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/applications")
+ 
+ # Install appdata file
+-install(FILES appdata/rosegarden.appdata.xml DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/appdata")
++install(FILES appdata/rosegarden.appdata.xml DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/metainfo")
diff --git a/debian/patches/series b/debian/patches/series
index 347be38..d65355b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 fix-mime-types.patch
 desktop-file.patch
 appdata-format.patch
+appdata-location.patch
 svnheader.patch

-- 
rosegarden packaging



More information about the pkg-multimedia-commits mailing list