diff --git a/anda/system/vicinae/fix-xdgpp-install-dirs.patch b/anda/system/vicinae/fix-xdgpp-install-dirs.patch new file mode 100644 index 0000000000..3c6f5d8629 --- /dev/null +++ b/anda/system/vicinae/fix-xdgpp-install-dirs.patch @@ -0,0 +1,15 @@ +diff --git a/lib/xdgpp/CMakeLists.txt b/lib/xdgpp/CMakeLists.txt +index 2828178b..5180a6fc 100644 +--- a/lib/xdgpp/CMakeLists.txt ++++ b/lib/xdgpp/CMakeLists.txt +@@ -31,8 +31,8 @@ target_include_directories(${PROJECT_NAME} PUBLIC + if(XDGPP_INSTALL) + install(TARGETS ${PROJECT_NAME} + EXPORT ${PROJECT_NAME}Targets +- LIBRARY DESTINATION lib +- ARCHIVE DESTINATION lib ++ LIBRARY DESTINATION lib64 ++ ARCHIVE DESTINATION lib64 + RUNTIME DESTINATION bin + INCLUDES DESTINATION include + ) diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index 3309c9cc55..7d222e9998 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -4,6 +4,7 @@ Release: 1%{?dist} License: GPL-3.0 URL: https://docs.vicinae.com Source: https://github.com/vicinaehq/%{name}/archive/refs/tags/v%{version}.tar.gz +Patch0: fix-xdgpp-install-dirs.patch Summary: a high-performance, native launcher for Linux Packager: metcya @@ -45,7 +46,7 @@ Summary: Development files for %{name}-xdgpp Development files for %{name}-xdgpp %prep -%autosetup +%autosetup -p1 %build %cmake -DNOSTRIP=ON \