A Fedora repository for the Cherrytree hierarchical note taking application.
This repository contains the spec files etc for building the cherrytree COPR I maintain. This content is licensed under the GNU GPLv3 (see LICENSE in this repository).
Fedora 31 has cherrytree (the released Python2 application).
To install:
sudo dnf copr enable bcotton/cherrytree
sudo dnf install cherrytree
Old builds of cherrytree-future are available, but due to new dependencies, it is no longer possible to build that package on Fedora 31 without adopting additional dependencies.
Fedora 32 and Rawhide only provide the cherrytree-future package. This is due to the difficulties in adding the necessary dependencies after the removal of Python2. See my blog post for more information.
To install:
sudo dnf copr enable bcotton/cherrytree
sudo dnf install cherrytree-future
I intentionally did not have the cherrytree-future package obsolete the cherrytree package. Because the "future" build is a pre-release, I want users to make an explicit decision to use it. If you want to upgrade from Fedora 31 to Fedora 32 or Rawhide, you will first need to remove the cherrytree package and install cherrytree-future.
If you encounter problems with the package itself (e.g. dependency errors or missing files), please file an issue in this repo. You can also discuss it on Fedora Discussion.
If you encounter problems with the application, please report it upstream.