From c3c4da89f9d1ccef9d9d1f6bcc488f24452ad4cd Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Wed, 16 Nov 2022 09:41:50 -0700
Subject: [PATCH] Add Games category to game manifests

---
 recipes/dosbox/manifest              | 2 +-
 recipes/eduke32/manifest             | 2 +-
 recipes/freedoom/recipe.sh           | 1 +
 recipes/gigalomania/manifest         | 2 +-
 recipes/neverball/manifest-neverball | 1 +
 recipes/neverball/manifest-neverputt | 1 +
 recipes/openttd/manifest             | 2 +-
 7 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/recipes/dosbox/manifest b/recipes/dosbox/manifest
index a60f5bd41..3403b71b2 100644
--- a/recipes/dosbox/manifest
+++ b/recipes/dosbox/manifest
@@ -1,4 +1,4 @@
 name=DOSBox
+category=Games
 binary=/bin/dosbox
 icon=/ui/icons/apps/dosbox.png
-
diff --git a/recipes/eduke32/manifest b/recipes/eduke32/manifest
index 75708295e..abb25f8f9 100644
--- a/recipes/eduke32/manifest
+++ b/recipes/eduke32/manifest
@@ -1,4 +1,4 @@
 name=EDuke32
+category=Games
 binary=/games/eduke32
 icon=/ui/icons/apps/eduke32.png
-
diff --git a/recipes/freedoom/recipe.sh b/recipes/freedoom/recipe.sh
index 1abb02082..fabf640e0 100644
--- a/recipes/freedoom/recipe.sh
+++ b/recipes/freedoom/recipe.sh
@@ -31,6 +31,7 @@ function recipe_stage {
         chmod +x "$1$bin"
 
         echo "name=$game" | sed 's/freedoom/FreeDOOM /' > "$1/ui/apps/$game"
+        echo "category=Games" >> "$1/ui/apps/$game"
         echo "binary=/games/$game" >> "$1/ui/apps/$game"
         echo "icon=/ui/icons/apps/$game.png" >> "$1/ui/apps/$game"
 
diff --git a/recipes/gigalomania/manifest b/recipes/gigalomania/manifest
index 5fc5643e3..345713ee1 100644
--- a/recipes/gigalomania/manifest
+++ b/recipes/gigalomania/manifest
@@ -1,4 +1,4 @@
 name=Gigalomania
+category=Games
 binary=/games/gigalomania/gigalomania
 icon=/ui/icons/apps/gigalomania.png
-
diff --git a/recipes/neverball/manifest-neverball b/recipes/neverball/manifest-neverball
index 4a0a2f328..70330ee2a 100644
--- a/recipes/neverball/manifest-neverball
+++ b/recipes/neverball/manifest-neverball
@@ -1,3 +1,4 @@
 name=Neverball
+category=Games
 binary=/games/neverball/neverball
 icon=/ui/icons/apps/neverball.png
diff --git a/recipes/neverball/manifest-neverputt b/recipes/neverball/manifest-neverputt
index e7c43224e..f0c0febc3 100644
--- a/recipes/neverball/manifest-neverputt
+++ b/recipes/neverball/manifest-neverputt
@@ -1,3 +1,4 @@
 name=Neverputt
+category=Games
 binary=/games/neverball/neverputt
 icon=/ui/icons/apps/neverputt.png
diff --git a/recipes/openttd/manifest b/recipes/openttd/manifest
index d1f4805ed..7f25f3556 100644
--- a/recipes/openttd/manifest
+++ b/recipes/openttd/manifest
@@ -1,4 +1,4 @@
 name=OpenTTD
+category=Games
 binary=/games/openttd
 icon=/ui/icons/apps/openttd.png
-
-- 
GitLab