summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHekuran2020-05-15 13:04:43 +0200
committerHekuran2020-05-15 13:04:43 +0200
commit0cf459aa0bd936f96d485ecf0af4031dd40730d9 (patch)
tree036056ad99b8189b1a98efc643cf1097e22a1fbe
parentb9efcc9ab3f65cb4a7edf18f39a5372bfe87b7e7 (diff)
downloadaur-0cf459aa0bd936f96d485ecf0af4031dd40730d9.tar.gz
Added a .desktop file and an icon
-rw-r--r--PKGBUILD4
-rw-r--r--SuperMario64.pngbin0 -> 11979 bytes
-rwxr-xr-xsm64pc.desktop10
3 files changed, 13 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca1d87f48192..289296a23138 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hekuran https://github.com/narukeh
pkgname=sm64pc-git
-pkgver=r118.0ec63e4
+pkgver=r154.94d7ee2
pkgrel=1
pkgdesc='Super Mario 64-PC - OpenGL adaptation of n64decomp/sm64'
arch=('any')
@@ -40,4 +40,6 @@ build() {
package() {
install -Dm755 "$srcdir/../sm64pc-xdg" "${pkgdir}/usr/bin/sm64pc"
install -Dm755 "$srcdir/$_gitname/build/${_region}_pc/sm64.${_region}".* "${pkgdir}/usr/bin/sm64pc.bin"
+ install -Dm755 "$srcdir/../sm64pc.desktop" "${pkgdir}/usr/share/applications/sm64pc.desktop"
+ install -Dm755 "$srcdir/../SuperMario64.png" "${pkgdir}/usr/share/icons/hicolor/64x64/apps/SuperMario64.png"
}
diff --git a/SuperMario64.png b/SuperMario64.png
new file mode 100644
index 000000000000..55ef9dc952bd
--- /dev/null
+++ b/SuperMario64.png
Binary files differ
diff --git a/sm64pc.desktop b/sm64pc.desktop
new file mode 100755
index 000000000000..e6d1a246680d
--- /dev/null
+++ b/sm64pc.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Name=Super Mario 64 PC
+GenericName=Super Mario 64
+Comment=Native Open Source Port of Super Mario 64
+Exec=sm64pc
+Icon=SuperMario64
+Terminal=false
+Type=Application
+Categories=Game;Retro;Emulator;