# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Appointments and tasks summary application for the GPE Palmtop Environment" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 arm" DOCS="AUTHORS HACKING" inherit gpe src_unpack() { unpack ${A} ; cd ${S} epatch ${FILESDIR}/gpe-today_makefiles.patch } RDEPEND="${RDEPEND} >=gpe-base/libeventdb-0.15 >=gpe-base/libschedule-0.14 >=gpe-base/libxsettings-0.11 >=x11-libs/libxsettings-client-0.10 >=gpe-base/libgpepimc-0.5 >=gpe-base/libgpevtype-0.12 >=gpe-base/libgpewidget-0.102 gpe-base/libdisplaymigration" DEPEND="${DEPEND} ${RDEPEND}"