Edit

IABSD.fr/ports/wayland/swayimg/patches

Branch :

  • Show log

    Commit

  • Author : landry
    Date : 2026-05-06 13:04:23
    Hash : aad8f511
    Message : wayland/swayimg: update to 5.2. adds luajit dependency, config changed to lua see https://github.com/artemsen/swayimg/releases/tag/v5.0 https://github.com/artemsen/swayimg/releases/tag/v5.1 and https://github.com/artemsen/swayimg/releases/tag/v5.2

  • patch-meson_build
  • make sure rpath is set in the resulting binary for libinotify.so
    
    Index: meson.build
    --- meson.build.orig
    +++ meson.build
    @@ -382,6 +382,7 @@ executable(
         sources + 'src/main.cpp',
         dependencies: dependencies,
         include_directories: 'src/external',
    +    install_rpath: '${LOCALBASE}/lib/inotify',
         install: true,
     )