[sway] apply arbitrary included patches

This commit is contained in:
Gwenhael Le Moine 2021-11-03 11:18:06 +01:00
parent d5e9e48a84
commit 109e3ae32a
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 3 additions and 1 deletions

View file

@ -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 \