This repository has been archived by the owner on Oct 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
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
37 changed files
with
1,075 additions
and
600 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
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
8 changes: 4 additions & 4 deletions
8
data/com.anuragdhadse.bookx.desktop.in.in → data/com.anuragdhadse.Bookx.desktop.in.in
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,12 +1,12 @@ | ||
[Desktop Entry] | ||
Name=Bookx | ||
Comment=Write a GTK + Rust application | ||
Name=@NAME@ | ||
Comment=A Modern, Open Source GTK4 ebook manager | ||
Type=Application | ||
Exec=bookx | ||
Exec=@PKGNAME@ | ||
Terminal=false | ||
Categories=GNOME;GTK; | ||
# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! | ||
Keywords=Gnome;GTK; | ||
# Translators: Do NOT translate or transliterate this text (this is an icon file name)! | ||
Icon=@icon@ | ||
Icon=@APP_ID@ | ||
StartupNotify=true |
3 changes: 2 additions & 1 deletion
3
data/resources/resources.gresource.xml → data/com.anuragdhadse.Bookx.gresource.xml
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,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<gresources> | ||
<gresource prefix="/com/anuragdhadse/bookx/"> | ||
<gresource prefix="/com/anuragdhadse/Bookx/"> | ||
<!-- see https://gtk-rs.org/gtk4-rs/git/docs/gtk4/struct.Application.html#automatic-resources --> | ||
<file compressed="true" preprocess="xml-stripblanks" alias="gtk/help-overlay.ui">ui/shortcuts.ui</file> | ||
<file compressed="true" preprocess="xml-stripblanks">ui/window.ui</file> | ||
<file compressed="true">style.css</file> | ||
</gresource> | ||
</gresources> | ||
|
14 changes: 10 additions & 4 deletions
14
data/com.anuragdhadse.bookx.gschema.xml.in → data/com.anuragdhadse.Bookx.gschema.xml.in
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,14 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Anurag Dhadse 2022 <[email protected]> --> | ||
<component type="desktop-application"> | ||
<id>@app-id@</id> | ||
<id>@APP_ID@</id> | ||
<metadata_license>CC0</metadata_license> | ||
<!-- Insert your license of choice here --> | ||
<project_license>APACHE20</project_license> | ||
<name>Bookx</name> | ||
<summary>A Modern, Open Source GTK4 ebook manager</summary> | ||
<description> | ||
<p>A Modern, Open Source GTK4 application for ebook managment written in Rust.</p> | ||
<p>A Modern, Open Source GTK4 application for ebook management powered by Rust.</p> | ||
</description> | ||
<screenshots> | ||
<screenshot type="default"> | ||
|
@@ -32,6 +32,6 @@ | |
</kudos> | ||
<developer_name>Anurag Dhadse</developer_name> | ||
<update_contact>[email protected]</update_contact> | ||
<translation type="gettext">@gettext-package@</translation> | ||
<launchable type="desktop-id">@app-id@.desktop</launchable> | ||
<translation type="gettext">@PKGNAME@</translation> | ||
<launchable type="desktop-id">@APP_ID@.desktop</launchable> | ||
</component> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.