Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (31 loc) · 1.23 KB

README.rst

File metadata and controls

46 lines (31 loc) · 1.23 KB

flatpak-claws-mail

Travis License

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

Usage

Follow the steps described below to build XChat from scratch. All steps are executed within the user context:

  1. Install flatpak with your package manager

  2. Clone this repository and switch into the created directory

  3. Download the required runtimes:

    $ flatpak install --user flathub org.gnome.Platform//3.28
    $ flatpak install --user flathub org.gnome.Sdk//3.28
    
  4. Build and install the app in a local repository:

    $ flatpak-builder --user --install org.clawsmail.Claws.json
    
  5. Run the app:

    $ flatpak run org.clawsmail.Claws/x86_64/stable
    

License

GNU GENERAL PUBLIC LICENSE Version 3

See the LICENSE file.