commit c99c935266916953d3847149e67b0366d83c7554
parent eecb21f7593b7bb0305ae6ce948548b717188101
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Thu, 23 Apr 2020 15:59:28 +0300
docs: update
Diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -5,12 +5,17 @@ TODO
- [x] Clean up builds.
- [x] Document needed changes to community packages.
- [ ] Remove as many dependencies as possible.
-- [ ] Finalize dependencies.
+ - Bye bye `fuse2`, `mozjs`, `polkit`, `libuuid`, etc.
+ - [ ] libcap?
+ - [ ] ???????
+- [x] Finalize dependencies.
INSTRUCTIONS
```
# NOTE: You must have user namespaces enabled in your kernel.
+# Your other alternative is to give bubblewrap suid.
+# chmod u+s /usr/libexec/flatpak-bwrap
# NOTE: The community repository must also be enabled.
-> git clone https://github.com/dylanaraps/kiss-flatpak
diff --git a/flatpak/gpgme/build b/flatpak/gpgme/build
@@ -1,5 +1,6 @@
#!/bin/sh -e
+sh >/dev/tty
./configure \
--prefix=/usr \
--disable-nls \