sxmo-utils: suspend: block if Dino is in a call

This commit is contained in:
Colin 2023-10-06 20:42:49 +00:00
parent b6c8b1948b
commit 67192d89a9

View File

@ -58,6 +58,12 @@ let
url = "https://lists.sr.ht/~mil/sxmo-devel/patches/44110/mbox"; url = "https://lists.sr.ht/~mil/sxmo-devel/patches/44110/mbox";
hash = "sha256-jXtwgOVGSjwWj7a36F6P+e63lKvk4OmFIzxTkf9yZMs="; hash = "sha256-jXtwgOVGSjwWj7a36F6P+e63lKvk4OmFIzxTkf9yZMs=";
}) })
(fetchpatch {
# merged ~2023/10/04
name = ''sxmo_wmmenu.sh: add "Kill window" option'';
url = "https://lists.sr.ht/~mil/sxmo-devel/patches/45263/mbox";
hash = "sha256-qDvlLecAjxcKXP7tvhMnySkWPkj6oV0Z0Qm3kudazdk=";
})
]; ];
unmerged = [ unmerged = [
# (fetchpatch { # (fetchpatch {
@ -74,12 +80,6 @@ let
hash = "sha256-ZcUD2UWPM8PxGM9TBnGe8JCJgMC72OZYzctDf2o7Ub0="; hash = "sha256-ZcUD2UWPM8PxGM9TBnGe8JCJgMC72OZYzctDf2o7Ub0=";
}) })
(fetchpatch {
name = ''sxmo_wmmenu.sh: add "Kill window" option'';
url = "https://lists.sr.ht/~mil/sxmo-devel/patches/45263/mbox";
hash = "sha256-qDvlLecAjxcKXP7tvhMnySkWPkj6oV0Z0Qm3kudazdk=";
})
## these might or might not be upstream-worthy ## these might or might not be upstream-worthy
./0104-full-auto-rotate.patch ./0104-full-auto-rotate.patch
# ./0106-no-restart-lisgd.patch # ./0106-no-restart-lisgd.patch
@ -111,6 +111,11 @@ let
url = "https://git.uninsane.org/colin/sxmo-utils/commit/0087acfecedf9d1663c8b526ed32e1e2c3fc97f9.patch"; url = "https://git.uninsane.org/colin/sxmo-utils/commit/0087acfecedf9d1663c8b526ed32e1e2c3fc97f9.patch";
hash = "sha256-YwlGM/vx3ZrBShXJJYuUa7FTPQ4CFP/tYffJzUxC7tI="; hash = "sha256-YwlGM/vx3ZrBShXJJYuUa7FTPQ4CFP/tYffJzUxC7tI=";
}) })
(fetchpatch {
name = "suspend: block if Dino is in a call";
url = "https://git.uninsane.org/colin/sxmo-utils/commit/9427e4d1251599bbc822db477f387926ede90554.patch";
hash = "sha256-VSlrbfbsAGeih852ArQMFZtTxE+ADMk2OPXSKVpCPS0=";
})
]; ];
}; };
in { in {