godot: remove desktop file.
This commit is contained in:
parent
2a14b5ce0a
commit
690d659ac6
|
@ -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;
|
||||
|
|
@ -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;;
|
||||
|
|
Loading…
Reference in New Issue