| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-1.7.6.ebuild,v 1.11 2010/09/05 11:59:11 remi Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-1.7.6.ebuild,v 1.12 2010/10/04 20:33:59 mgorny Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | # Must be before x-modular eclass is inherited |
7 | # Must be before x-modular eclass is inherited |
| 8 | SNAPSHOT="yes" |
8 | SNAPSHOT="yes" |
| … | |
… | |
| 124 | UPSTREAMED_PATCHES=( |
124 | UPSTREAMED_PATCHES=( |
| 125 | #"${WORKDIR}/patches/" |
125 | #"${WORKDIR}/patches/" |
| 126 | |
126 | |
| 127 | # Fix from bug http://bugs.freedesktop.org/show_bug.cgi?id=25400 |
127 | # Fix from bug http://bugs.freedesktop.org/show_bug.cgi?id=25400 |
| 128 | "${FILESDIR}/1.7.3.901-0001-dix-if-owner-events-is-true-for-passive-grabs-add-th.patch" |
128 | "${FILESDIR}/1.7.3.901-0001-dix-if-owner-events-is-true-for-passive-grabs-add-th.patch" |
| 129 | # Fix for bug #304067 |
|
|
| 130 | "${FILESDIR}/1.7.5.902-fix-tslib-1.0-check.patch" |
|
|
| 131 | ) |
129 | ) |
| 132 | |
130 | |
| 133 | PATCHES=( |
131 | PATCHES=( |
| 134 | "${UPSTREAMED_PATCHES[@]}" |
132 | "${UPSTREAMED_PATCHES[@]}" |
|
|
133 | |
|
|
134 | # Fixes for bug #318609 |
|
|
135 | "${FILESDIR}"/0001-Fix-tslib-check-fallback-to-set-TSLIB_LIBS.patch |
|
|
136 | "${FILESDIR}"/${P}-tslib-as-needed.patch |
| 135 | ) |
137 | ) |
| 136 | |
138 | |
| 137 | pkg_setup() { |
139 | pkg_setup() { |
| 138 | use minimal || ensure_a_server_is_building |
140 | use minimal || ensure_a_server_is_building |
| 139 | |
141 | |