|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-2.1.3.ebuild,v 1.1 2004/09/26 16:11:39 pyrania Exp $ | # $Header: /var/cvsroot/gentoo-x86/app-misc/rox/rox-2.1.3.ebuild,v 1.1 2004/09/26 16:11:39 pyrania Exp $ |
| |
inherit eutils |
|
|
|
DESCRIPTION="ROX is a desktop environment, like GNOME, KDE and XFCE. It is an attempt to bring some of the good features from RISC OS to Unix and Linux." | DESCRIPTION="ROX is a desktop environment, like GNOME, KDE and XFCE. It is an attempt to bring some of the good features from RISC OS to Unix and Linux." |
HOMEPAGE="http://rox.sourceforge.net/" | HOMEPAGE="http://rox.sourceforge.net/" |
SRC_URI="mirror://sourceforge/rox/${P}.tgz" | SRC_URI="mirror://sourceforge/rox/${P}.tgz" |
|
|
| |
IUSE="svg" | IUSE="svg" |
| |
src_unpack() { |
|
unpack ${A} |
|
cd ${S} |
|
epatch ${FILESDIR}/2.1.2-crash-save-display-settings.patch.bz2 |
|
} |
|
|
|
src_compile() { | src_compile() { |
# rm ROX-Filer/src/configure # see bug #26162 | # rm ROX-Filer/src/configure # see bug #26162 |
| |