about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-aux/flatpak/com.lakoliu.Furtherance.Devel.json2
-rwxr-xr-xbuild-aux/flatpak/com.lakoliu.Furtherance.Devel.json~2
-rwxr-xr-xcom.lakoliu.Furtherance.json2
-rwxr-xr-xdata/com.lakoliu.Furtherance.appdata.xml.in34
4 files changed, 34 insertions, 6 deletions
diff --git a/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json b/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json
index 4f2d826..cae410f 100755
--- a/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json
+++ b/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json
@@ -1,7 +1,7 @@
 {
     "app-id" : "com.lakoliu.Furtherance.Devel",
     "runtime" : "org.gnome.Platform",
-    "runtime-version" : "master",
+    "runtime-version" : "42",
     "sdk" : "org.gnome.Sdk",
     "sdk-extensions" : [
         "org.freedesktop.Sdk.Extension.rust-stable"
diff --git a/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json~ b/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json~
index 5490aa2..4f2d826 100755
--- a/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json~
+++ b/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json~
@@ -1,7 +1,7 @@
 {
     "app-id" : "com.lakoliu.Furtherance.Devel",
     "runtime" : "org.gnome.Platform",
-    "runtime-version" : "41",
+    "runtime-version" : "master",
     "sdk" : "org.gnome.Sdk",
     "sdk-extensions" : [
         "org.freedesktop.Sdk.Extension.rust-stable"
diff --git a/com.lakoliu.Furtherance.json b/com.lakoliu.Furtherance.json
index 65283ad..ff020ce 100755
--- a/com.lakoliu.Furtherance.json
+++ b/com.lakoliu.Furtherance.json
@@ -1,7 +1,7 @@
 {
     "app-id" : "com.lakoliu.Furtherance",
     "runtime" : "org.gnome.Platform",
-    "runtime-version" : "master",
+    "runtime-version" : "42",
     "sdk" : "org.gnome.Sdk",
     "sdk-extensions" : [
         "org.freedesktop.Sdk.Extension.rust-stable"
diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in
index e1c4d13..a4ab125 100755
--- a/data/com.lakoliu.Furtherance.appdata.xml.in
+++ b/data/com.lakoliu.Furtherance.appdata.xml.in
@@ -1,9 +1,37 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop">
-	<id>com.lakoliu.Furtherance.desktop</id>
+<component type="desktop-application">
+	<id>com.lakoliu.Furtherance</id>
+  <launchable type="desktop-id">com.lakoliu.Furtherance.desktop</launchable>
+  <name>Furtherance</name>
+  <summary>Track your time without being tracked.</summary>
 	<metadata_license>CC0-1.0</metadata_license>
 	<project_license>GPL-3.0-or-later</project_license>
 	<description>
-	  <p>Track your time without being tracked.</p>
+	  <p>
+	    Furtherance is an elegant time tracking app built for Gnome with Rust
+	    and GTK4. In addition to tracking time spent on tasks, you can edit that
+	    time, delete entries, and change settings. It even has idle detection.
+	  </p>
 	</description>
+
+  <screenshots>
+    <screenshot type="default">
+      <image width="500">https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-main.png</image>
+    </screenshot>
+    <screenshot>
+      <image width="500">https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-task-details.png</image>
+    </screenshot>
+    <screenshot>
+      <image width="500">https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-edit-task.png</image>
+    </screenshot>
+    <screenshot>
+      <image width="500">https://github.com/lakoliu/Furtherance/raw/main/data/screenshots/furtherance-screenshot-settings.png</image>
+    </screenshot>
+  </screenshots>
+
+  <url type="homepage">https://furtherance.app</url>
+  <url type="bugtracker">https://github.com/lakoliu/Furtherance/issues</url>
+
+  <content_rating type="oars-1.1" />
+
 </component>