From 3e3486d4c081cb05f09b900175d85df685a71dcb Mon Sep 17 00:00:00 2001 From: Travis Wrightsman Date: Thu, 12 Dec 2024 20:15:09 -0800 Subject: [PATCH] Namespace metadata to major version 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 | 12 ++++-------- misc/dist/linux/org.godotengine.Godot.appdata.xml | 6 +++--- misc/dist/linux/org.godotengine.Godot.desktop | 8 ++++---- 3 files changed, 11 insertions(+), 15 deletions(-) diff --git a/misc/dist/linux/godot.6 b/misc/dist/linux/godot.6 index 80dcfc80..4e566a60 100644 --- a/misc/dist/linux/godot.6 +++ b/misc/dist/linux/godot.6 @@ -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 diff --git a/misc/dist/linux/org.godotengine.Godot.appdata.xml b/misc/dist/linux/org.godotengine.Godot.appdata.xml index af647bc8..56fe71e9 100644 --- a/misc/dist/linux/org.godotengine.Godot.appdata.xml +++ b/misc/dist/linux/org.godotengine.Godot.appdata.xml @@ -1,12 +1,12 @@ - org.godotengine.Godot + org.godotengine.Godot3 CC0-1.0 MIT - Godot Engine + Godot Engine 3 Multi-platform 2D and 3D game engine with a feature-rich editor - ​org.godotengine.Godot.desktop + ​org.godotengine.Godot3.desktop

Godot is an advanced, feature-packed, multi-platform 2D and 3D game diff --git a/misc/dist/linux/org.godotengine.Godot.desktop b/misc/dist/linux/org.godotengine.Godot.desktop index db0c80e4..7fad53dd 100644 --- a/misc/dist/linux/org.godotengine.Godot.desktop +++ b/misc/dist/linux/org.godotengine.Godot.desktop @@ -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 -- 2.30.2