This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via d2acf4f15b628d3208bc0b64bbcbf5c966045050 (commit) from b91f052330367cef3ad8260735ffa45e1179b46c (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d2acf4f15b628d3208bc0b64bbcbf5c966045050 Author: Schantl Stefan Stevee@ipfire.org Date: Fri Aug 27 18:07:46 2010 +0200
Fix x server dependency in xorg driver files.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/xorg-x11-drv-evdev/xorg-x11-drv-evdev.nm | 2 +- .../xorg-x11-drv-keyboard/xorg-x11-drv-keyboard.nm | 2 +- pkgs/core/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm | 2 +- pkgs/core/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/pkgs/core/xorg-x11-drv-evdev/xorg-x11-drv-evdev.nm b/pkgs/core/xorg-x11-drv-evdev/xorg-x11-drv-evdev.nm index 4939399..2a63386 100644 --- a/pkgs/core/xorg-x11-drv-evdev/xorg-x11-drv-evdev.nm +++ b/pkgs/core/xorg-x11-drv-evdev/xorg-x11-drv-evdev.nm @@ -34,7 +34,7 @@ PKG_URL = http://www.x.org/ PKG_LICENSE = MIT PKG_SUMMARY = Xorg X11 evdev input driver.
-PKG_DEPS += libxbkfile xkeyboard-config xorg-server +PKG_DEPS += libxbkfile xkeyboard-config xorg-x11-server
define PKG_DESCRIPTION X.Org X11 evdev input driver. diff --git a/pkgs/core/xorg-x11-drv-keyboard/xorg-x11-drv-keyboard.nm b/pkgs/core/xorg-x11-drv-keyboard/xorg-x11-drv-keyboard.nm index 51353b1..86aa44b 100644 --- a/pkgs/core/xorg-x11-drv-keyboard/xorg-x11-drv-keyboard.nm +++ b/pkgs/core/xorg-x11-drv-keyboard/xorg-x11-drv-keyboard.nm @@ -35,7 +35,7 @@ PKG_LICENSE = MIT PKG_SUMMARY = Xorg X11 keyboard input driver.
PKG_BUILD_DEPS += libpciaccess libX11 pkg-config xorg-x11-util-macros -PKG_DEPS+= xorg-server +PKG_DEPS += xorg-x11-server
define PKG_DESCRIPTION X.Org X11 keyboard input driver. diff --git a/pkgs/core/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm b/pkgs/core/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm index 0d83825..f8227ff 100644 --- a/pkgs/core/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm +++ b/pkgs/core/xorg-x11-drv-mouse/xorg-x11-drv-mouse.nm @@ -35,7 +35,7 @@ PKG_LICENSE = MIT PKG_SUMMARY = Xorg X11 mouse input driver.
PKG_BUILD_DEPS += libpciaccess libX11 pkg-config xorg-x11-util-macros -PKG_DEPS+= xorg-server +PKG_DEPS += xorg-x11-server
define PKG_DESCRIPTION X.Org X11 mouse input driver. diff --git a/pkgs/core/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm b/pkgs/core/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm index ece63c2..2fa4036 100644 --- a/pkgs/core/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm +++ b/pkgs/core/xorg-x11-drv-vesa/xorg-x11-drv-vesa.nm @@ -35,7 +35,7 @@ PKG_LICENSE = MIT PKG_SUMMARY = Xorg X11 vesa video driver.
PKG_BUILD_DEPS += libpciaccess libX11 pkg-config xorg-x11-util-macros -PKG_DEPS+= xorg-server +PKG_DEPS += xorg-x11-server
define PKG_DESCRIPTION X.Org X11 vesa video driver.
hooks/post-receive -- IPFire 3.x development tree