diff --git a/wayland/sway/SlackBuild b/wayland/sway/SlackBuild index 2c524419..b048c420 100755 --- a/wayland/sway/SlackBuild +++ b/wayland/sway/SlackBuild @@ -33,7 +33,9 @@ cd $TMP/$PRGNAM/ [ "x$VERSION" == "xtrunk" ] && VERSION="git_$(git log -1 --format=%h_%ad --date=format:%Y.%m.%d)" || git checkout $VERSION -git am $CWD/6249-tray-menu.patch +for p in $CWD/patches/*.patch; do + git am $p +done meson setup \ --prefix /usr \ diff --git a/wayland/sway/6249-tray-menu.patch b/wayland/sway/patches/6249-tray-menu.patch similarity index 100% rename from wayland/sway/6249-tray-menu.patch rename to wayland/sway/patches/6249-tray-menu.patch