summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Ta'ala2022-12-28 18:30:23 +1100
committerJay Ta'ala2022-12-28 18:30:23 +1100
commitc3adfba2a5c2f25be80ae90004ce7852e60506ff (patch)
tree3502d6a29afc8a97d600a4e50cd8ac85e9ca8725
parent8eb7b243611387d1372c99dd07f71162a143f14c (diff)
downloadaur-c3adfba2a5c2f25be80ae90004ce7852e60506ff.tar.gz
Moved virtualbox to optdepends. Genymotion now bundles qemu with it so
virtualbox (or an external qemu install) is not required.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
-rw-r--r--virtualbox.conf4
3 files changed, 7 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e5abcb13991..926045070eb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = genymotion
pkgdesc = Complete set of tools that provides a virtual environment for Android.
pkgver = 3.3.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.genymotion.com/
install = genymotion.install
arch = x86_64
@@ -13,11 +13,9 @@ pkgbase = genymotion
depends = qca-qt5
depends = qt5-script
depends = qt5-webkit
- depends = virtualbox
- source = virtualbox.conf
+ optdepends = virtualbox
source = genymotion.desktop
source = https://dl.genymotion.com/releases/genymotion-3.3.2/genymotion-3.3.2-linux_x64.bin
- sha512sums = 63eba0963b3344ea7e7a0035560406899d878a0761cddef9853bec95deb9812b221e98f446f240070d6448d61d6ecbcf7a990bcd52863660e8f21cf9a98c0e1d
sha512sums = 42f629d6413e4e481ef68d019ec3071515b45d01fdb004a545c8b977a9bf2439581ca8a67ad7dead9a12a0d24e8e46ba02c5dc47abd76597451b09847cf5d78b
sha512sums = ae3bfd2c4eefceb04cd67256b291e3c7bee3c3d0e212add92086709e5fd60bee4789d2ea80732bacbcad880be472e507470afd635cb766903664ea0815ed0205
diff --git a/PKGBUILD b/PKGBUILD
index 469a3e376e84..4a51e6b8e1c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,21 +7,20 @@
pkgname=genymotion
pkgver=3.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Complete set of tools that provides a virtual environment for Android."
arch=('x86_64')
url="http://www.genymotion.com/"
-depends=('libpng' 'net-tools' 'protobuf' 'qca-qt5' 'qt5-script' 'qt5-webkit' 'virtualbox')
+depends=('libpng' 'net-tools' 'protobuf' 'qca-qt5' 'qt5-script' 'qt5-webkit')
+optdepends=('virtualbox')
makedepends=('wget')
install=$pkgname.install
license=('custom')
_ARCH="x64"
DLAGENTS=("https::/usr/bin/wget -U "Mozilla" %u")
-source=("virtualbox.conf"
- "genymotion.desktop"
+source=("genymotion.desktop"
"https://dl.genymotion.com/releases/genymotion-$pkgver/$pkgname-${pkgver}-linux_$_ARCH.bin")
-sha512sums=('63eba0963b3344ea7e7a0035560406899d878a0761cddef9853bec95deb9812b221e98f446f240070d6448d61d6ecbcf7a990bcd52863660e8f21cf9a98c0e1d'
- '42f629d6413e4e481ef68d019ec3071515b45d01fdb004a545c8b977a9bf2439581ca8a67ad7dead9a12a0d24e8e46ba02c5dc47abd76597451b09847cf5d78b'
+sha512sums=('42f629d6413e4e481ef68d019ec3071515b45d01fdb004a545c8b977a9bf2439581ca8a67ad7dead9a12a0d24e8e46ba02c5dc47abd76597451b09847cf5d78b'
'ae3bfd2c4eefceb04cd67256b291e3c7bee3c3d0e212add92086709e5fd60bee4789d2ea80732bacbcad880be472e507470afd635cb766903664ea0815ed0205')
package(){
@@ -48,6 +47,4 @@ package(){
ln -s /opt/$pkgname/gmtool $pkgdir/usr/bin/gmtool
install -Dm644 $srcdir/genymotion.desktop $pkgdir/usr/share/applications/genymotion.desktop
chown -R root:root $pkgdir/opt/$pkgname
-
- install -Dm644 $srcdir/virtualbox.conf $pkgdir/etc/modules-load.d/virtualbox.conf
}
diff --git a/virtualbox.conf b/virtualbox.conf
deleted file mode 100644
index c8c79a249887..000000000000
--- a/virtualbox.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-vboxdrv
-vboxnetflt
-vboxnetadp
-vboxpci