inherit kde eutils RESTRICT="nomirror" DESCRIPTION="OpenOffice.org Quickstarter 2, runs in the KDE SystemTray" HOMEPAGE="http://segfaultskde.berlios.de/index.php" SRC_URI="http://download.berlios.de/segfaultskde/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="amd64 ppc sparc x86" IUSE="" SLOT="0" RDEPEND=">=virtual/ooo-2.0.0 kde-base/ksysguard" need-kde 3 src_unpack() { unpack ${A} cd ${S} # Package built from source (openoffice) uses different icon names # than binary package (openoffice-bin); is there a better way to # detect this? if [ -e /usr/share/pixmaps/ooo-base2.png ]; then epatch ${FILESDIR}/icon_names.diff fi }