summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].SRCINFO8
-rwxr-xr-x[-rw-r--r--]PKGBUILD12
-rwxr-xr-xrealmofthemadgod.desktop10
-rw-r--r--realmofthemadgod.pngbin0 -> 18867 bytes
-rw-r--r--realmofthemadgod.tar.gzbin16455 -> 0 bytes
5 files changed, 24 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d68fb665ddc4..f4276f5a839a 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = realmofthemadgod
pkgdesc = A simple desktop entry for flashplayer-standalone that loads Realm of The Mad God
pkgver = X31.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.realmofthemadgod.com/
arch = x86_64
license = unknown
depends = flashplayer-standalone
- source = realmofthemadgod.tar.gz
- sha256sums = 3d40dc280240793c42cfb15b77a0a74d398b8dac91287575e7e539127bfeaa55
+ source = realmofthemadgod.desktop
+ source = realmofthemadgod.png
+ sha256sums = b2c70c9a553494ac31705415d4ff54f196e44c8e73f9aa9618b3eafaff97c73c
+ sha256sums = 77d1081f7e3dedf1af3188f1df687347089115b15b05107fd06cbfc3811dab16
pkgname = realmofthemadgod
diff --git a/PKGBUILD b/PKGBUILD
index 21037d56c54d..ebb216550bed 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,21 @@
# Maintainer: Shayne Hartford <shayneehartford@gmail.com>
pkgname=realmofthemadgod
pkgver=X31.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="A simple desktop entry for flashplayer-standalone that loads Realm of The Mad God"
arch=("x86_64")
url="https://www.realmofthemadgod.com/"
license=('unknown')
depends=('flashplayer-standalone')
-source=('realmofthemadgod.tar.gz')
-sha256sums=('3d40dc280240793c42cfb15b77a0a74d398b8dac91287575e7e539127bfeaa55')
+source=(
+ 'realmofthemadgod.desktop'
+ 'realmofthemadgod.png'
+)
+sha256sums=(
+ 'b2c70c9a553494ac31705415d4ff54f196e44c8e73f9aa9618b3eafaff97c73c' '77d1081f7e3dedf1af3188f1df687347089115b15b05107fd06cbfc3811dab16'
+)
package() {
install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+ install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/icons/hicolor/symbolic/apps/realmofthemadgod.png"
}
diff --git a/realmofthemadgod.desktop b/realmofthemadgod.desktop
new file mode 100755
index 000000000000..f2ad14fc6f97
--- /dev/null
+++ b/realmofthemadgod.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=Realm Of The Mad God (ROTMG)
+Comment=Realm of the Mad God is a massively multiplayer online shooter
+Path=
+Exec=/usr/bin/flashplayer https://www.realmofthemadgod.com/client
+Icon=realmofthemadgod.png
+Terminal=false
+Categories=Game;Application;
diff --git a/realmofthemadgod.png b/realmofthemadgod.png
new file mode 100644
index 000000000000..7b528424f9a3
--- /dev/null
+++ b/realmofthemadgod.png
Binary files differ
diff --git a/realmofthemadgod.tar.gz b/realmofthemadgod.tar.gz
deleted file mode 100644
index 46dd0071221b..000000000000
--- a/realmofthemadgod.tar.gz
+++ /dev/null
Binary files differ