mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-31 11:42:07 +00:00
* Updated patch `common-rconfiguration.cc.patch`: - The previous patch used to store configuration at `TERMUX_PREFIX/etc/synaptic` (why?) - Removed patch for `getpwuid`. It was added to ndk: https://github.com/termux/termux-packages/blob/master/ndk-patches%2F27c%2Fpwd.h.patch - Now as assumed by the application, it is stored at `~/.config/synaptic` or `XDG_CONFIG_HOME/synaptic` (if set). The old configuration will automatically be moved to the new location. - Since `/tmp` and `/log` is created inside config directory, we need not patch them. Signed-off-by: Aditya Alok <alok@termux.dev>