summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhut2024-04-19 20:18:54 +0200
committerhut2024-04-19 20:18:54 +0200
commitd633bf21eb50d25e8a5e2d3eaf354e55356affda (patch)
tree201a29a2ca79974f025123b2e468e6f839a6676d
parent760c22b885ddb50a8118b2bf12668a3a837238a7 (diff)
downloadaur-d633bf21eb50d25e8a5e2d3eaf354e55356affda.tar.gz
add .desktop file and logo
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4ccc6171e7f..99749696e574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Roman Zimbelmann <hut@hut.pm>
pkgname=outfly-git
-pkgver=0.7.2_17_gbf3c8d5
+pkgver=0.7.2_18_g1d73cf8
pkgrel=1
pkgdesc="A breathtaking 3D space game in the rings of Jupiter"
arch=('any')
@@ -32,4 +32,6 @@ build() {
package() {
cd "$srcdir/$pkgname"
install -Dm755 "target/release/outfly" "$pkgdir/usr/bin/outfly"
+ install -Dm644 "doc/images/outfly.png" "$pkgdir/usr/share/pixmaps/outfly.png"
+ install -Dm644 "doc/data/outfly.desktop" "$pkgdir/usr/share/applications/outfly.desktop"
}