-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
50 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
build-linux/ | ||
target/ | ||
build/ | ||
.flatpak-builder/ | ||
.gitignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop"> | ||
<id>com.kaii.hgui.desktop</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-3.0-or-later</project_license> | ||
<description> | ||
<p>An app allowing users to convert between Hijri and Gregorian years and full dates! | ||
It also copies the result the the system's clipboard to allow for easier access.</p> | ||
</description> | ||
</component> | ||
<component type="desktop-application"> | ||
<id>com.kaii.hgui</id> | ||
|
||
<name>Time Warp</name> | ||
<summary>An app made for easy and offline conversion between Hijri and Gregorian dates (and vice versa)!</summary> | ||
|
||
<metadata_license>CC-BY-4.0</metadata_license> | ||
<project_license>GPL-3.0-or-later</project_license> | ||
|
||
<recommends> | ||
<display_length compare="ge">768</display_length> | ||
</recommends> | ||
|
||
<description> | ||
<p> | ||
Easy to use and straightforward, this app allows a lot of time saving (hence the name) when in need. Mostly useful for those who love history :D | ||
</p> | ||
<p> | ||
<em>Features</em> - Convert between Hijri and Gregorian years - Convert between Hijri and Gregorian dates - Convert multiple years at once - Copy result to clipboard | ||
</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">com.kaii.hgui.desktop</launchable> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://github.com/kaii-lb/hgui-rust/blob/master/assets/images/dates.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://github.com/kaii-lb/hgui-rust/blob/master/assets/images/array.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://github.com/kaii-lb/hgui-rust/blob/master/assets/images/years.png</image> | ||
</screenshot> | ||
</screenshots> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
[Desktop Entry] | ||
Name=Time Warp | ||
Exec=hgui-rust | ||
Icon=com.kaii.hgui | ||
Terminal=false | ||
Version=1.0 | ||
Type=Application | ||
Categories=GTK; | ||
|
||
Name=Time Warp | ||
Comment=An app made for easy and offline conversion between Hijri and Gregorian dates (and vice versa)! | ||
Categories=Utility;Construction; | ||
Keywords=hijri;gregorian;converter;date; | ||
StartupNotify=true | ||
|
||
Icon=com.kaii.hgui | ||
Exec=hgui-rust | ||
Terminal=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters