[gnome-mines] WIP: data: Remove GNOME branding



commit b2d2bb6a2c4246cc21810ccacb3d7e95f3a69fd5
Author: Sabri Ünal <libreajans gmail com>
Date:   Mon Oct 3 04:53:54 2022 +0000

    WIP: data: Remove GNOME branding

 README.md                           | 2 +-
 data/org.gnome.Mines.appdata.xml.in | 6 +++---
 gnome-mines.doap                    | 1 -
 help/C/index.page                   | 8 ++++----
 snap/snapcraft.yaml                 | 4 ++--
 5 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/README.md b/README.md
index f9d8386..1735ae4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# GNOME Mines
+# Mines
 
 Mines (previously gnomine) is a puzzle game where you locate mines floating in an ocean using only your 
brain and a little bit of luck.
 
diff --git a/data/org.gnome.Mines.appdata.xml.in b/data/org.gnome.Mines.appdata.xml.in
index 2b74994..74f23be 100644
--- a/data/org.gnome.Mines.appdata.xml.in
+++ b/data/org.gnome.Mines.appdata.xml.in
@@ -5,11 +5,11 @@
   <metadata_license>CC0-1.0</metadata_license>
 
   <project_license>GPL-3.0+</project_license>
-  <name>GNOME Mines</name>
+  <name>Mines</name>
   <summary>Clear hidden mines from a minefield</summary>
   <description>
     <p>
-      GNOME Mines is a puzzle game where you search for hidden mines. Flag the
+      Mines is a puzzle game where you search for hidden mines. Flag the
       spaces with mines as quickly as possible to make the board a safer place. You
       win the game when you’ve flagged every mine on the board. Be careful not to
       trigger one, or the game is over!
@@ -45,7 +45,7 @@
     <kudo>UserDocs</kudo>
   </kudos>
   <translation type="gettext">gnome-mines</translation>
-  <developer_name>The GNOME Project</developer_name>
+  <developer_name>Robert Roth</developer_name>
   <!-- Generated by  http://apps-xdgapp.rhcloud.com/oars --> 
   <content_rating type="oars-1.0">
     <content_attribute id="violence-cartoon">none</content_attribute>
diff --git a/gnome-mines.doap b/gnome-mines.doap
index 3923527..3a83fbf 100644
--- a/gnome-mines.doap
+++ b/gnome-mines.doap
@@ -11,7 +11,6 @@
   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/games-list"; />
   <download-page rdf:resource="http://download.gnome.org/sources/gnome-mines/"; />
   <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-mines/issues"; />
-  <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
   <programming-language>Vala</programming-language>
 
   <maintainer>
diff --git a/help/C/index.page b/help/C/index.page
index f737e50..f16ee97 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -3,9 +3,9 @@
     type="guide"
     style="task" id="index">
   <info>
-    <title type="link" role="trail">GNOME Mines</title>
-    <title type="link">GNOME Mines</title>
-    <title type="text">GNOME Mines</title>
+    <title type="link" role="trail">Mines</title>
+    <title type="link">Mines</title>
+    <title type="text">Mines</title>
     <revision pkgversion="3.5.5" version="0.1" date="2012-08-12" status="review"/>
     <credit type="author">
       <name>Brian Grohe</name>
@@ -21,7 +21,7 @@
   </info>
 
   <title><media type="image" width="48px" height="48px" its:translate="no"
-    src="figures/org.gnome.Mines.svg" /> GNOME Mines</title>
+    src="figures/org.gnome.Mines.svg" /> Mines</title>
   <p>
     <app>Mines</app> is a clone of the game Minesweeper. The aim is to locate
     all the mines that are hidden under tiles on a rectangular board. You will
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 514dd6d..a137259 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -2,7 +2,7 @@ name: gnome-mines
 version: git
 summary: Clear hidden mines from a minefield
 description: |
-  GNOME Mines is a puzzle game where you search for hidden mines. Flag the
+  Mines is a puzzle game where you search for hidden mines. Flag the
   spaces with mines as quickly as possible to make the board a safer place. You
   win the game when you’ve flagged every mine on the board. Be careful not to
   trigger one, or the game is over!
@@ -18,7 +18,7 @@ base: core18
 # Launchpad doesn't recognize these fields yet
 passthrough:
   license: GPL-3.0+
-  title: GNOME Mines
+  title: Mines
 
 slots:
   # for GtkApplication registration


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]