diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2006-02-16 12:18:32 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2006-02-16 12:18:32 +0000 |
commit | 5775446d000d7373cc7a27843286339ee3608f6c (patch) | |
tree | 231d4b86d1b95bf56e36ef89b9a8996018380ce7 /x11-themes/gtk-engines-xenophilia/gtk-engines-xenophilia-0.8-r1.ebuild | |
parent | New upstream version, remove ancient one (diff) | |
download | gentoo-2-5775446d000d7373cc7a27843286339ee3608f6c.tar.gz gentoo-2-5775446d000d7373cc7a27843286339ee3608f6c.tar.bz2 gentoo-2-5775446d000d7373cc7a27843286339ee3608f6c.zip |
Fixed dependencies (X modular related)
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-themes/gtk-engines-xenophilia/gtk-engines-xenophilia-0.8-r1.ebuild')
-rw-r--r-- | x11-themes/gtk-engines-xenophilia/gtk-engines-xenophilia-0.8-r1.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-themes/gtk-engines-xenophilia/gtk-engines-xenophilia-0.8-r1.ebuild b/x11-themes/gtk-engines-xenophilia/gtk-engines-xenophilia-0.8-r1.ebuild index a1dd8b311973..0c9c7aaa0127 100644 --- a/x11-themes/gtk-engines-xenophilia/gtk-engines-xenophilia-0.8-r1.ebuild +++ b/x11-themes/gtk-engines-xenophilia/gtk-engines-xenophilia-0.8-r1.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-themes/gtk-engines-xenophilia/gtk-engines-xenophilia-0.8-r1.ebuild,v 1.13 2005/10/02 19:47:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xenophilia/gtk-engines-xenophilia-0.8-r1.ebuild,v 1.14 2006/02/16 12:18:32 leonardop Exp $ DESCRIPTION="GTK+1 Xenophilia Theme Engine" HOMEPAGE="http://themes.freshmeat.net/projects/xenophilia/" @@ -10,14 +10,16 @@ LICENSE="LGPL-2" SLOT="1" IUSE="" -DEPEND="=x11-libs/gtk+-1.2* - virtual/x11" +DEPEND="=dev-libs/glib-1.2* + =x11-libs/gtk+-1.2*" S=${WORKDIR}/Xenophilia-${PV} + src_unpack() { - unpack ${A} - cd ${S} + unpack "${A}" + cd "${S}" + # disable fonts installation sed -i -e "s/\(SUBDIR.*\)fonts\(.*\)/\1\2/" Makefile.in } |