From 7f54ecc765e3c098971e4b2ee7d075e8b0a7b191 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 11 Apr 2020 02:33:16 +0300 Subject: [PATCH 1/2] Add AppData manifest, icon and desktop file for Flatpak package --- data/com.github.cjbassi.ytop.appdata.xml | 32 ++++++++ data/com.github.cjbassi.ytop.desktop | 6 ++ data/com.github.cjbassi.ytop.svg | 95 ++++++++++++++++++++++++ 3 files changed, 133 insertions(+) create mode 100644 data/com.github.cjbassi.ytop.appdata.xml create mode 100644 data/com.github.cjbassi.ytop.desktop create mode 100644 data/com.github.cjbassi.ytop.svg diff --git a/data/com.github.cjbassi.ytop.appdata.xml b/data/com.github.cjbassi.ytop.appdata.xml new file mode 100644 index 0000000..23d8a9f --- /dev/null +++ b/data/com.github.cjbassi.ytop.appdata.xml @@ -0,0 +1,32 @@ + + + + com.github.cjbassi.ytop + + ytop + A TUI system monitor written in Rust + + CC0-1.0 + MIT + + +

+ Another TUI based system monitor, this time in Rust! +

+
+ + + System + Monitor + + + + ytop + + + + + https://raw.githubusercontent.com/cjbassi/ytop/master/assets/screenshots/minimal.png + + +
\ No newline at end of file diff --git a/data/com.github.cjbassi.ytop.desktop b/data/com.github.cjbassi.ytop.desktop new file mode 100644 index 0000000..3031e21 --- /dev/null +++ b/data/com.github.cjbassi.ytop.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Name=ytop +Exec=ytop +Type=Application +Icon=com.github.cjbassi.ytop +Terminal=true \ No newline at end of file diff --git a/data/com.github.cjbassi.ytop.svg b/data/com.github.cjbassi.ytop.svg new file mode 100644 index 0000000..cf5cf2e --- /dev/null +++ b/data/com.github.cjbassi.ytop.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + From 587b043d73cc6d1344065a7d41fdade7323d0559 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Wed, 22 Apr 2020 19:03:55 +0300 Subject: [PATCH 2/2] Update AppData --- data/com.github.cjbassi.ytop.appdata.xml | 47 +++++++++++++++++++++--- data/com.github.cjbassi.ytop.desktop | 3 +- 2 files changed, 44 insertions(+), 6 deletions(-) diff --git a/data/com.github.cjbassi.ytop.appdata.xml b/data/com.github.cjbassi.ytop.appdata.xml index 23d8a9f..4005d7b 100644 --- a/data/com.github.cjbassi.ytop.appdata.xml +++ b/data/com.github.cjbassi.ytop.appdata.xml @@ -2,31 +2,68 @@ com.github.cjbassi.ytop - + ytop A TUI system monitor written in Rust - + CC0-1.0 MIT - +

Another TUI based system monitor, this time in Rust!

- + System Monitor - + ytop + https://github.com/cjbassi/ytop + https://github.com/cjbassi/ytop/issues + https://raw.githubusercontent.com/cjbassi/ytop/master/assets/screenshots/minimal.png + + https://raw.githubusercontent.com/cjbassi/ytop/master/assets/screenshots/battery.png + + + + none + none + none + none + none + none + none + none + none + none + none + none + none + none + none + none + none + none + none + none + + + + + + + + +
\ No newline at end of file diff --git a/data/com.github.cjbassi.ytop.desktop b/data/com.github.cjbassi.ytop.desktop index 3031e21..6ace999 100644 --- a/data/com.github.cjbassi.ytop.desktop +++ b/data/com.github.cjbassi.ytop.desktop @@ -3,4 +3,5 @@ Name=ytop Exec=ytop Type=Application Icon=com.github.cjbassi.ytop -Terminal=true \ No newline at end of file +Comment=A TUI system monitor written in Rust +Terminal=true