summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Arlanow2017-08-28 17:53:40 +0300
committerAleksandr Arlanow2017-08-28 17:53:40 +0300
commite45d6440275fc50e59644b51bd456980d7b92ca4 (patch)
tree654f7ef038e553120699c496c4b5c5977c692e03
parent2cead111868d73c9035d9ed60bbfbd3e6bca063e (diff)
downloadaur-e45d6440275fc50e59644b51bd456980d7b92ca4.tar.gz
Version 1156239
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD48
-rwxr-xr-xevelauncher.desktop8
-rw-r--r--evelauncher.install4
4 files changed, 44 insertions, 40 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e39d48b2e4ec..c1edfdb34ead 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,24 @@
+# Generated by mksrcinfo v8
+# Mon Aug 28 14:49:08 UTC 2017
pkgbase = evelauncher
- pkgdesc = Unofficial Eve Online Launcher brought to us by CCP Devs. It simplifies the installation of Eve Online on Linux
- pkgver = 1146159
+ pkgdesc = Unofficial Eve Online Launcher.
+ pkgver = 1156239
pkgrel = 1
- url = https://forums.eveonline.com/default.aspx?g=posts&t=482663
+ url = https://forums.eveonline.com/t/eve-launcher-for-linux/7286
arch = any
license = custom
- depends = wine
- depends = libopenssl-1.0-compat
- source = https://binaries.eveonline.com/evelauncher-1146159.tar.gz
+ depends = qt5-base
+ depends = qt5-translations
+ depends = qt5-webengine
+ depends = qt5-webkit
+ depends = qt5-webview
+ depends = openssl
+ source = https://binaries.eveonline.com/evelauncher-1156239.tar.gz
source = evelauncher.desktop
source = icon.png
- md5sums = 468c81b40abe535695fa2a0b812588db
- md5sums = 39a115108240a68c1f1a4a24837e9632
- md5sums = 37c1b0799f8e671b298c288d900dd7f0
+ md5sums = 41aca0ca85509477cb2942606c8462d2
+ md5sums = 2150407bf15ea647a0854c0c9df4c887
+ md5sums = ecd3b7d8dd554f8106045e1d78a885c6
pkgname = evelauncher
diff --git a/PKGBUILD b/PKGBUILD
index 917a7f65a85d..acc949d60baa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,43 +1,41 @@
-# Maintainer: Andre Bauer <novamoon@ts.3v.fi>
+# Maintainer: Aleksandr Arlanow <aleksandr@arlanow.ru>
pkgname=evelauncher
-pkgver=1146159
+pkgver=1156239
pkgrel=1
-epoch=
-pkgdesc="Unofficial Eve Online Launcher brought to us by CCP Devs. It simplifies the installation of Eve
-Online on Linux "
+pkgdesc="Unofficial Eve Online Launcher."
arch=('any')
-url="https://forums.eveonline.com/default.aspx?g=posts&t=482663"
+url="https://forums.eveonline.com/t/eve-launcher-for-linux/7286"
license=('custom')
-groups=()
-depends=('wine'
-'libopenssl-1.0-compat')
-makedepends=()
-checkdepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=()
-changelog=
+depends=('qt5-base'
+ 'qt5-translations'
+ 'qt5-webengine'
+ 'qt5-webkit'
+ 'qt5-webview'
+ 'openssl'
+ )
source=(
- "https://binaries.eveonline.com/evelauncher-1146159.tar.gz"
+ "https://binaries.eveonline.com/evelauncher-1156239.tar.gz"
"evelauncher.desktop"
"icon.png")
-noextract=()
-md5sums=('468c81b40abe535695fa2a0b812588db'
- '39a115108240a68c1f1a4a24837e9632'
- '37c1b0799f8e671b298c288d900dd7f0')
+md5sums=('41aca0ca85509477cb2942606c8462d2'
+ '2150407bf15ea647a0854c0c9df4c887'
+ 'ecd3b7d8dd554f8106045e1d78a885c6')
package() {
# Install the main files.
install -d "${pkgdir}/opt/${pkgname}"
+ rm ${srcdir}/evelauncher/libQt5* ${srcdir}/evelauncher/QtWebEngineProcess
+ rm -r "${srcdir}/evelauncher/plugins/"
+ rm -r "${srcdir}/evelauncher/resources/"
cp -a "${srcdir}/evelauncher/." "${pkgdir}/opt/${pkgname}"
+ ln -s "/usr/lib/qt/libexec/QtWebEngineProcess" "${pkgdir}/opt/${pkgname}"
+ ln -s "/usr/lib/qt/plugins/" "${pkgdir}/opt/${pkgname}"
+ ln -s "/usr/share/qt/resources/" "${pkgdir}/opt/${pkgname}"
+ ln -s "/usr/share/qt/translations/" "${pkgdir}/opt/${pkgname}"
+
# Exec bit
chmod 755 "${pkgdir}/opt/${pkgname}/evelauncher"
-
# Desktop Entry
install -d "${pkgdir}/usr/share/applications"
install "${srcdir}/evelauncher.desktop" "${pkgdir}/usr/share/applications"
diff --git a/evelauncher.desktop b/evelauncher.desktop
index c6f7f3ef0a0b..1abc5846699b 100755
--- a/evelauncher.desktop
+++ b/evelauncher.desktop
@@ -1,5 +1,7 @@
[Desktop Entry]
Type=Application
-Name=Eve Online Launcher
-Exec= env LD_LIBRARY_PATH=/usr/lib/openssl-1.0-compat/ sh /opt/evelauncher/evelauncher.sh
-Icon=/opt/evelauncher/icon.png \ No newline at end of file
+Name=EVE Online Launcher
+GenericName=EVE Online
+Exec=/opt/evelauncher/evelauncher
+Icon=/opt/evelauncher/icon.png
+Categories=Game
diff --git a/evelauncher.install b/evelauncher.install
index 3007d424205d..27c547f3216a 100644
--- a/evelauncher.install
+++ b/evelauncher.install
@@ -1,8 +1,6 @@
post_install(){
echo "***********************************************************"
- echo " I strongly recommend to run the program "
- echo " from the desktop file."
- echo " Please report to me what package that are missing if there"
+ echo " Please report me what package that are missing if there"
echo " is any packages missing for you"
echo "***********************************************************"
}