From 690d659ac6467fcccaeeb995771a2c08245282d4 Mon Sep 17 00:00:00 2001 From: Roger Freitas Pereira Date: Thu, 22 Aug 2024 11:18:08 -0300 Subject: [PATCH] godot: remove desktop file. --- srcpkgs/godot/files/godot.desktop | 9 --------- srcpkgs/godot/template | 7 ++++--- 2 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 srcpkgs/godot/files/godot.desktop diff --git a/srcpkgs/godot/files/godot.desktop b/srcpkgs/godot/files/godot.desktop deleted file mode 100644 index e63874e9abb..00000000000 --- a/srcpkgs/godot/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/srcpkgs/godot/template b/srcpkgs/godot/template index 12c9f937cfc..e57eb5d3aff 100644 --- a/srcpkgs/godot/template +++ b/srcpkgs/godot/template @@ -1,7 +1,7 @@ # Template file for 'godot' pkgname=godot version=4.3 -revision=1 +revision=2 archs="x86_64* i686* aarch64* armv7* ppc64*" build_style=scons # Build currently fails with embree-4.X @@ -57,8 +57,9 @@ post_patch() { do_install() { vlicense LICENSE.txt - vinstall ${FILESDIR}/godot.desktop 644 /usr/share/applications/ - vinstall ${wrksrc}/icon.png 644 /usr/share/pixmaps/ godot.png + + vinstall misc/dist/linux/org.godotengine.Godot.desktop 644 /usr/share/applications/ + vinstall icon.png 644 /usr/share/pixmaps/ godot.png case "$XBPS_TARGET_MACHINE" in x86_64*) vbin bin/godot.linuxbsd.editor.x86_64 godot;;