diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:56:37 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:56:37 +0000 |
commit | d60e04ad8eda7df12bd0e61454d91444cc38c5ab (patch) | |
tree | 76ea3926b77e98d6d49fbbd5a48ac0bfcb235d96 /x11-misc/xstroke | |
parent | Remove myself from metadata.xml. Dealing with upstream isn't worth the effort. (diff) | |
download | gentoo-2-d60e04ad8eda7df12bd0e61454d91444cc38c5ab.tar.gz gentoo-2-d60e04ad8eda7df12bd0e61454d91444cc38c5ab.tar.bz2 gentoo-2-d60e04ad8eda7df12bd0e61454d91444cc38c5ab.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xstroke')
-rw-r--r-- | x11-misc/xstroke/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xstroke/xstroke-0.6.ebuild | 20 |
2 files changed, 22 insertions, 5 deletions
diff --git a/x11-misc/xstroke/ChangeLog b/x11-misc/xstroke/ChangeLog index 1461ff21138d..20a6935af963 100644 --- a/x11-misc/xstroke/ChangeLog +++ b/x11-misc/xstroke/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xstroke -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/ChangeLog,v 1.20 2005/11/14 21:48:18 hansmi Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/ChangeLog,v 1.21 2006/01/21 18:56:37 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xstroke-0.6.ebuild: + Fixed DEPEND for modular X. 14 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> xstroke-0.6.ebuild: Stable on hppa. See bug #112115. diff --git a/x11-misc/xstroke/xstroke-0.6.ebuild b/x11-misc/xstroke/xstroke-0.6.ebuild index 8a4b01072aab..8771beedb4c6 100644 --- a/x11-misc/xstroke/xstroke-0.6.ebuild +++ b/x11-misc/xstroke/xstroke-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/xstroke-0.6.ebuild,v 1.5 2005/11/14 21:48:18 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/xstroke-0.6.ebuild,v 1.6 2006/01/21 18:56:37 nelchael Exp $ DESCRIPTION="Gesture/Handwriting recognition engine for X" HOMEPAGE="http://www.xstroke.org/" @@ -11,7 +11,21 @@ SLOT="0" KEYWORDS="~alpha hppa ~mips ppc sparc x86" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libXtst + x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXrender + x11-libs/libXt + x11-libs/libXft ) + virtual/x11 )" +DEPEND="${RDEPEND} + media-libs/freetype + media-libs/fontconfig + || ( ( + x11-proto/xextproto + x11-proto/xproto ) + virtual/x11 )" src_install() { make DESTDIR="${D}" BINDIR=/usr/bin install || die "make install failed" |