]> git.sven.stormbind.net Git - sven/vym.git/commitdiff
Refresh all patches.
authorSven Hoexter <sven@stormbind.net>
Sun, 15 Jun 2025 16:51:57 +0000 (18:51 +0200)
committerSven Hoexter <sven@stormbind.net>
Sun, 15 Jun 2025 17:24:52 +0000 (19:24 +0200)
debian/changelog
debian/patches/cmake-installs.patch
debian/patches/do-not-phone-home.patch

index 16b4676b11a40c84e6dbbda18ea49f9b8cd4a211..c2e59337ee5d837fe1ca09446793b169c63703e1 100644 (file)
@@ -5,6 +5,7 @@ vym (2.9.576-1) UNRELEASED; urgency=medium
     The files generated by vym are incompatible with release
     before 2.9.500.
   * Move  Build-Depends from Qt5 to Qt6.
+  * Refresh all patches.
 
  -- Sven Hoexter <hoexter@debian.org>  Sun, 15 Jun 2025 18:38:56 +0200
 
index b1ceb595fac3447ef55d2ba7861269f47b21557d..2c3f85944a6e0c35da4ee3c43b5e65a8e4ebb8e4 100644 (file)
@@ -1,13 +1,13 @@
-Description: Install only doc folder content and do not install
the superfluous license file.
+Description: Install only doc folder content, and Install Icons
Debian specific changes for our own packaging.
 Author: Sven Hoexter <hoexter@debian.org>
-Last-Update: 2024-05-03
+Last-Update: 2025-06-015
 Forwarded: not-needed
 Index: vym/CMakeLists.txt
 ===================================================================
 --- vym.orig/CMakeLists.txt
 +++ vym/CMakeLists.txt
-@@ -160,9 +160,9 @@ add_custom_target(make-translations-dire
+@@ -169,16 +169,16 @@ add_custom_target(make-translations-dire
  add_dependencies(vym make-translations-directory)
  
  install(DIRECTORY demos DESTINATION ${CMAKE_INSTALL_DATAROOTDIR})
@@ -19,3 +19,13 @@ Index: vym/CMakeLists.txt
  install(DIRECTORY exports flags icons macros ${CMAKE_BINARY_DIR}/translations scripts styles DESTINATION ${CMAKE_INSTALL_DATAROOTDIR})
  
  if(UNIX)
+     install(FILES icons/vym.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/48x48/apps)
+-    # Disabling PR #109 for now:
+-    # file(CREATE_LINK ../apps/vym.png application-x-vym.png SYMBOLIC)
+-    # install(FILES ${CMAKE_BINARY_DIR}/application-x-vym.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/48x48/mimetypes)
++    # Debian special, install icons and hicolor theme links
++    file(CREATE_LINK ../apps/vym.png application-x-vym.png SYMBOLIC)
++    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)
+ endif()
index 3f795754485bb61269779fdca5ac29d6e5f3a4b1..bfc3d8bca16f66ddab9c7a7ec688400b95bd3b82 100644 (file)
@@ -6,7 +6,7 @@ Index: vym/src/mainwindow.cpp
 ===================================================================
 --- vym.orig/src/mainwindow.cpp
 +++ vym/src/mainwindow.cpp
-@@ -7259,6 +7259,7 @@ void Main::checkReleaseNotes ()
+@@ -7926,6 +7926,7 @@ void Main::checkReleaseNotes ()
  
  bool Main::downloadsEnabled(bool userTriggered)
  {