]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
xorg-x11-drv-vmware: Update to 13.0.0.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 5 Feb 2013 19:38:19 +0000 (20:38 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 5 Feb 2013 19:38:19 +0000 (20:38 +0100)
This is a major update to the latest stable version.

xorg-x11-drv-vmware/xorg-x11-drv-vmware.nm

index 15d6eaabecd0b19b76af93c06302ccb6d72c20fe..795f7186c39bf4be0217748206e93ca6c4d6e1ac 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = xorg-x11-drv-vmware
-version    = 11.0.2
+version    = 13.0.0
 release    = 1
 
 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
@@ -17,8 +17,12 @@ description
        X.Org X11 vmware video driver.
 end
 
+# Specify the X Server version to build for.
+x11_server_ver = 1.13.2
+
+thisapp = xf86-video-vmware-%{version}
+
 source_dl = http://ftp.x.org/pub/individual/driver/
-sources   = xf86-video-vmware-%{version}.tar.bz2
 
 build
        requires
@@ -27,13 +31,10 @@ build
                libpciaccess-devel
                pkg-config
                xorg-x11-proto-devel
-               xorg-x11-server-devel
+               xorg-x11-server-devel >= %{x11_server_ver}
                xorg-x11-util-macros
        end
 
-
-       DIR_APP = %{DIR_SRC}/xf86-video-vmware-%{version}
-
        CFLAGS        += -Wl,-z,lazy
 
        configure_options += \
@@ -46,6 +47,9 @@ end
 
 packages
        package %{name}
+               requires
+                       xorg-x11-server >= %{x11_server_ver}
+               end
        end
 
        package %{name}-debuginfo