]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
xorg-x11-drv-mouse: Update to 1.8.1.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 5 Feb 2013 19:36:51 +0000 (20:36 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 5 Feb 2013 19:36:51 +0000 (20:36 +0100)
This is a major update to the latest stable version.
Requires xorg-x11-server-devel >= 1.13.2 to be sure to compile for the new version of the x-server.

xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm

index 538fef20747198fd463f64420852fe034d4d07ce..38d9d5a130ea89969d6e85584a11432f179ea595 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = xorg-x11-drv-mouse
-version    = 1.5.0
-release    = 2
+version    = 1.8.1
+release    = 1
 
 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
 groups     = X/Driver
@@ -17,19 +17,21 @@ description
        X.Org X11 mouse input driver.
 end
 
+# Specify the X Server version to build for.
+x11_server_ver = 1.13.2
+
+thisapp = xf86-input-mouse-%{version}
+
 source_dl  = http://ftp.x.org/pub/individual/driver/
-sources    = xf86-input-mouse-%{version}.tar.bz2
 
 build
        requires
                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-input-mouse-%{version}
-
        CFLAGS   += -Wl,-z,lazy
 
        configure_options += \
@@ -42,6 +44,10 @@ end
 
 packages
        package %{name}
+               requires
+                       xorg-x11-server >= %{x11_server_ver}
+               end
+       end
 
        package %{name}-debuginfo
                template DEBUGINFO