public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mygui] f44: Turns out we did need the so name files, updated the patch file accordingly
@ 2026-07-01 6:45 Chapien
0 siblings, 0 replies; only message in thread
From: Chapien @ 2026-07-01 6:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mygui
Branch : f44
Commit : e9cb65e8e9d2346806318fe7f427d9b891c860ee
Author : Chapien <inquiries@chapien.net>
Date : 2026-06-30T23:44:51-07:00
Stats : +12/-9 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/mygui/c/e9cb65e8e9d2346806318fe7f427d9b891c860ee?branch=f44
Log:
Turns out we did need the so name files, updated the patch file accordingly
---
diff --git a/mygui-add-missing-soname.patch b/mygui-add-missing-soname.patch
index c030be0..3e8c4e0 100644
--- a/mygui-add-missing-soname.patch
+++ b/mygui-add-missing-soname.patch
@@ -1,11 +1,12 @@
-diff -up mygui-MyGUI3.4.3/Platforms/OpenGL/OpenGLPlatform/CMakeLists.txt.orig mygui-MyGUI3.4.3/Platforms/OpenGL/OpenGLPlatform/CMakeLists.txt
---- mygui-MyGUI3.4.3/Platforms/OpenGL/OpenGLPlatform/CMakeLists.txt.orig 2023-08-06 23:45:08.000000000 +0200
-+++ mygui-MyGUI3.4.3/Platforms/OpenGL/OpenGLPlatform/CMakeLists.txt 2025-07-29 20:49:36.561869888 +0200
-@@ -41,6 +41,7 @@ link_directories(${OPENGL_LIB_DIR})
+diff -up mygui-MyGUI3.4.4/Platforms/OpenGLPlatform/CMakeLists.txt.orig mygui-MyGUI3.4.4/Platforms/OpenGLPlatform/CMakeLists.txt
+--- mygui-MyGUI3.4.4/Platforms/OpenGLPlatform/CMakeLists.txt.orig 2026-06-28 23:45:08.000000000 +0200
++++ mygui-MyGUI3.4.4/Platforms/OpenGLPlatform/CMakeLists.txt 2026-06-30 20:49:36.561869888 +0200
+@@ -29,4 +29,7 @@
install(FILES ${HEADER_FILES}
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/MYGUI"
)
++
+set_target_properties(${PROJECTNAME} PROPERTIES VERSION ${MYGUI_VERSION} SOVERSION "${MYGUI_VERSION_MAJOR}.${MYGUI_VERSION_MINOR}.${MYGUI_VERSION_PATCH}")
- mygui_install_target(${PROJECTNAME} "")
-
- if (MYGUI_HIGH_LEVEL_WARNINGS)
++
+ mygui_install_target(${PROJECTNAME})
+
diff --git a/mygui.spec b/mygui.spec
index f030903..ec8cf67 100644
--- a/mygui.spec
+++ b/mygui.spec
@@ -14,6 +14,7 @@ Source3: mygui-layouteditor.desktop
Source4: mygui-imageeditor.desktop
Source5: mygui-fonteditor.desktop
Source6: mygui-skineditor.desktop
+Patch0: mygui-add-missing-soname.patch
BuildRequires: cmake
BuildRequires: cmake(SDL2)
@@ -67,6 +68,7 @@ renamed to be prefixed with mygui (ie mygui-LayoutEditor)
%prep
%setup -qn %{name}-MyGUI%{version}
+%patch -P0 -p1 -b .orig
%build
@@ -152,8 +154,8 @@ done
%files devel
%{_includedir}/MYGUI
-%{_libdir}/libMyGUI.OpenGLPlatform.a
-%{_libdir}/libMyGUICommon.a
+%{_libdir}/libMyGUI.OpenGLPlatform.so
+%{_libdir}/libMyGUICommon.so
%{_libdir}/libMyGUIEngine.so
%{_libdir}/pkgconfig/MYGUI.pc
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-01 6:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01 6:45 [rpms/mygui] f44: Turns out we did need the so name files, updated the patch file accordingly Chapien
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox