[packages/vsxu] rediff patches

atler atler at pld-linux.org
Thu Jun 17 11:21:25 CEST 2021


commit 705515885a1221d9e686ebf3fabad6689a28b6ee
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Jun 17 10:48:45 2021 +0200

    rediff patches

 vsxu-glfw3.patch | 4 ++--
 vsxu-icons.patch | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/vsxu-glfw3.patch b/vsxu-glfw3.patch
index bfad125..58b4adf 100644
--- a/vsxu-glfw3.patch
+++ b/vsxu-glfw3.patch
@@ -18,8 +18,8 @@
 -#include "GL/glfw.h"
 +#include <GLFW/glfw3.h>
  
- void vsx_mouse::set_cursor(int id)
- {
+ void vsx_mouse::set_cursor(int id) {
+   cursor = id;
 @@ -37,7 +37,7 @@
  {
    // This causes problems with knobs & arcballs, mouse visibility is disabled for now
diff --git a/vsxu-icons.patch b/vsxu-icons.patch
index 45b495c..3eb2cd4 100644
--- a/vsxu-icons.patch
+++ b/vsxu-icons.patch
@@ -1,8 +1,8 @@
 --- vsxu-0.6.3/lib/engine_graphics/CMakeLists.txt.orig	2013-11-24 11:00:51.000000000 +0100
 +++ vsxu-0.6.3/lib/engine_graphics/CMakeLists.txt	2014-01-04 21:46:30.230781413 +0100
 @@ -79,19 +79,19 @@
-   file(GLOB HEADERS "include/*.h")
-   install (FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_PREFIX}/${VSXU_INSTALL_INCLUDE_DIR}/engine_graphics COMPONENT Devel)
+ if (UNIX OR VSXU_WINDOWS_LIB_BUILD)
+   install (DIRECTORY "include/" DESTINATION ${CMAKE_INSTALL_PREFIX}/${VSXU_INSTALL_INCLUDE_DIR}/engine_graphics COMPONENT Devel)
    install(FILES ${CMAKE_SOURCE_DIR}/share/icons/vsxu.xpm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps/)
 -  install(FILES ${CMAKE_SOURCE_DIR}/share/icons/hicolor/16x16/apps/vsxu.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps/hicolor/apps/16x16)
 -  install(FILES ${CMAKE_SOURCE_DIR}/share/icons/hicolor/22x22/apps/vsxu.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps/hicolor/apps/22x22)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vsxu.git/commitdiff/b06f1cbd7068213b124f872cd249c8e6a2b5dae9



More information about the pld-cvs-commit mailing list