diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-11 05:07:43 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-11 05:07:43 +0000 |
commit | 204e328bd884dbc31df24ebed3176db5b77e1d6e (patch) | |
tree | fcadeee37e3631f0f56d0f46918d67bf61840f73 /x11-misc | |
parent | dont run tests if cross-compiling (diff) | |
download | gentoo-2-204e328bd884dbc31df24ebed3176db5b77e1d6e.tar.gz gentoo-2-204e328bd884dbc31df24ebed3176db5b77e1d6e.tar.bz2 gentoo-2-204e328bd884dbc31df24ebed3176db5b77e1d6e.zip |
Create /usr/lib/X11/xkb/compiled as a symlink to /var/lib/xkb; also create that. This should make XKB actually work.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xkbdata/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xkbdata/xkbdata-0.99.0.ebuild | 8 |
2 files changed, 13 insertions, 2 deletions
diff --git a/x11-misc/xkbdata/ChangeLog b/x11-misc/xkbdata/ChangeLog index 6a4ee035cc35..5032f35ecdbb 100644 --- a/x11-misc/xkbdata/ChangeLog +++ b/x11-misc/xkbdata/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xkbdata # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/ChangeLog,v 1.2 2005/08/08 22:48:35 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/ChangeLog,v 1.3 2005/08/11 05:07:43 spyderous Exp $ + + 11 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + xkbdata-0.99.0.ebuild: + Create /usr/lib/X11/xkb/compiled as a symlink to /var/lib/xkb; also create + that. This should make XKB actually work. 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org> xkbdata-0.99.0.ebuild: Add ~sparc keyword (X Modular testing). diff --git a/x11-misc/xkbdata/xkbdata-0.99.0.ebuild b/x11-misc/xkbdata/xkbdata-0.99.0.ebuild index ef011add264f..8f04a7560f26 100644 --- a/x11-misc/xkbdata/xkbdata-0.99.0.ebuild +++ b/x11-misc/xkbdata/xkbdata-0.99.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/xkbdata-0.99.0.ebuild,v 1.2 2005/08/08 22:48:35 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbdata/xkbdata-0.99.0.ebuild,v 1.3 2005/08/11 05:07:43 spyderous Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -11,3 +11,9 @@ DESCRIPTION="X.Org xkbdata data" KEYWORDS="~sparc ~x86" RDEPEND="x11-apps/xkbcomp" DEPEND="${RDEPEND}" + +src_install() { + x-modular_src_install + keepdir /var/lib/xkb + dosym ../../../../var/lib/xkb /usr/lib/X11/xkb/compiled +} |