This repository contains a manifest to create a Flatpak build of Claws Mail.
Claws Mail will have the following permissions:
- Access X11 and DBUS
- Access the network
- Map configurations to
~/.claws-mail
Follow the steps described below to build XChat from scratch. All steps are executed within the user context:
Install
flatpak
with your package managerClone this repository and switch into the created directory
Download the required runtimes:
$ flatpak install --user flathub org.gnome.Platform//3.28 $ flatpak install --user flathub org.gnome.Sdk//3.28
Build and install the app in a local repository:
$ flatpak-builder --user --install org.clawsmail.Claws.json
Run the app:
$ flatpak run org.clawsmail.Claws/x86_64/stable
GNU GENERAL PUBLIC LICENSE Version 3
See the LICENSE file.