Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from cleac/apply-hanaral-icon
Browse files Browse the repository at this point in the history
Apply new name and new icon
  • Loading branch information
cleac authored May 8, 2020
2 parents dbae3a5 + ae86e40 commit 1d728e6
Show file tree
Hide file tree
Showing 82 changed files with 9,143 additions and 1,391 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Tootle [fork]
# Olifant

A simple [Mastodon](https://github.com/tootsuite/mastodon) client designed for elementary OS, originally developed by [@bleakgrey](https://github.com/bleakgrey/tootle).
A simple [Mastodon](https://github.com/tootsuite/mastodon) client designed for elementary OS, originally developed by [@bleakgrey](https://github.com/bleakgrey/olifant).

![Tootle Screenshot](https://raw.githubusercontent.com/cleac/tootle/master/data/screenshot.png)
![Olifant Screenshot](https://raw.githubusercontent.com/cleac/olifant/master/data/screenshot.png)

## Building and Installation

[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.cleac.tootle)
<a href='https://flathub.org/apps/details/com.github.cleac.tootle'><img height='51' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>

First of all you'll need some dependencies to build and run the app:
* meson
* valac
Expand All @@ -20,10 +17,9 @@ First of all you'll need some dependencies to build and run the app:
Then run these commands to build and install it:

meson build --prefix=/usr
cd build
sudo ninja install
com.github.cleac.tootle

ninja -C build install
com.github.cleac.olifant

## Contributing

If you feel like contributing, you're always welcome to help the project in many ways:
Expand All @@ -33,7 +29,9 @@ If you feel like contributing, you're always welcome to help the project in many

## Credits
* Original project by [@bleakgrey](https://github.com/bleakgrey)
* Tootle Logo by [@CallMeFib3r](https://github.com/CallMeFib3r)
* Olifant Logo by [Han "FanOKnives" Aral](https://github.com/hanaral)
* Name of forked project by [Kev Quirk](https://fosstodon.org/@kev/)
* Features coded and bugs fought by [@jcamposz](https://github.com/jcamposz)
* Medel typeface by Ozan Karakoc
* French translation by [@Larnicone](https://github.com/Larnicone)
* Polish translation by [@m4sk1n](https://github.com/m4sk1n)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<!-- Copyright 2020 Alex Cleac <[email protected]> -->
<!-- Copyright 2018 bleak_grey <[email protected]> -->
<component type="desktop">
<id>com.github.cleac.tootle</id>
<id>com.github.cleac.olifant</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Tootle</name>
<name>Olifant</name>
<summary>Lightning fast client for Mastodon</summary>

<description>
<p>
Tootle is a client for the world’s largest free, open-source, decentralized microblogging network with real-time notifications and support for multiple accounts.
Olifant is a client for the world’s largest free, open-source, decentralized microblogging network with real-time notifications and support for multiple accounts.
</p>
<p>
Mastodon is lovingly crafted with power and speed in mind, resulting in a free, independent, and popular alternative to the centralized social networks.
Expand All @@ -19,15 +19,15 @@
Anyone can run a Mastodon server. Each server hosts individual user accounts, the content they produce, and the content to which they are subscribed. Every user can follow each other and share their posts regardless of their server.
</p>
</description>

<provides>
<binary>com.github.cleac.tootle</binary>
<binary>com.github.cleac.olifant</binary>
</provides>

<developer_name>alexcleac</developer_name>
<url type="homepage">https://github.com/cleac/tootle</url>
<url type="bugtracker">https://github.com/cleac/tootle/issues</url>
<url type="homepage">https://github.com/cleac/olifant</url>
<url type="bugtracker">https://github.com/cleac/olifant/issues</url>

<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
Expand Down Expand Up @@ -57,23 +57,31 @@
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/cleac/tootle/master/data/screenshot.png</image>
<image>https://raw.githubusercontent.com/cleac/olifant/master/data/screenshot.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/cleac/tootle/master/data/screenshot2.png</image>
<image>https://raw.githubusercontent.com/cleac/olifant/master/data/screenshot2.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/cleac/tootle/master/data/screenshot3.png</image>
<image>https://raw.githubusercontent.com/cleac/olifant/master/data/screenshot3.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/cleac/tootle/master/data/screenshot4.png</image>
<image>https://raw.githubusercontent.com/cleac/olifant/master/data/screenshot4.png</image>
</screenshot>
</screenshots>

<releases>
<release version="0.2.1-beta1" date="2020-02-29">
<description>
<ul>
<li>One step further in fork process</li>
<li>Implemented way to log in when xdg-open is not available</li>
</ul>
</description>
</release>
<release version="0.2.1-beta" date="2020-02-29">
<description>
<ul>
Expand Down Expand Up @@ -119,7 +127,7 @@
</description>
</release>
</releases>

<custom>
<value key="x-appcenter-color-primary">#F5F8FF</value>
<value key="x-appcenter-color-primary-text">#413F58</value>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[Desktop Entry]
Type=Application
Name=Tootle [Fork]
Name=Olifant
Comment=Mastodon Client
GenericName=Mastodon Client
Exec=com.github.cleac.tootle
Icon=com.github.cleac.tootle
Exec=com.github.cleac.olifant
Icon=com.github.cleac.olifant
Terminal=false
Categories=GNOME;GTK;Network;
Keywords=toot;mastodon;social;network;post;
X-GNOME-Gettext-Domain=com.github.cleac.tootle
X-GNOME-Gettext-Domain=com.github.cleac.olifant
X-GNOME-UsesNotifications=true
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/me/cleac/tootle/">
<gresource prefix="/me/cleac/olifant/">
<file alias="app.css">app.css</file>
<file alias="light.css">light.css</file>
<file alias="dark.css">dark.css</file>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/me/cleac/tootle/" id="com.github.cleac.tootle" gettext-domain="com.github.cleac.tootle">
<schema path="/me/cleac/olifant/" id="com.github.cleac.olifant" gettext-domain="com.github.cleac.olifant">
<key name="current-account" type="i">
<default>0</default>
<summary>Current Account</summary>
Expand Down
Binary file modified data/empty_state.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1d728e6

Please sign in to comment.