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

Commit 1d728e6

Browse files
authored
Merge pull request #20 from cleac/apply-hanaral-icon
Apply new name and new icon
2 parents dbae3a5 + ae86e40 commit 1d728e6

File tree

82 files changed

+9143
-1391
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+9143
-1391
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
# Tootle [fork]
1+
# Olifant
22

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

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

77
## Building and Installation
88

9-
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.cleac.tootle)
10-
<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>
11-
129
First of all you'll need some dependencies to build and run the app:
1310
* meson
1411
* valac
@@ -20,10 +17,9 @@ First of all you'll need some dependencies to build and run the app:
2017
Then run these commands to build and install it:
2118

2219
meson build --prefix=/usr
23-
cd build
24-
sudo ninja install
25-
com.github.cleac.tootle
26-
20+
ninja -C build install
21+
com.github.cleac.olifant
22+
2723
## Contributing
2824

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

3430
## Credits
3531
* Original project by [@bleakgrey](https://github.com/bleakgrey)
36-
* Tootle Logo by [@CallMeFib3r](https://github.com/CallMeFib3r)
32+
* Olifant Logo by [Han "FanOKnives" Aral](https://github.com/hanaral)
33+
* Name of forked project by [Kev Quirk](https://fosstodon.org/@kev/)
34+
* Features coded and bugs fought by [@jcamposz](https://github.com/jcamposz)
3735
* Medel typeface by Ozan Karakoc
3836
* French translation by [@Larnicone](https://github.com/Larnicone)
3937
* Polish translation by [@m4sk1n](https://github.com/m4sk1n)

data/com.github.cleac.tootle.appdata.xml.in renamed to data/com.github.cleac.olifant.appdata.xml.in

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<!-- Copyright 2020 Alex Cleac <[email protected]> -->
33
<!-- Copyright 2018 bleak_grey <[email protected]> -->
44
<component type="desktop">
5-
<id>com.github.cleac.tootle</id>
5+
<id>com.github.cleac.olifant</id>
66
<metadata_license>CC0-1.0</metadata_license>
77
<project_license>GPL-3.0+</project_license>
8-
<name>Tootle</name>
8+
<name>Olifant</name>
99
<summary>Lightning fast client for Mastodon</summary>
10-
10+
1111
<description>
1212
<p>
13-
Tootle is a client for the world’s largest free, open-source, decentralized microblogging network with real-time notifications and support for multiple accounts.
13+
Olifant is a client for the world’s largest free, open-source, decentralized microblogging network with real-time notifications and support for multiple accounts.
1414
</p>
1515
<p>
1616
Mastodon is lovingly crafted with power and speed in mind, resulting in a free, independent, and popular alternative to the centralized social networks.
@@ -19,15 +19,15 @@
1919
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.
2020
</p>
2121
</description>
22-
22+
2323
<provides>
24-
<binary>com.github.cleac.tootle</binary>
24+
<binary>com.github.cleac.olifant</binary>
2525
</provides>
26-
26+
2727
<developer_name>alexcleac</developer_name>
28-
<url type="homepage">https://github.com/cleac/tootle</url>
29-
<url type="bugtracker">https://github.com/cleac/tootle/issues</url>
30-
28+
<url type="homepage">https://github.com/cleac/olifant</url>
29+
<url type="bugtracker">https://github.com/cleac/olifant/issues</url>
30+
3131
<content_rating type="oars-1.1">
3232
<content_attribute id="violence-cartoon">none</content_attribute>
3333
<content_attribute id="violence-fantasy">none</content_attribute>
@@ -57,23 +57,31 @@
5757
<content_attribute id="money-purchasing">none</content_attribute>
5858
<content_attribute id="money-gambling">none</content_attribute>
5959
</content_rating>
60-
60+
6161
<screenshots>
6262
<screenshot type="default">
63-
<image>https://raw.githubusercontent.com/cleac/tootle/master/data/screenshot.png</image>
63+
<image>https://raw.githubusercontent.com/cleac/olifant/master/data/screenshot.png</image>
6464
</screenshot>
6565
<screenshot>
66-
<image>https://raw.githubusercontent.com/cleac/tootle/master/data/screenshot2.png</image>
66+
<image>https://raw.githubusercontent.com/cleac/olifant/master/data/screenshot2.png</image>
6767
</screenshot>
6868
<screenshot>
69-
<image>https://raw.githubusercontent.com/cleac/tootle/master/data/screenshot3.png</image>
69+
<image>https://raw.githubusercontent.com/cleac/olifant/master/data/screenshot3.png</image>
7070
</screenshot>
7171
<screenshot>
72-
<image>https://raw.githubusercontent.com/cleac/tootle/master/data/screenshot4.png</image>
72+
<image>https://raw.githubusercontent.com/cleac/olifant/master/data/screenshot4.png</image>
7373
</screenshot>
7474
</screenshots>
7575

7676
<releases>
77+
<release version="0.2.1-beta1" date="2020-02-29">
78+
<description>
79+
<ul>
80+
<li>One step further in fork process</li>
81+
<li>Implemented way to log in when xdg-open is not available</li>
82+
</ul>
83+
</description>
84+
</release>
7785
<release version="0.2.1-beta" date="2020-02-29">
7886
<description>
7987
<ul>
@@ -119,7 +127,7 @@
119127
</description>
120128
</release>
121129
</releases>
122-
130+
123131
<custom>
124132
<value key="x-appcenter-color-primary">#F5F8FF</value>
125133
<value key="x-appcenter-color-primary-text">#413F58</value>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[Desktop Entry]
22
Type=Application
3-
Name=Tootle [Fork]
3+
Name=Olifant
44
Comment=Mastodon Client
55
GenericName=Mastodon Client
6-
Exec=com.github.cleac.tootle
7-
Icon=com.github.cleac.tootle
6+
Exec=com.github.cleac.olifant
7+
Icon=com.github.cleac.olifant
88
Terminal=false
99
Categories=GNOME;GTK;Network;
1010
Keywords=toot;mastodon;social;network;post;
11-
X-GNOME-Gettext-Domain=com.github.cleac.tootle
11+
X-GNOME-Gettext-Domain=com.github.cleac.olifant
1212
X-GNOME-UsesNotifications=true

data/com.github.cleac.tootle.gresource.xml renamed to data/com.github.cleac.olifant.gresource.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<gresources>
3-
<gresource prefix="/me/cleac/tootle/">
3+
<gresource prefix="/me/cleac/olifant/">
44
<file alias="app.css">app.css</file>
55
<file alias="light.css">light.css</file>
66
<file alias="dark.css">dark.css</file>

data/com.github.cleac.tootle.gschema.xml renamed to data/com.github.cleac.olifant.gschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<schemalist>
3-
<schema path="/me/cleac/tootle/" id="com.github.cleac.tootle" gettext-domain="com.github.cleac.tootle">
3+
<schema path="/me/cleac/olifant/" id="com.github.cleac.olifant" gettext-domain="com.github.cleac.olifant">
44
<key name="current-account" type="i">
55
<default>0</default>
66
<summary>Current Account</summary>

data/empty_state.png

50.4 KB
Loading

0 commit comments

Comments
 (0)