diff --git a/CMakeLists.txt b/CMakeLists.txt index f484e63..e5254ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,8 @@ include(CheckIncludeFiles) check_include_files(paths.h HAS_PATHS_H) include(GNUInstallDirs) +set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}") +set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) configure_file(include/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h) include_directories(${CMAKE_CURRENT_BINARY_DIR}) diff --git a/LICENSE b/LICENSE index d6a83e7..f8f56ca 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2025, Milsko Desktop Experience development team +Copyright (c) 2025, MDE Development Team All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/external/milsko b/external/milsko index 08a9076..ef9a35e 160000 --- a/external/milsko +++ b/external/milsko @@ -1 +1 @@ -Subproject commit 08a90760ddd9f07a27bc2fa078515011c4a86593 +Subproject commit ef9a35ec0d763b5f518fed4b3216494e9759245e diff --git a/format.sh b/format.sh index a78496f..13c29d1 100755 --- a/format.sh +++ b/format.sh @@ -1,11 +1,12 @@ #!/bin/sh format() { echo "-- $1" + old="`pwd`" cd $1 clang-format --verbose -i `find $2 -name "*.c" -or -name "*.h"` - cd .. + cd "$old" } format mdebase "mdm milkwm mpanel" -format mdelibs "audio core include" +format mdelibs "audio audio/pthread core sound include" format mdeutils "mbiff mauplay" diff --git a/mdeartworks b/mdeartworks index ef12940..3523b65 160000 --- a/mdeartworks +++ b/mdeartworks @@ -1 +1 @@ -Subproject commit ef12940bccd0bd57311437ecad23d3e9cda0f973 +Subproject commit 3523b65d1e4e55f8744d80298ab293a46155c7d8 diff --git a/mdebase b/mdebase index a48d6cd..08a3fa8 160000 --- a/mdebase +++ b/mdebase @@ -1 +1 @@ -Subproject commit a48d6cd97faf113ca3083e21dd0ad5adb8b4ce47 +Subproject commit 08a3fa8f20bfd0c34d9f116f2f4092ddcad63db9 diff --git a/mdecmake b/mdecmake index f20c850..0f7558c 160000 --- a/mdecmake +++ b/mdecmake @@ -1 +1 @@ -Subproject commit f20c850deeacae0bb7fa696f7e31b3bd8756bc1d +Subproject commit 0f7558cf898583806d9333b12a56d1d1c8b76c6b diff --git a/mdelibs b/mdelibs index c6960ff..6a27bfa 160000 --- a/mdelibs +++ b/mdelibs @@ -1 +1 @@ -Subproject commit c6960ffb9fb3b0a204f7e16f2ff05e3da1230afb +Subproject commit 6a27bfaf288d8748cd7cb4d992cc32d095426333 diff --git a/mdeutils b/mdeutils index 1e2eed0..d0b3d68 160000 --- a/mdeutils +++ b/mdeutils @@ -1 +1 @@ -Subproject commit 1e2eed03de76daef63b18db7c34cc4b5ab5cc69f +Subproject commit d0b3d68fd895cab550caf7a8a8e4038319543ead