Skip to content

Commit

Permalink
Release 2.1.0 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos authored Aug 9, 2021
1 parent 9f52370 commit 0d70fde
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 65 deletions.
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

41 changes: 2 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href="https://appcenter.elementary.io/com.github.zelikos.rannum"><img src="https://appcenter.elementary.io/badge.svg" alt="Get it on AppCenter" /></a>
</p>

| ![Screenshot](data/screenshot2.png) | ![Screenshot](data/screenshot3.png) |
| ![Screenshot](data/screenshot1.png) | ![Screenshot](data/screenshot2.png) |
|------------------------------------------|-----------------------------------------|

## Roll the dice
Expand All @@ -29,7 +29,7 @@ First, install the elementary Flatpak runtime & SDK:

```shell
flatpak remote-add --if-not-exists appcenter https://flatpak.elementary.io/repo.flatpakrepo
flatpak install appcenter io.elementary.Platform io.elementary.Sdk
flatpak install appcenter io.elementary.Platform//6 io.elementary.Sdk//6
```

Then, to build and install Roll-It:
Expand All @@ -38,42 +38,5 @@ Then, to build and install Roll-It:
flatpak-builder build com.github.zelikos.rannum.yml --user --install --force-clean
```

### Distro Packages

You'll need the following dependencies to build Roll-It yourself:

* libgranite-dev
* libgtk-3-dev
* libhandy-1-dev
* meson
* valac

If running [elementary OS], the simplest way is to install the elementary SDK:

```shell
sudo apt install elementary-sdk
```

To install only the required dependencies, or to install them on Ubuntu:

```shell
sudo apt install libgranite-dev libgtk-3-dev libhandy-1-dev meson valac
```

To install them on Fedora:

```shell
sudo dnf install granite-devel gtk3-devel libhandy-devel meson vala
```

To build and install Roll-It:

```shell
meson build --prefix=/usr
cd build
ninja
ninja install
```

[elementary OS]: https://elementary.io
[AppCenter link]: https://appcenter.elementary.io/com.github.zelikos.rannum
13 changes: 12 additions & 1 deletion data/com.github.zelikos.rannum.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@
</screenshot>
</screenshots>
<releases>
<release version="2.1.0" date="2021-08-09">
<description>
<p>elementary OS 6 Update!</p>
<ul>
<li>Respects new dark style preference</li>
<li>Headerbar and 'Roll' button follow the system accent color</li>
<li>Dice menu now features keyboard shortcut labels</li>
<li>Various refinements to the UI and the backend</li>
</ul>
</description>
</release>">
<release version="2.0.0" date="2020-11-13">
<description>
<p>History and Keyboard Shortcuts</p>
Expand Down Expand Up @@ -115,7 +126,7 @@
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<developer_name>Pat Csikos</developer_name>
<developer_name>Patrick Csikos</developer_name>
<url type="homepage">https://github.com/zelikos/rannum</url>
<url type="bugtracker">https://github.com/zelikos/rannum/issues</url>
<url type="donation">https://liberapay.com/zelikos/</url>
Expand Down
Binary file modified data/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('com.github.zelikos.rannum',
'vala', 'c',
version: '2.0.0')
version: '2.1.0')

gnome = import('gnome')
i18n = import('i18n')
Expand Down

0 comments on commit 0d70fde

Please sign in to comment.