项目作者: BrainBlasted

项目描述 :
(Mirror) A pomodoro timer for the GNOME desktop. Source: https://gitlab.gnome.org/World/Solanum
高级语言: Rust
项目地址: git://github.com/BrainBlasted/Solanum.git
创建时间: 2020-09-10T03:23:56Z
项目社区:https://github.com/BrainBlasted/Solanum

开源协议:Other

下载


Solanum


Screenshot of Solanum

Solanum is a pomodoro timer for the GNOME desktop. It keeps you on track, with frequent short breaks, and a long break after sessions of productivity.

Building

GNOME Builder is the environment used for developing this
application. It can use Flatpak manifests to create a consistent building and running environment cross-distro. Thus, it is highly
recommended you use it.

  1. Download GNOME Builder.
  2. In Builder, click the “Clone Repository” button at the bottom, using git@gitlab.gnome.org/World/Solanum.git
    or https://gitlab.gnome.org/World/Solanum.git as the URL.
  3. Click the build button at the top once the project is loaded.

Note: Solanum must be installed on the system for notifications to work. Please refer to the installation section below.

Manual

If you feel at home in the terminal or would like to build outside of Builder,
these are the commands to use:

  1. git clone https://gitlab.gnome.org/World/Solanum.git
  2. cd Solanum
  3. meson _build --prefix=$PREFIX_DIR # Defaults to /usr/local
  4. ninja -C _build

Installation

Depending on how you want it installed instructions can differ. If you
used GNOME Builder to build it, clicking the bar at the top window will
open a submenu with “Export Bundle”. This will create a flatpak bundle,
which can be installed on any system that supports flatpak.

If you used the commands in the “Manual” section, or want to package for
distribution, you can use the following:

  1. # Can be changed with the environment variable $DEST_DIR; defaults to prefix
  2. ninja -C _build install

Conduct

Solanum operates under the GNOME Code Of Conduct. See the full
text of the Code Of Conduct here.

License information

  1. Solanum: A pomodoro timer for GNOME
  2. Copyright (C) 2020 Christopher Davis
  3. This program is free software: you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License as published by
  5. the Free Software Foundation, either version 3 of the License, or
  6. (at your option) any later version.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with this program. If not, see <http://www.gnu.org/licenses></http:>.