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 | |
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')
-rw-r--r-- | x11-themes/gtk-engines-xenophilia/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/gtk-engines-xenophilia/gtk-engines-xenophilia-0.8-r1.ebuild | 14 |
2 files changed, 14 insertions, 8 deletions
diff --git a/x11-themes/gtk-engines-xenophilia/ChangeLog b/x11-themes/gtk-engines-xenophilia/ChangeLog index eee7082f4fbf..2b9fe3938635 100644 --- a/x11-themes/gtk-engines-xenophilia/ChangeLog +++ b/x11-themes/gtk-engines-xenophilia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gtk-engines-xenophilia -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xenophilia/ChangeLog,v 1.12 2005/10/02 19:47:30 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xenophilia/ChangeLog,v 1.13 2006/02/16 12:18:32 leonardop Exp $ + + 16 Feb 2006; Leonardo Boshell <leonardop@gentoo.org> + gtk-engines-xenophilia-0.8-r1.ebuild: + Fix dependencies; virtual/x11 not necessary after all, and added glib-1.2. 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> gtk-engines-xenophilia-0.8-r1.ebuild: 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 } |