| Index: x11-base/xorg-server/xorg-server-1.7.6.ebuild
|
| diff --git a/x11-base/xorg-server/xorg-server-1.7.6.ebuild b/x11-base/xorg-server/xorg-server-1.7.6.ebuild
|
| index edd82a71cd495a21e9e6f3e83baefc6c29ff85da..c0aa5ec5d4f100ea2ac951dad7c1d86ab25b156f 100644
|
| --- a/x11-base/xorg-server/xorg-server-1.7.6.ebuild
|
| +++ b/x11-base/xorg-server/xorg-server-1.7.6.ebuild
|
| @@ -126,8 +126,11 @@ UPSTREAMED_PATCHES=(
|
| "${FILESDIR}/1.7.3.901-0001-dix-if-owner-events-is-true-for-passive-grabs-add-th.patch"
|
| # Fix for bug #304067
|
| "${FILESDIR}/1.7.5.902-fix-tslib-1.0-check.patch"
|
| - # coming from 1.8 branch
|
| + # coming from 1.8 branch
|
| "${FILESDIR}/1.7.6-glx-1.4.patch"
|
| + # merged upstream; see
|
| + # http://www.mail-archive.com/xorg-devel@lists.x.org/msg11717.html
|
| + "${FILESDIR}/1.7.6-fix-xkb-redirect-key.patch"
|
| )
|
|
|
| PATCHES=(
|
| @@ -148,6 +151,7 @@ PATCHES=(
|
| "${FILESDIR}/1.7.6-composite-redirect-events.patch"
|
| "${FILESDIR}/1.7.6-no-exposure-for-redirect.patch"
|
| "${FILESDIR}/1.7.6-always-send-visibility.patch"
|
| + "${FILESDIR}/1.7.6-fix-xkb-autorepeat.patch"
|
| )
|
|
|
| pkg_setup() {
|
|
|