From b133fb18701109e62be040beb4d9d42081fdefa4 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 15 Jul 2023 13:40:58 +0200 Subject: godot3: change all data to make sure godot3 and godot4 are interoperable --- community/godot3/build | 5 +++-- community/godot3/checksums | 2 +- community/godot3/files/godot.desktop | 9 --------- community/godot3/files/godot3.desktop | 9 +++++++++ community/godot3/sources | 2 +- 5 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 community/godot3/files/godot.desktop create mode 100644 community/godot3/files/godot3.desktop (limited to 'community') diff --git a/community/godot3/build b/community/godot3/build index 0acc437c..a5518bdb 100755 --- a/community/godot3/build +++ b/community/godot3/build @@ -39,6 +39,7 @@ scons \ builtin_opus=false \ builtin_libtheora=false -clinst -Dm755 bin/godot.x11.opt.tools.x64 "$1/usr/bin/godot" +clinst -Dm755 bin/godot.x11.opt.tools.x64 "$1/usr/bin/godot3" clinst -Dm644 icon.png "$1/usr/share/pixmaps/godot.png" -clinst -Dm644 godot.desktop "$1/usr/share/applications/godot.desktop" +clinst -Dm644 godot3.desktop "$1/usr/share/applications/godot3.desktop" +ln -s godot3 "$1/usr/bin/godot" diff --git a/community/godot3/checksums b/community/godot3/checksums index 69c768a5..29fa7439 100644 --- a/community/godot3/checksums +++ b/community/godot3/checksums @@ -2,4 +2,4 @@ 53f21d00072e7a9eec04246003a197075b3920e1c657bcfa72cb504cc191cc28 3.5.2-stable.tar.gz 2b2207d86f6b687d9af604fd86dc47d3cfd07044f1474da9d63180a1dad53687 SCons-4.4.0.tar.gz 312b85c0aaffc44755ad268c8ce8c83f46e33e4632b9d4b9d6ac06b5cb071dbb pythonpath -32830ef2a81551e19c17897c82b3ed6ce9933cdc41afca2f1848575d6bc52bb0 godot.desktop +bf89fc6fd4e3155e474b36b4862710ce18258838d867bdf834c486b4da16942e godot3.desktop diff --git a/community/godot3/files/godot.desktop b/community/godot3/files/godot.desktop deleted file mode 100644 index e63874e9..00000000 --- a/community/godot3/files/godot.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=Godot -Comment=Application for making games -Exec=/usr/bin/godot %U -Icon=godot -Terminal=false -Type=Application -Categories=Utility;Game; - diff --git a/community/godot3/files/godot3.desktop b/community/godot3/files/godot3.desktop new file mode 100644 index 00000000..c61fab25 --- /dev/null +++ b/community/godot3/files/godot3.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Godot3 +Comment=Application for making games +Exec=/usr/bin/godot3 %U +Icon=godot +Terminal=false +Type=Application +Categories=Utility;Game; + diff --git a/community/godot3/sources b/community/godot3/sources index 61c4073b..e671a1cf 100644 --- a/community/godot3/sources +++ b/community/godot3/sources @@ -1,4 +1,4 @@ https://github.com/godotengine/godot/archive/3.5.2-stable.tar.gz https://github.com/SCons/scons/releases/download/4.4.0/SCons-4.4.0.tar.gz scons files/pythonpath -files/godot.desktop +files/godot3.desktop -- cgit v1.2.3