[arch-commits] Commit in virtualbox/trunk (3 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Thu Feb 21 19:29:21 UTC 2013


    Date: Thursday, February 21, 2013 @ 20:29:21
  Author: seblu
Revision: 84679

upgpkg: virtualbox 4.2.6-4

- rebuild with qt4

Added:
  virtualbox/trunk/003-linux-3.8.patch
Modified:
  virtualbox/trunk/PKGBUILD
Deleted:
  virtualbox/trunk/linux-3.8.patch

---------------------+
 003-linux-3.8.patch |   15 +++++++++++++++
 PKGBUILD            |   10 +++++-----
 linux-3.8.patch     |   17 -----------------
 3 files changed, 20 insertions(+), 22 deletions(-)

Added: 003-linux-3.8.patch
===================================================================
--- 003-linux-3.8.patch	                        (rev 0)
+++ 003-linux-3.8.patch	2013-02-21 19:29:21 UTC (rev 84679)
@@ -0,0 +1,15 @@
+--- a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c	(revision 43343)
++++ b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c	(revision 44317)
+@@ -196,7 +196,11 @@
+ 
+ 
+ /** PCI hotplug structure. */
+-static const struct pci_device_id __devinitdata g_VBoxGuestPciId[] =
++static const struct pci_device_id
++#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 8, 0)
++__devinitdata
++#endif
++g_VBoxGuestPciId[] =
+ {
+     {
+         vendor:     VMMDEV_VENDORID,

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-21 18:18:39 UTC (rev 84678)
+++ PKGBUILD	2013-02-21 19:29:21 UTC (rev 84679)
@@ -10,7 +10,7 @@
          'virtualbox-guest-utils'
          'virtualbox-ext-vnc')
 pkgver=4.2.6
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL' 'custom')
@@ -37,7 +37,7 @@
              'mesa'
              'glu'
              'python2'
-             'qt'
+             'qt4'
              'sdl'
              'sdl_ttf'
              'vde2'
@@ -52,7 +52,7 @@
         'vboxweb.service'
         '001-vboxdrv-reference.patch'
         '002-change_default_driver_dir.patch'
-        'linux-3.8.patch')
+        '003-linux-3.8.patch')
 md5sums=('d680aeb3b4379b8281527aeb012b2df5'
          '5cdffabb7ffacfd49dcc93d747ede762'
          '5f85710e0b8606de967716ded7b2d351'
@@ -62,7 +62,7 @@
          'bc9efed88e0469cd7fc460d5a5cd7b4b'
          '6dbd16b9d1530fc42ff6904cd80be91d'
          '97e193f050574dd272a38e5ee5ebe62b'
-         'de327c6c5cec4e5414af75585c2600af')
+         'e565ff0d028776d4f48e6e5b4d0b48e0')
 
 build() {
     cd "VirtualBox-$pkgver"
@@ -116,7 +116,7 @@
              'sdl'
              'shared-mime-info'
              'virtualbox-host-modules')
-    optdepends=('qt: VirtualBox GUI support'
+    optdepends=('qt4: VirtualBox GUI support'
                 'vde2: Virtual Distributed Ethernet support'
                 'virtualbox-sdk: Developer kit'
                 'virtualbox-host-dkms: Host kernel source modules for non-stock kernels'

Deleted: linux-3.8.patch
===================================================================
--- linux-3.8.patch	2013-02-21 18:18:39 UTC (rev 84678)
+++ linux-3.8.patch	2013-02-21 19:29:21 UTC (rev 84679)
@@ -1,17 +0,0 @@
-Index: src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c
-===================================================================
---- a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c	(revision 44316)
-+++ b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c	(revision 44317)
-@@ -196,7 +196,11 @@
- 
- 
- /** PCI hotplug structure. */
--static const struct pci_device_id __devinitdata g_VBoxGuestPciId[] =
-+static const struct pci_device_id
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 8, 0)
-+__devinitdata
-+#endif
-+g_VBoxGuestPciId[] =
- {
-     {
-         vendor:     VMMDEV_VENDORID,




More information about the arch-commits mailing list