summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rwxr-xr-xbuild_installer.sh4
-rw-r--r--evelauncher.sh.in2
-rw-r--r--setup.sh.in17
5 files changed, 25 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcd062be3670..599521ee1a04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = evesetup
pkgdesc = An inofficial EVE Online Launcher Setup Tool.
pkgver = 1539902
- pkgrel = 1
+ pkgrel = 2
url = https://forums.eveonline.com/t/eve-installing/71494
arch = x86_64
license = custom
@@ -54,7 +54,7 @@ pkgbase = evesetup
source = https://binaries.eveonline.com/evelauncher-1539902.tar.gz
sha256sums = ce85defa2698ea72e88221d72424fb953f86836494ecc0e4006f41ec89682af4
sha256sums = b5febef1a55d27af357f88079c0c7a1799971bd570080d91034115230323ef68
- sha256sums = adb88d519b09f8593d4d1c30472d7d3d6e177bf303dbbc5d8c3360ddd57f4af2
+ sha256sums = e0b2105d58713a71940ae4443f8e4526505fb7db18515897ebbf3e2fd3641992
sha256sums = 80fceef0e28c2291cd4ba3924410211edd188717be093ffc329d18697583bd21
sha256sums = fb2b6aa2d47365cc88e7ecac6f01def985b008683bb0f9efd7873799e929c7d2
sha256sums = a8e604e6481b9a386269b6252852ee57812fc932f44f767982c4dbac168bb03b
@@ -65,8 +65,8 @@ pkgbase = evesetup
sha256sums = 04c102d6db1bb8d4159c41f32ec0aa95846c0fb519841a3c1428ab20c850e9cf
sha256sums = cc9b7bd4778305b542bd67d043f408c0e30fe7ef82601e7ff2d8d216a71ee904
sha256sums = 2520a9b19f2827fa2634ea2acae3a6f61e73aada1af0eb2029e95709f0c8927d
- sha256sums = a62632f591d464565bf5d52ff70a60e3d1a36e6b4f89735228a65f0449a72fc3
- sha256sums = 5b4d6ca26b58ce6e56099921ab7d2dbacfa7ecd49fbb8e47f8dcd05c99768ad5
+ sha256sums = 498c21e2ab8ef8e789d5d99265678a2784e6d0ddbd407a520e107412fd8bfd0d
+ sha256sums = 11aa040bc38c34bb5ad516813a5879a18a81991f067c8e64a18971d2f4196aa6
sha256sums = 69b98d923c08c6fb035c0c6905ec5e9c73273b694f8f3497777d44597dbe63e3
sha256sums = 762db1df07dfcf526fe634b4b589a08e8affefb2f79f02cff2624c70e0820422
sha256sums = 47accd49b64d624c6a6dee42952f8627aaabdd315fad85ef037507745d393f1a
diff --git a/PKGBUILD b/PKGBUILD
index be150512b1fa..7865344925bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Gharim Turen <gharim@turen.de>
pkgname=evesetup
pkgver=1539902
-pkgrel=1
+pkgrel=2
pkgdesc="An inofficial EVE Online Launcher Setup Tool."
arch=(x86_64)
url="https://forums.eveonline.com/t/eve-installing/71494"
@@ -106,7 +106,7 @@ package() {
sha256sums=('ce85defa2698ea72e88221d72424fb953f86836494ecc0e4006f41ec89682af4'
'b5febef1a55d27af357f88079c0c7a1799971bd570080d91034115230323ef68'
- 'adb88d519b09f8593d4d1c30472d7d3d6e177bf303dbbc5d8c3360ddd57f4af2'
+ 'e0b2105d58713a71940ae4443f8e4526505fb7db18515897ebbf3e2fd3641992'
'80fceef0e28c2291cd4ba3924410211edd188717be093ffc329d18697583bd21'
'fb2b6aa2d47365cc88e7ecac6f01def985b008683bb0f9efd7873799e929c7d2'
'a8e604e6481b9a386269b6252852ee57812fc932f44f767982c4dbac168bb03b'
@@ -117,8 +117,8 @@ sha256sums=('ce85defa2698ea72e88221d72424fb953f86836494ecc0e4006f41ec89682af4'
'04c102d6db1bb8d4159c41f32ec0aa95846c0fb519841a3c1428ab20c850e9cf'
'cc9b7bd4778305b542bd67d043f408c0e30fe7ef82601e7ff2d8d216a71ee904'
'2520a9b19f2827fa2634ea2acae3a6f61e73aada1af0eb2029e95709f0c8927d'
- 'a62632f591d464565bf5d52ff70a60e3d1a36e6b4f89735228a65f0449a72fc3'
- '5b4d6ca26b58ce6e56099921ab7d2dbacfa7ecd49fbb8e47f8dcd05c99768ad5'
+ '498c21e2ab8ef8e789d5d99265678a2784e6d0ddbd407a520e107412fd8bfd0d'
+ '11aa040bc38c34bb5ad516813a5879a18a81991f067c8e64a18971d2f4196aa6'
'69b98d923c08c6fb035c0c6905ec5e9c73273b694f8f3497777d44597dbe63e3'
'762db1df07dfcf526fe634b4b589a08e8affefb2f79f02cff2624c70e0820422'
'47accd49b64d624c6a6dee42952f8627aaabdd315fad85ef037507745d393f1a'
diff --git a/build_installer.sh b/build_installer.sh
index 126dbf2f7137..9663c145308b 100755
--- a/build_installer.sh
+++ b/build_installer.sh
@@ -58,8 +58,8 @@ mkdir evesetup/
echo "done."
printf "\nCopy needed files from AUR source..."
-for eia in $(ls ../eve-icons*.tar.gz) ;do tar xf $eia -C evesetup/ ;done
-for eta in $(ls ../eve-transl5.11-??.tar.gz) ;do cp $eta evesetup/ ;done
+for eia in ../eve-icons*.tar.gz ;do tar xf $eia -C evesetup/ ;done
+for eta in ../eve-transl5.11-??.tar.gz ;do cp $eta evesetup/ ;done
for cmd in evelauncher.sh everegedit evewine evewinecfg evewinetricks evebackup ;do
if [ -f ../$cmd ] ;then cp ../$cmd evesetup/ ;fi
if [ ! "$cmd" = "evewine" ] ;then cp ../${cmd%.*}.desktop evesetup/ ;fi
diff --git a/evelauncher.sh.in b/evelauncher.sh.in
index b46df0e6c92d..07025430cce8 100644
--- a/evelauncher.sh.in
+++ b/evelauncher.sh.in
@@ -16,7 +16,7 @@ check_steam
if [ ! -r "$LAUNCHER/translations/qt_en.qm" ] ;then
if [ -r "$LAUNCHER/libQt5Core.so.$QTVER.0" ] ;then
- for eta in $(ls ./eve-transl${QTVER}-??.tar.gz) ;do
+ for eta in ./eve-transl${QTVER}-??.tar.gz ;do
tar xf $eta -C $LAUNCHER
done
fi
diff --git a/setup.sh.in b/setup.sh.in
index 909fb2c3a38c..63c203f9b2d0 100644
--- a/setup.sh.in
+++ b/setup.sh.in
@@ -8,7 +8,7 @@ bootstrap_install() {
install -dv "$libdir"
install -d "$prefix/bin/"
install -d "$prefix/share/applications/"
- for eta in $(ls ./eve-transl${qtver}-??.tar.gz) ;do
+ for eta in ./eve-transl${qtver}-??.tar.gz ;do
install -m 0644 "$eta" "$libdir"
done
install -m 0644 "./evesetup.shlib" "$libdir"
@@ -31,6 +31,12 @@ bootstrap_install() {
for icons in $(find . -type f -name '*.png') ;do
install -D -m 0644 "$icons" "$prefix/share/${icons#*/}"
done
+ if [ -x $(which gtk-update-icon-cache) ] ;then
+ if [ -f "${prefix}/share/icons/hicolor/icon-theme.cache" ] ;then
+ gtk-update-icon-cache -t -f "${prefix}/share/icons/hicolor" 2>/dev/null
+ chmod 0644 "${prefix}/share/icons/hicolor/icon-theme.cache"
+ fi
+ fi
}
bootstrap_remove() {
@@ -146,7 +152,12 @@ else
build_lib && \
printf "\nInstalling...\n\n"
bootstrap_install && \
- printf "\nYou can now start EVE Online Launcher and his " && \
- echo "Tools from your Application menu."
+ printf "\nYou can now start EVE Online Launcher and his Tools:\n\n"
+ for cmd in *.desktop ;do
+ oexec=$(grep Exec= $cmd | cut -d= -f2); oexec=${oexec##*/}
+ [ ! "$oexec" = "evelauncher.sh" ] && \
+ printf " $oexec\t- $(grep Comment= $cmd | cut -d= -f2)\n"
+ done
+ printf "\n evelauncher.sh\t- EVE Online Launcher\n"
fi
printf "\nDone.\n\n"