Rename desktop file and compress man page
This commit is contained in:
parent
8bc77fb084
commit
142a27f2fb
2 changed files with 5 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = godot3
|
pkgbase = godot3
|
||||||
pkgdesc = Advanced cross-platform 2D and 3D game engine (3.x Branch)
|
pkgdesc = Advanced cross-platform 2D and 3D game engine (3.x Branch)
|
||||||
pkgver = 3.5.3
|
pkgver = 3.5.3
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://godotengine.org
|
url = https://godotengine.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
|
|
7
PKGBUILD
7
PKGBUILD
|
@ -9,7 +9,7 @@
|
||||||
_pkgname=godot
|
_pkgname=godot
|
||||||
pkgname=godot3
|
pkgname=godot3
|
||||||
pkgver=3.5.3
|
pkgver=3.5.3
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Advanced cross-platform 2D and 3D game engine (3.x Branch)'
|
pkgdesc='Advanced cross-platform 2D and 3D game engine (3.x Branch)'
|
||||||
url='https://godotengine.org'
|
url='https://godotengine.org'
|
||||||
license=(MIT)
|
license=(MIT)
|
||||||
|
@ -66,16 +66,17 @@ build() {
|
||||||
package() {
|
package() {
|
||||||
# make godot3 compatible with godot
|
# make godot3 compatible with godot
|
||||||
cd "$srcdir/$_pkgname-$pkgver-stable/misc/dist/linux/"
|
cd "$srcdir/$_pkgname-$pkgver-stable/misc/dist/linux/"
|
||||||
|
gzip -9 ${_pkgname}.6
|
||||||
|
|
||||||
sed -i 's/Godot Engine/Godot Engine 3 LTS/g' org.godotengine.Godot.desktop
|
sed -i 's/Godot Engine/Godot Engine 3 LTS/g' org.godotengine.Godot.desktop
|
||||||
|
|
||||||
cd $srcdir/$_pkgname-$pkgver-stable
|
cd $srcdir/$_pkgname-$pkgver-stable
|
||||||
install -Dm644 misc/dist/linux/org.godotengine.Godot.desktop \
|
install -Dm644 misc/dist/linux/org.godotengine.Godot.desktop \
|
||||||
"$pkgdir/usr/share/applications/$pkgname.desktop"
|
"$pkgdir/usr/share/applications/org.godotengine.Godot3.desktop"
|
||||||
install -Dm644 icon.svg "$pkgdir/usr/share/pixmaps/$pkgname.svg"
|
install -Dm644 icon.svg "$pkgdir/usr/share/pixmaps/$pkgname.svg"
|
||||||
install -Dm755 bin/godot.x11.opt.tools.64 "$pkgdir/usr/bin/$pkgname"
|
install -Dm755 bin/godot.x11.opt.tools.64 "$pkgdir/usr/bin/$pkgname"
|
||||||
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||||
install -Dm644 misc/dist/linux/godot.6 "$pkgdir/usr/share/man/man6/$pkgname.6"
|
install -Dm644 misc/dist/linux/godot.6.gz "$pkgdir/usr/share/man/man6/$pkgname.6"
|
||||||
install -Dm644 misc/dist/linux/org.godotengine.Godot.xml \
|
install -Dm644 misc/dist/linux/org.godotengine.Godot.xml \
|
||||||
"$pkgdir/usr/share/mime/packages/org.godotengine.Godot3.xml"
|
"$pkgdir/usr/share/mime/packages/org.godotengine.Godot3.xml"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue