summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHitCoder97682022-05-03 16:53:45 +0100
committerHitCoder97682022-05-03 16:53:45 +0100
commit8a378127fb0da13d81cb1ba59eab83b30136b11c (patch)
tree306bca5134bdccdcb96583b3a2207226c7882928
parentc2e7c7827c800830abc44ebe82dc948e618d18e5 (diff)
downloadaur-8a378127fb0da13d81cb1ba59eab83b30136b11c.tar.gz
Update shortcut, command and icon to reflect engine as opposed to IDE
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
-rw-r--r--enigma (renamed from lateralgm)0
-rw-r--r--enigma-dev.desktop11
4 files changed, 25 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcbf2dd1d9cb..c3b9b877fd04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = enigma-dev-git
pkgdesc = ENIGMA, the Extensible Non-Interpreted Game Maker Augmentation.
pkgver = 4768.d4771fde1
- pkgrel = 3
+ pkgrel = 4
url = http://enigma-dev.org
install = enigma-dev-git.install
arch = x86_64
@@ -48,15 +48,15 @@ pkgbase = enigma-dev-git
depends = kdialog
provides = lateralgm
conflicts = lateralgm
- source = lateralgm
+ source = enigma
source = emake
- source = lateralgm.desktop
+ source = enigma-dev.desktop
source = git+https://github.com/enigma-dev/enigma-dev.git
- source = http://enigma-dev.org/docs/wiki/images/4/47/Lateralgmlogo.png
+ source = https://github.com/enigma-dev/enigma-dev/raw/master/Resources/logo.png
sha256sums = 465270e7d8042b6022936509e3e59563f38c5df94827979aca3d4429919b20b3
sha256sums = 9a84e88a82569a9da5e017f52dcfad4334b0775631f7fb9b149c0bbe2ff09fdb
- sha256sums = 967f3d6f315a4568dc081ec55664998d68e0556eb5e25c87506179dc41db8008
+ sha256sums = 29edd95e3ba543c85a68e073a0b07f5e59c533e174108f6ff07b832f48546b8d
sha256sums = SKIP
- sha256sums = 775377940f41bec376cf4656312341efa034315e61130b6c5748bff9752b4d01
+ sha256sums = 158c62f513d9c2da92bb3f31416256d9efdf9319a7b6b761ed39b0a5ac28fc90
pkgname = enigma-dev-git
diff --git a/PKGBUILD b/PKGBUILD
index f229f4cfc35d..f44a64fa8ab5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('enigma-dev-git')
pkgver=4768.d4771fde1
-pkgrel=3
+pkgrel=4
pkgdesc="ENIGMA, the Extensible Non-Interpreted Game Maker Augmentation."
url="http://enigma-dev.org"
arch=('x86_64' 'i686')
@@ -16,12 +16,12 @@ makedepends=('git' 'make')
conflicts=('lateralgm')
provides=('lateralgm')
install='enigma-dev-git.install'
-source=('lateralgm' 'emake' 'lateralgm.desktop' 'git+https://github.com/enigma-dev/enigma-dev.git' 'http://enigma-dev.org/docs/wiki/images/4/47/Lateralgmlogo.png')
+source=('enigma' 'emake' 'enigma-dev.desktop' 'git+https://github.com/enigma-dev/enigma-dev.git' 'https://github.com/enigma-dev/enigma-dev/raw/master/Resources/logo.png')
sha256sums=('465270e7d8042b6022936509e3e59563f38c5df94827979aca3d4429919b20b3'
'9a84e88a82569a9da5e017f52dcfad4334b0775631f7fb9b149c0bbe2ff09fdb'
- '967f3d6f315a4568dc081ec55664998d68e0556eb5e25c87506179dc41db8008'
+ '29edd95e3ba543c85a68e073a0b07f5e59c533e174108f6ff07b832f48546b8d'
'SKIP'
- '775377940f41bec376cf4656312341efa034315e61130b6c5748bff9752b4d01')
+ '158c62f513d9c2da92bb3f31416256d9efdf9319a7b6b761ed39b0a5ac28fc90')
build() {
# install lateralgm
@@ -55,16 +55,16 @@ package() {
msg "Installing files..."
cp -r -a "${srcdir}/enigma-dev" "${pkgdir}/opt/${pkgname}"
chmod -R 755 "${pkgdir}/opt/${pkgname}"
- install -D "${srcdir}/Lateralgmlogo.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/lateralgm.png"
+ install -D "${srcdir}/logo.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/enigma-dev.png"
msg "Setting up binaries..."
- install -D "${srcdir}/lateralgm" "${pkgdir}/usr/bin/lateralgm"
+ install -D "${srcdir}/enigma" "${pkgdir}/usr/bin/enigma-dev"
install -D "${srcdir}/emake" "${pkgdir}/usr/bin/emake"
- chmod +x "${pkgdir}/usr/bin/lateralgm"
+ chmod +x "${pkgdir}/usr/bin/enigma-dev"
chmod +x "${pkgdir}/usr/bin/emake"
msg "Adding menu shortcuts..."
- install -D "${srcdir}/lateralgm.desktop" "${pkgdir}/usr/share/applications/lateralgm.desktop"
+ install -D "${srcdir}/enigma-dev.desktop" "${pkgdir}/usr/share/applications/enigma-dev.desktop"
# remove some extra stuff to help reduce package size; more of this is may be possible.
rm -rf "${pkgdir}/opt/${pkgname}/.git"
diff --git a/lateralgm b/enigma
index b1d964a8eaef..b1d964a8eaef 100644
--- a/lateralgm
+++ b/enigma
diff --git a/enigma-dev.desktop b/enigma-dev.desktop
new file mode 100644
index 000000000000..f1b44ea7b79a
--- /dev/null
+++ b/enigma-dev.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Name=Enigma
+Exec=enigma-dev
+Comment=Extensible Non-Interpreted Game Maker Augmentation
+Icon=enigma-dev
+Terminal=false
+Path=/usr/bin/
+Categories=Application;Development;IDE;
+StartupNotify=true
+MimeType=application;application/x-gm81;application/x-gmk;application/x-gm6;application/x-gmd;application/x-egm;application/x-gm50;application/x-gm51;application/x-gm52;application/x-gm53;application/x-gm60;application/x-gm61;application/x-gm71;application/x-gm80;application/x-gm81;