* New upstream snapshot of vym 3.
Upstream commit ae5e44061aa844965fb7d185ef387b64d05c8895, branch develop.
* debian/watch: Update to version 5.
+ * Install upstream appdata file to /usr/share/metainfo.
-- Sven Hoexter <hoexter@debian.org> Fri, 26 Sep 2025 19:34:25 +0200
===================================================================
--- vym.orig/CMakeLists.txt
+++ vym/CMakeLists.txt
-@@ -169,16 +169,16 @@ add_custom_target(make-translations-dire
+@@ -208,16 +208,17 @@ add_custom_target(make-translations-dire
add_dependencies(vym make-translations-directory)
install(DIRECTORY demos DESTINATION ${CMAKE_INSTALL_DATAROOTDIR})
+ install(FILES ${CMAKE_BINARY_DIR}/application-x-vym.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/48x48/mimetypes)
install(FILES config/vym.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/mime/packages)
install(FILES config/vym.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications)
++ install(FILES config/io.github.insilmaril.vym.appdata.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo RENAME io.github.insilmaril.vym.metainfo.xml)
endif()