summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--emulicious.desktop3
3 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b901ab3bbde7..8965940b86d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emulicious-bin
pkgdesc = Game Boy, Game Boy Color, Master System, Game Gear and MSX emulator with C-level debug capabilties
pkgver = 2021.01.30
- pkgrel = 1
+ pkgrel = 2
url = https://emulicious.net
arch = any
license = custom,
diff --git a/PKGBUILD b/PKGBUILD
index c9d7c12824fc..231637cb29df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=emulicious-bin
# for release date see WhatsNew.txt
# emulicious does not communicate any version numbers
pkgver=2021.01.30
-pkgrel=1
+pkgrel=2
pkgdesc="Game Boy, Game Boy Color, Master System, Game Gear and MSX emulator with C-level debug capabilties"
url="https://emulicious.net"
license=('custom', 'BSD')
diff --git a/emulicious.desktop b/emulicious.desktop
index 603800c62f4d..5202990084ad 100644
--- a/emulicious.desktop
+++ b/emulicious.desktop
@@ -11,4 +11,7 @@ TryExec=java
Exec=emulicious
Terminal=false
+MimeType=application/x-gameboy-rom;application/x-gameboy-color-rom;application/x-sms-rom;application/x-gamegear-rom;application/x-msx-rom
+
+Icon=joystick
Categories=Game;Emulator;Development;Debugger;Java \ No newline at end of file