Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.
/ flatpak-claws-mail Public archive

📦 Flatpak manifest to build Claws Mail.

License

Notifications You must be signed in to change notification settings

karras/flatpak-claws-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published