summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingJingHack2017-07-28 19:30:40 +0800
committerJingJingHack2017-07-28 19:30:40 +0800
commitc4ad08f9da4ee09d685fe6476c7b45ca6de1b600 (patch)
tree0f327deb1b6e6b5b29419476a1c062600308eca2
parentf2c9d2e4d9235a052c9a20d42bd6654b82c9782c (diff)
downloadaur-c4ad08f9da4ee09d685fe6476c7b45ca6de1b600.tar.gz
passed test
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD24
-rw-r--r--virtualbox-i3-guest-dkms.conf31
-rw-r--r--virtualbox-i3-host-dkms.conf35
4 files changed, 0 insertions, 100 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06f6c96e45b7..acad34d0d853 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -47,7 +47,6 @@ pkgbase = virtualbox-i3
replaces = virtualbox-guest-dkms
replaces = virtualbox-sdk
replaces = virtualbox-guest-utils
- replaces = virtualbox-guest-utils-nox
replaces = virtualbox-ext-vnc
replaces = virtualbox-ose
source = http://download.virtualbox.org/virtualbox/5.1.22/VirtualBox-5.1.22.tar.bz2
@@ -59,7 +58,6 @@ pkgbase = virtualbox-i3
source = 60-vboxguest.rules
source = LocalConfig.kmk
source = vboxservice.service
- source = vboxservice-nox.service
source = vboxweb.service
source = vboxreload
source = 002-dri-driver-path.patch
@@ -80,7 +78,6 @@ pkgbase = virtualbox-i3
sha256sums = 033c597e0f5285d2ddb0490868e5b6f945f45c7b1b1152a02a9e6fea438b2c95
sha256sums = 0105ce26b79dbe533085423decf042ac0f5e6aa28edb5e6a9bc713cca2ab04c5
sha256sums = 94a808f46909a51b2d0cf2c6e0a6c9dea792034943e6413bf9649a036c921b21
- sha256sums = 01dbb921bd57a852919cc78be5b73580a564f28ebab2fe8d6c9b8301265cbfce
sha256sums = e6e875ef186578b53106d7f6af48e426cdaf1b4e86834f01696b8ef1c685787f
sha256sums = 2a9d7748dc58f9d091f791da06b733a696943114f7c0d580fa00a0752eb1d2ac
sha256sums = ee54fe188e27b6e80e2044ea9ba1874db2ca2c026ad04f393be1be69c18d440d
@@ -185,13 +182,6 @@ pkgname = virtualbox-i3-guest-utils
replaces = virtualbox-archlinux-additions
replaces = virtualbox-guest-additions
-pkgname = virtualbox-i3-guest-utils-nox
- pkgdesc = VirtualBox Guest userspace utilities without X support
- depends = glibc
- depends = pam
- depends = VIRTUALBOX-GUEST-MODULES
- conflicts = virtualbox-guest-utils
-
pkgname = virtualbox-i3-ext-vnc
pkgdesc = VirtualBox VNC extension pack
install = virtualbox-ext-vnc.install
diff --git a/PKGBUILD b/PKGBUILD
index 7c4d17b5262d..2d5d859d9112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ pkgname=('virtualbox-i3'
'virtualbox-i3-guest-dkms'
'virtualbox-i3-sdk'
'virtualbox-i3-guest-utils'
- 'virtualbox-i3-guest-utils-nox'
'virtualbox-i3-ext-vnc')
pkgver=5.1.22
pkgrel=5
@@ -61,7 +60,6 @@ source=("http://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${pkgver
'60-vboxguest.rules'
'LocalConfig.kmk'
'vboxservice.service'
- 'vboxservice-nox.service'
'vboxweb.service'
'vboxreload'
'002-dri-driver-path.patch'
@@ -83,7 +81,6 @@ sha256sums=('fcc918000b8c5ece553541ec10a9182410a742b7266257c76dda895dcd389899'
'033c597e0f5285d2ddb0490868e5b6f945f45c7b1b1152a02a9e6fea438b2c95'
'0105ce26b79dbe533085423decf042ac0f5e6aa28edb5e6a9bc713cca2ab04c5'
'94a808f46909a51b2d0cf2c6e0a6c9dea792034943e6413bf9649a036c921b21'
- '01dbb921bd57a852919cc78be5b73580a564f28ebab2fe8d6c9b8301265cbfce'
'e6e875ef186578b53106d7f6af48e426cdaf1b4e86834f01696b8ef1c685787f'
'2a9d7748dc58f9d091f791da06b733a696943114f7c0d580fa00a0752eb1d2ac'
'ee54fe188e27b6e80e2044ea9ba1874db2ca2c026ad04f393be1be69c18d440d'
@@ -101,7 +98,6 @@ replaces=('virtualbox'
'virtualbox-guest-dkms'
'virtualbox-sdk'
'virtualbox-guest-utils'
- 'virtualbox-guest-utils-nox'
'virtualbox-ext-vnc'
'virtualbox-ose')
@@ -356,26 +352,6 @@ package_virtualbox-i3-guest-utils() {
install -Dm644 VirtualBox-$pkgver/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-package_virtualbox-i3-guest-utils-nox() {
- pkgdesc='VirtualBox Guest userspace utilities without X support'
- depends=('glibc' 'pam' 'VIRTUALBOX-GUEST-MODULES')
- conflicts=('virtualbox-guest-utils')
-
- source "VirtualBox-$pkgver/env.sh"
- pushd "VirtualBox-$pkgver/out/linux.$BUILD_PLATFORM_ARCH/release/bin/additions"
- install -d "$pkgdir/usr/bin"
- install -m755 VBoxControl VBoxService mount.vboxsf "$pkgdir/usr/bin"
- install -m755 -D pam_vbox.so "$pkgdir/usr/lib/security/pam_vbox.so"
- popd
- # systemd stuff
- install -Dm644 60-vboxguest.rules "$pkgdir/usr/lib/udev/rules.d/60-vboxguest.rules"
- install -Dm644 vboxservice-nox.service "$pkgdir/usr/lib/systemd/system/vboxservice.service"
- install -Dm644 virtualbox-guest-utils.sysusers "$pkgdir/usr/lib/sysusers.d/virtualbox-guest-utils.conf"
- # licence
- install -Dm644 "$srcdir/VirtualBox-$pkgver/COPYING" \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
package_virtualbox-i3-ext-vnc() {
pkgdesc='VirtualBox VNC extension pack'
depends=('virtualbox-i3' 'libvncserver')
diff --git a/virtualbox-i3-guest-dkms.conf b/virtualbox-i3-guest-dkms.conf
deleted file mode 100644
index d0281dfebded..000000000000
--- a/virtualbox-i3-guest-dkms.conf
+++ /dev/null
@@ -1,31 +0,0 @@
-## @file
-# Linux DKMS config script for the VirtualBox guest kernel modules
-#
-
-#
-# Copyright (C) 2006-2015 Oracle Corporation
-#
-# This file is part of VirtualBox Open Source Edition (OSE), as
-# available from http://www.virtualbox.org. This file is free software;
-# you can redistribute it and/or modify it under the terms of the GNU
-# General Public License (GPL) as published by the Free Software
-# Foundation, in version 2 as it comes in the "COPYING" file of the
-# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
-# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
-#
-
-PACKAGE_NAME="vboxguest"
-PACKAGE_VERSION=@VERSION@_OSE
-AUTOINSTALL=yes
-
-BUILT_MODULE_NAME[0]="vboxguest"
-BUILT_MODULE_LOCATION[0]="vboxguest"
-DEST_MODULE_LOCATION[0]="/kernel/misc"
-
-BUILT_MODULE_NAME[1]="vboxsf"
-BUILT_MODULE_LOCATION[1]="vboxsf"
-DEST_MODULE_LOCATION[1]="/kernel/misc"
-
-BUILT_MODULE_NAME[2]="vboxvideo"
-BUILT_MODULE_LOCATION[2]="vboxvideo"
-DEST_MODULE_LOCATION[2]="/kernel/misc"
diff --git a/virtualbox-i3-host-dkms.conf b/virtualbox-i3-host-dkms.conf
deleted file mode 100644
index a8b41bf40027..000000000000
--- a/virtualbox-i3-host-dkms.conf
+++ /dev/null
@@ -1,35 +0,0 @@
-## @file
-# Linux DKMS config script for the VirtualBox guest kernel modules
-#
-
-#
-# Copyright (C) 2006-2015 Oracle Corporation
-#
-# This file is part of VirtualBox Open Source Edition (OSE), as
-# available from http://www.virtualbox.org. This file is free software;
-# you can redistribute it and/or modify it under the terms of the GNU
-# General Public License (GPL) as published by the Free Software
-# Foundation, in version 2 as it comes in the "COPYING" file of the
-# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
-# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
-#
-
-PACKAGE_NAME="vboxhost"
-PACKAGE_VERSION=@VERSION@_OSE
-AUTOINSTALL=yes
-
-BUILT_MODULE_NAME[0]="vboxdrv"
-BUILT_MODULE_LOCATION[0]="vboxdrv"
-DEST_MODULE_LOCATION[0]="/kernel/misc"
-
-BUILT_MODULE_NAME[1]="vboxnetflt"
-BUILT_MODULE_LOCATION[1]="vboxnetflt"
-DEST_MODULE_LOCATION[1]="/kernel/misc"
-
-BUILT_MODULE_NAME[2]="vboxnetadp"
-BUILT_MODULE_LOCATION[2]="vboxnetadp"
-DEST_MODULE_LOCATION[2]="/kernel/misc"
-
-BUILT_MODULE_NAME[3]="vboxpci"
-BUILT_MODULE_LOCATION[3]="vboxpci"
-DEST_MODULE_LOCATION[3]="/kernel/misc"