xorg-x11-drv-mouse: Update to 1.8.1.

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.
This commit is contained in:
Stefan Schantl 2013-02-05 20:36:51 +01:00
parent b437ac8a80
commit a9103f8e5a
1 changed files with 12 additions and 6 deletions

View 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