mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
godot: remove desktop file.
This commit is contained in:
parent
2a14b5ce0a
commit
690d659ac6
2 changed files with 4 additions and 12 deletions
|
@ -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'
|
# Template file for 'godot'
|
||||||
pkgname=godot
|
pkgname=godot
|
||||||
version=4.3
|
version=4.3
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64* i686* aarch64* armv7* ppc64*"
|
archs="x86_64* i686* aarch64* armv7* ppc64*"
|
||||||
build_style=scons
|
build_style=scons
|
||||||
# Build currently fails with embree-4.X
|
# Build currently fails with embree-4.X
|
||||||
|
@ -57,8 +57,9 @@ post_patch() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense LICENSE.txt
|
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
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*) vbin bin/godot.linuxbsd.editor.x86_64 godot;;
|
x86_64*) vbin bin/godot.linuxbsd.editor.x86_64 godot;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue