summaryrefslogtreecommitdiff
path: root/app-emulation/genymotion-bin
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/genymotion-bin')
-rw-r--r--app-emulation/genymotion-bin/Manifest4
-rw-r--r--app-emulation/genymotion-bin/genymotion-bin-3.7.1.ebuild (renamed from app-emulation/genymotion-bin/genymotion-bin-3.6.0.ebuild)21
2 files changed, 12 insertions, 13 deletions
diff --git a/app-emulation/genymotion-bin/Manifest b/app-emulation/genymotion-bin/Manifest
index fe1b7ef377a9..31df694147a8 100644
--- a/app-emulation/genymotion-bin/Manifest
+++ b/app-emulation/genymotion-bin/Manifest
@@ -1,3 +1,3 @@
-DIST genymotion-3.6.0-linux_x64.bin 103911915 BLAKE2B 2c7174404b29a71174fc04de96285475e1800880f79fb70c455539c2a658a305a4cd8a541c545024c3130458081b5a94e493478a47126905fae5e104afbd3efd SHA512 ff05bb91edf05c38d68e3dec16dd21f6fcc50bf31e03411f46b9a3a71ca3f9139705e54b8650c8ab44295a2ebb49aa262e169faecea1f6bb8dd385785440f245
-EBUILD genymotion-bin-3.6.0.ebuild 4134 BLAKE2B 1f9a0f50cc96e2ec729d4aee65d13c0f70b5d69ba09d60350f50d09beb496782c49c59158a94eb9c4db52561d7cf6e1cd47708fcd2e4024d2a2b15d697b0961b SHA512 edc0ff35d356797d898e556e6a848f75d46f218a8ccf85c182fae2ee459d4fb7e62482be48db6ea69bfe3831a08e8904abb6b694e7b5dd5ad632839f1aa7fd55
+DIST genymotion-3.7.1-linux_x64.bin 103767728 BLAKE2B 08ebd35ed27dc6f197d442752935541cd932a06776c49dc4a2352d2cb2fe746472d658e12d4b2115767752db267d0c5da35e5e3ddcc489eb8a15f88ba6d23d64 SHA512 7a6c91864399ec9e2ee66094b58135c0ffb464eddc46642da225d0929f8247192324a6cb544cfd771bb389bb517c3a92e5da2d19747e0c67284cbd6d6c0b4f5e
+EBUILD genymotion-bin-3.7.1.ebuild 4109 BLAKE2B dede0193f18d13023a55793d0fde5c0b3c2500d4d7e0dd8370ca7ef85d0c32dd41115b332effe8ba399d1bdf4525fb504d84493c06fda5f859dd6e3125eae241 SHA512 739af3e0d70ef8188461d3ab5f2600acf3298938bd3e6a61ff72ece8d05f716fd886f6f60b5f580a7e6e90ff43c1c4427639fa0f67aa066894f3522573dec6b0
MISC metadata.xml 402 BLAKE2B ab9053ca959660812f1e1bc536950c0278d23c2906ff0a82483241f16960d2ae6ecd3eff091666df8fef38fdb073a6e3d0a5c8a7c7926426fead769365df49a5 SHA512 785e5acc8811d310b7cd5dc52fe3de6a22d7a92fa81a12db8a16b1df75a83f47ffea4e2fe21a712dabc5c1fff8da4d6f2e49ae0597373fd6e106aa13e81323d3
diff --git a/app-emulation/genymotion-bin/genymotion-bin-3.6.0.ebuild b/app-emulation/genymotion-bin/genymotion-bin-3.7.1.ebuild
index 6de3fe292cc0..f2d0e0a82345 100644
--- a/app-emulation/genymotion-bin/genymotion-bin-3.6.0.ebuild
+++ b/app-emulation/genymotion-bin/genymotion-bin-3.7.1.ebuild
@@ -10,9 +10,11 @@ MY_P="${MY_PN}-${PV}"
BIN_ARCHIVE="${MY_P}-linux_x64.bin"
DESCRIPTION="Complete set of tools that provide a virtual environment for Android"
-HOMEPAGE="https://genymotion.com"
+HOMEPAGE="https://www.genymotion.com"
SRC_URI="https://dl.genymotion.com/releases/${MY_P}/${BIN_ARCHIVE}"
+S="${WORKDIR}"
+
LICENSE="genymotion"
SLOT="0"
KEYWORDS="-* ~amd64"
@@ -53,7 +55,6 @@ RDEPEND="app-arch/lz4
BDEPEND="x11-misc/xdg-utils"
RESTRICT="bindist mirror"
-S="${WORKDIR}"
QA_PREBUILT="
opt/${MY_PN}/*.so*
@@ -125,22 +126,20 @@ src_install() {
insinto /usr/share/zsh/site-functions
doins "${MY_PN}/completion/zsh/_gmtool"
- if has_version app-emulation/qemu ; then
- dodir /opt/"${MY_PN}"/qemu/bin
- dosym -r /usr/bin/qemu-system-x86_64 /opt/"${MY_PN}"/qemu/bin/qemu-system-x86_64
- dosym -r /usr/bin/qemu-img /opt/"${MY_PN}"/qemu/bin/qemu-img
- fi
+ dodir /opt/"${MY_PN}"/qemu/bin
+ dosym -r /usr/bin/qemu-system-x86_64 /opt/"${MY_PN}"/qemu/x86_64/bin/qemu-system-x86_64
+ dosym -r /usr/bin/qemu-img /opt/"${MY_PN}"/qemu/x86_64/bin/qemu-img
domenu genymobile-genymotion.desktop
}
pkg_postinst() {
- if has_version app-emulation/qemu && ! has_version app-emulation/virtualbox ; then
- ewarn "By default Genymotion is configured to work with VirtualBox hypervisor."
+ if ! has_version app-emulation/qemu && has_version app-emulation/virtualbox ; then
+ ewarn "By default Genymotion is configured to work with QEMU hypervisor."
ewarn "So you should run command:"
ewarn ""
- ewarn " gmtool config --hypervisor qemu"
+ ewarn " gmtool config --hypervisor virtualbox"
ewarn ""
- ewarn "to change hypervisor to QEMU."
+ ewarn "to change hypervisor to VirtualBox"
fi
}