Namespace metadata to major version
authorTravis Wrightsman <travis@wrightsman.org>
Fri, 13 Dec 2024 04:15:09 +0000 (20:15 -0800)
committerOtto Kekäläinen <otto@debian.org>
Tue, 31 Dec 2024 05:13:41 +0000 (21:13 -0800)
Debian-specific namespacing to major version to allow Godot 3.x and 4.x editors
to be co-installed.

Forwarded: not-needed

Gbp-Pq: Name Namespace-metadata-to-major-version.patch

misc/dist/linux/godot.6
misc/dist/linux/org.godotengine.Godot.appdata.xml
misc/dist/linux/org.godotengine.Godot.desktop

index 80dcfc80b3c53c23e021c9f43171bd552c6069dd..4e566a60363d4dce773e6fe629569d0a6e389ae9 100644 (file)
@@ -1,8 +1,8 @@
-.TH GODOT "6" "January 2020" "godot 3.2" "Games"
+.TH GODOT3 "6" "January 2020" "godot 3.2" "Games"
 .SH NAME
 godot \- multi\-platform 2D and 3D game engine with a feature\-rich editor
 .SH SYNOPSIS
-.B godot
+.B godot3
 [\fI\,options\/\fR] [path to scene or 'project.godot' file]
 .SH DESCRIPTION
 Godot Engine is an advanced, feature\-packed, multi\-platform 2D and 3D game
@@ -174,13 +174,9 @@ XDG_DATA_CACHE/godot/ or ~/.cache/godot/
 .RS
 Cache folder for generated thumbnails and scene previews, as well as temporary location for downloads.
 .RE
-/usr/share/doc/godot/
+/usr/share/doc/godot3/
 .RS
-Additional documentation files.
-.RE
-/usr/share/licenses/godot/
-.RS
-Detailed licensing information.
+Additional documentation files and detailed licensing information.
 .RE
 .SH "SEE ALSO"
 See the project website at \fIhttps://godotengine.org\fR and the source
index af647bc8666f818b678fbc2a4d0570cf7ca54c41..56fe71e9b6ee3c4615267befe53183d3e0ab4555 100644 (file)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2017-2022 Rémi Verschelde <remi@godotengine.org> -->
 <component type="desktop">
-  <id>org.godotengine.Godot</id>
+  <id>org.godotengine.Godot3</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>MIT</project_license>
-  <name>Godot Engine</name>
+  <name>Godot Engine 3</name>
   <summary>Multi-platform 2D and 3D game engine with a feature-rich editor</summary>
-  ​<launchable type="desktop-id">org.godotengine.Godot.desktop</launchable>
+  ​<launchable type="desktop-id">org.godotengine.Godot3.desktop</launchable>
   <description>
     <p>
       Godot is an advanced, feature-packed, multi-platform 2D and 3D game
index db0c80e4f11b9f2832b11d7ac24522b140f7210b..7fad53ddd7812942347b674d16ebf23ad9b33ec1 100644 (file)
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Name=Godot Engine
+Name=Godot Engine 3
 GenericName=Libre game engine
 GenericName[el]=Ελεύθερη μηχανή παιχνιδιού
 GenericName[fr]=Moteur de jeu libre
@@ -8,11 +8,11 @@ Comment=Multi-platform 2D and 3D game engine with a feature-rich editor
 Comment[el]=2D και 3D μηχανή παιχνιδιού πολλαπλών πλατφορμών με επεξεργαστή πλούσιο σε χαρακτηριστικά
 Comment[fr]=Moteur de jeu 2D et 3D multiplateforme avec un éditeur riche en fonctionnalités
 Comment[zh_CN]=多平台 2D 和 3D 游戏引擎,带有功能丰富的编辑器
-Exec=godot %f
-Icon=godot
+Exec=godot3 --project-manager %f
+Icon=godot3
 Terminal=false
 PrefersNonDefaultGPU=true
 Type=Application
 MimeType=application/x-godot-project;
 Categories=Development;IDE;
-StartupWMClass=Godot
+StartupWMClass=Godot3