Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Solanum
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
World
Solanum
Commits
9804c7ba
Commit
9804c7ba
authored
Sep 14, 2020
by
Christopher Davis
🌱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Prepare release 1.1.0
parent
14fb6975
Pipeline
#213988
passed with stages
in 13 minutes and 36 seconds
Changes
8
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
83 additions
and
7 deletions
+83
-7
Cargo.lock
Cargo.lock
+1
-1
Cargo.toml
Cargo.toml
+1
-1
data/org.gnome.Solanum.appdata.xml.in.in
data/org.gnome.Solanum.appdata.xml.in.in
+17
-4
data/screenshots/screenshot-1.png
data/screenshots/screenshot-1.png
+0
-0
data/screenshots/screenshot-2.png
data/screenshots/screenshot-2.png
+0
-0
data/screenshots/screenshot.png
data/screenshots/screenshot.png
+0
-0
meson.build
meson.build
+1
-1
org.gnome.Solanum.json
org.gnome.Solanum.json
+63
-0
No files found.
Cargo.lock
View file @
9804c7ba
...
...
@@ -845,7 +845,7 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]]
name = "solanum"
version = "1.
0
.0"
version = "1.
1
.0"
dependencies = [
"gdk",
"gettext-rs",
...
...
Cargo.toml
View file @
9804c7ba
[package]
name
=
"solanum"
version
=
"1.
0
.0"
version
=
"1.
1
.0"
edition
=
"2018"
[dependencies]
...
...
data/org.gnome.Solanum.appdata.xml.in.in
View file @
9804c7ba
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Ch
ir
stopher Davis <christopherdavis@gnome.org> -->
<!-- Copyright 2020 Ch
ri
stopher Davis <christopherdavis@gnome.org> -->
<component
type=
"desktop-application"
>
<id>
@APP_ID@
</id>
<metadata_license>
CC0-1.0
</metadata_license>
<project_license>
GPL-3.0-or-later
</project_license>
<name>
Solanum
</name>
<summary>
A pomodoro timer for GNOME
</summary>
<summary>
Balance working time and break time
</summary>
<description>
<p>
Solanum is a
pomodoro timer for the GNOME desktop
. Work in 4 sessions,
Solanum is a
time tracking app that uses the pomodoro technique
. Work in 4 sessions,
with breaks in between each session and one long break after all 4.
</p>
</description>
<screenshots>
<screenshot>
<image
type=
"source"
>
https://gitlab.gnome.org/BrainBlasted/Solanum/-/raw/main/data/screenshots/screenshot.png
</image>
<image
type=
"source"
>
https://gitlab.gnome.org/BrainBlasted/Solanum/-/raw/main/data/screenshots/screenshot-1.png
</image>
<image
type=
"source"
>
https://gitlab.gnome.org/BrainBlasted/Solanum/-/raw/main/data/screenshots/screenshot-2.png
</image>
</screenshot>
</screenshots>
<launchable
type=
"desktop-id"
>
@APP_ID@.desktop
</launchable>
...
...
@@ -22,12 +23,24 @@
<url
type=
"bugtracker"
>
https://gitlab.gnome.org/BrainBlasted/Solanum/-/issues
</url>
<url
type=
"donation"
>
https://patreon.com/chrisgnome
</url>
<releases>
<release
version=
"1.1.0"
date=
"2020-09-14"
>
<description>
<p>
The second stable release of Solanum brings UI tweaks, usability improvements, and new features:
</p>
<ul>
<li>
A skip button has been added, so you can use other time tracking methods in addition to Solanum.
</li>
<li>
The start button now plays a small chime, so you know that Solanum will give auditory cues as you work.
</li>
<li>
Keywords have been added so Solanum can be found more easily on your desktop.
</li>
<li>
The entire window is now draggable instead of just the top.
</li>
</ul>
</description>
</release>
<release
version=
"1.0.1"
date=
"2020-09-09"
/>
<release
version=
"1.0.0"
date=
"2020-09-05"
/>
</releases>
<kudos>
<kudo>
ModernToolkit
</kudo>
<kudo>
HiDpiIcon
</kudo>
<kudo>
Notifications
</kudo>
</kudos>
<content_rating
type=
"oars-1.1"
/>
<provides>
org.gnome.Solanum.desktop
</provides>
...
...
data/screenshots/screenshot-1.png
0 → 100644
View file @
9804c7ba
16.3 KB
data/screenshots/screenshot-2.png
0 → 100644
View file @
9804c7ba
16.9 KB
data/screenshots/screenshot.png
deleted
100644 → 0
View file @
14fb6975
14.1 KB
meson.build
View file @
9804c7ba
project('solanum',
version: '1.
0.1
',
version: '1.
1.0
',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
...
...
org.gnome.Solanum.json
0 → 100644
View file @
9804c7ba
{
"app-id"
:
"org.gnome.Solanum"
,
"runtime"
:
"org.gnome.Platform"
,
"runtime-version"
:
"3.36"
,
"sdk"
:
"org.gnome.Sdk"
,
"sdk-extensions"
:
[
"org.freedesktop.Sdk.Extension.rust-stable"
],
"command"
:
"solanum"
,
"finish-args"
:
[
"--share=ipc"
,
"--socket=fallback-x11"
,
"--socket=wayland"
,
"--socket=pulseaudio"
,
"--env=GST_DEBUG=3"
],
"build-options"
:
{
"append-path"
:
"/usr/lib/sdk/rust-stable/bin"
,
"build-args"
:
[
"--share=network"
],
"env"
:
{
"CARGO_HOME"
:
"/run/build/solanum/cargo"
,
"RUST_BACKTRACE"
:
"1"
,
"RUST_LOG"
:
"solanum=debug"
}
},
"cleanup"
:
[
"/include"
,
"/lib/pkgconfig"
,
"/man"
,
"/share/doc"
,
"/share/gtk-doc"
,
"/share/man"
,
"/share/pkgconfig"
,
"*.la"
,
"*.a"
],
"modules"
:
[
{
"name"
:
"libhandy"
,
"buildsystem"
:
"meson"
,
"sources"
:
[
{
"type"
:
"archive"
,
"url"
:
"https://gitlab.gnome.org/GNOME/libhandy/-/archive/1.0.0/libhandy-1.0.0.tar.gz"
,
"sha256"
:
"dc1fff98cbc72a492d1adb489ee1b00e43ab4ac14c983c855ef3df435bbbda27"
}
]
},
{
"name"
:
"solanum"
,
"buildsystem"
:
"meson"
,
"sources"
:
[
{
"type"
:
"git"
,
"url"
:
"https://gitlab.gnome.org/BrainBlasted/Solanum.git"
,
"tag"
:
"v1.1.0"
}
]
}
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment