summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-10 23:05:13 +0000
committerLawnCable <lawncable.gitlab@simonlaux.de>2019-01-10 23:05:13 +0000
commitcfa969ec1d8e3a90382688ed0774fff2b032ca61 (patch)
tree70a05e7f5d40e19c815de3bdfa1da9b9c8ec32ab
parent1eb60c558bbe19417dd1b90f79f50c0e1c4e11c0 (diff)
downloadappimg-builder-cfa969ec1d8e3a90382688ed0774fff2b032ca61.tar.gz
appimg-builder-cfa969ec1d8e3a90382688ed0774fff2b032ca61.tar.bz2
appimg-builder-cfa969ec1d8e3a90382688ed0774fff2b032ca61.tar.xz
appimg-builder-cfa969ec1d8e3a90382688ed0774fff2b032ca61.zip
Install libappstream0 AND libappstream-dev
-rw-r--r--build.sh10
-rw-r--r--install_dependencies.sh2
2 files changed, 6 insertions, 6 deletions
diff --git a/build.sh b/build.sh
index 7c56db9..1448987 100644
--- a/build.sh
+++ b/build.sh
@@ -35,11 +35,11 @@ make install
# package
-
-/builds/mana-launcher/mplusbuilder/linuxdeploy-x86_64.AppImage --appdir appDir \
--d /builds/mana-launcher/mplusbuilder/manaplus.desktop \
+../../linuxdeploy-x86_64.AppImage --appdir appDir \
+-d ../../manaplus.desktop \
-i ./data/icons/manaplus.svg \
-e ./run/bin/manaplus \
---output appimage
+--output appimage > /dev/null
+
+mv *.AppImage ../../
-mv *.AppImage /builds/mana-launcher/mplusbuilder/
diff --git a/install_dependencies.sh b/install_dependencies.sh
index 71fa6d1..67a0f43 100644
--- a/install_dependencies.sh
+++ b/install_dependencies.sh
@@ -10,7 +10,7 @@ sh -c 'echo "deb-src http://de.archive.ubuntu.com/ubuntu trusty main restricted
apt-get update -y
apt-get -y build-dep manaplus
-apt-get install -y g++ gcc xsel make autoconf automake appstream-index autopoint gettext libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev gdb valgrind netcat-openbsd procps zlibc
+apt-get install -y g++ gcc xsel make autoconf automake appstream-index libappstream0 libappstream-dev autopoint gettext libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev gdb valgrind netcat-openbsd procps zlibc
# AppImage - linuxdeploy
apt-get install -y libfuse2 \ No newline at end of file