summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-07-09 03:07:17 +0000
committerJonathan Smith <smithj@gentoo.org>2005-07-09 03:07:17 +0000
commit53c262e6cd68c35e8a380eb1e78adcd20c1530c5 (patch)
treec21853b05f0208b05cf26523283caa2c7b3a2963 /x11-misc/glunarclock/glunarclock-0.32.4.ebuild
parentQA: Use ${PF} (diff)
downloadhistorical-53c262e6cd68c35e8a380eb1e78adcd20c1530c5.tar.gz
historical-53c262e6cd68c35e8a380eb1e78adcd20c1530c5.tar.bz2
historical-53c262e6cd68c35e8a380eb1e78adcd20c1530c5.zip
fixed dependencies and added ~amd64
Package-Manager: portage-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.ebuild20
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
+}