diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-07-09 03:07:17 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-07-09 03:07:17 +0000 |
commit | 3af0b34216905b0bafa9f2408543e8d96d0591a7 (patch) | |
tree | 9c7328490a654cef11a246af59632754657cb48a /x11-misc/glunarclock/glunarclock-0.32.4.ebuild | |
parent | QA: Use ${PF} (diff) | |
download | gentoo-2-3af0b34216905b0bafa9f2408543e8d96d0591a7.tar.gz gentoo-2-3af0b34216905b0bafa9f2408543e8d96d0591a7.tar.bz2 gentoo-2-3af0b34216905b0bafa9f2408543e8d96d0591a7.zip |
fixed dependencies and added ~amd64
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/glunarclock/glunarclock-0.32.4.ebuild')
-rw-r--r-- | x11-misc/glunarclock/glunarclock-0.32.4.ebuild | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/x11-misc/glunarclock/glunarclock-0.32.4.ebuild b/x11-misc/glunarclock/glunarclock-0.32.4.ebuild index a6bc45e3f28e..2fa17251630a 100644 --- a/x11-misc/glunarclock/glunarclock-0.32.4.ebuild +++ b/x11-misc/glunarclock/glunarclock-0.32.4.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/glunarclock/glunarclock-0.32.4.ebuild,v 1.2 2005/06/19 19:34:37 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/glunarclock/glunarclock-0.32.4.ebuild,v 1.3 2005/07/09 03:07:17 smithj Exp $ inherit gnome2 eutils @@ -11,15 +11,9 @@ SRC_URI="mirror://sourceforge/glunarclock/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PN}-i18n-gentoo.patch -} - RDEPEND=">=x11-libs/gtk+-2.1.0 >=gnome-base/libgnome-2.0.0 >=gnome-base/libgnomeui-2.0.0 @@ -28,7 +22,9 @@ RDEPEND=">=x11-libs/gtk+-2.1.0 >=gnome-base/libgtop-2.0.0 >=x11-libs/libwnck-0.13 >=gnome-base/libglade-2.0.0 - >=gnome-base/gnome-panel-2.0.0" + >=gnome-base/gnome-panel-2.0.0 + >=gnome-base/gail-0.13 + >=x11-libs/libxklavier-0.97" DEPEND="${RDEPEND} >=dev-util/intltool-0.29 @@ -36,3 +32,9 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" DOCS="AUTHORS ChangeLog COPYING* INSTALL README" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-i18n-gentoo.patch +} |