diff options
-rwxr-xr-x | community/godot3/build | 5 | ||||
-rw-r--r-- | community/godot3/checksums | 2 | ||||
-rw-r--r-- | community/godot3/files/godot3.desktop (renamed from community/godot3/files/godot.desktop) | 4 | ||||
-rw-r--r-- | community/godot3/sources | 2 |
4 files changed, 7 insertions, 6 deletions
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/godot3.desktop index e63874e9..c61fab25 100644 --- a/community/godot3/files/godot.desktop +++ b/community/godot3/files/godot3.desktop @@ -1,7 +1,7 @@ [Desktop Entry] -Name=Godot +Name=Godot3 Comment=Application for making games -Exec=/usr/bin/godot %U +Exec=/usr/bin/godot3 %U Icon=godot Terminal=false Type=Application 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 |