From owner-freebsd-ports@FreeBSD.ORG Mon May 15 23:47:02 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBBA216A76E; Mon, 15 May 2006 23:47:02 +0000 (UTC) (envelope-from freebsd@chillt.de) Received: from dd2718.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7847843D45; Mon, 15 May 2006 23:47:02 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [127.0.0.1] (dslb-084-060-126-175.pools.arcor-ip.net [84.60.126.175]) by dd2718.kasserver.com (Postfix) with ESMTP id 1369AAEBDC; Tue, 16 May 2006 01:46:23 +0200 (CEST) Message-ID: <446912EF.6060509@chillt.de> Date: Tue, 16 May 2006 01:46:55 +0200 From: Bartosz Fabianowski User-Agent: Thunderbird 1.5.0.2 (X11/20060423) MIME-Version: 1.0 To: Andriy Gapon References: <200605151029.k4FATwTM070997@freefall.freebsd.org> <44689386.1080301@icyb.net.ua> <44689871.20703@icyb.net.ua> In-Reply-To: <44689871.20703@icyb.net.ua> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@FreeBSD.org, Jean-Marc Zucconi , freebsd-gnome@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: openoffice 2.0.2 install failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2006 23:47:03 -0000 >> It looks like original intention was to put icon files into >> FreeDesktop Hicolor theme directory and I think that that directory >> is located under ${X11BASE}. Those icons are meant for the KDE integration, so while they certainly could go into the FreeDesktop Hicolor directory, it is fine to put them into a directory where only KDE will find them, such as ${PREFIX}/share/icons/hicolor. However, when doing this, OO.o should depend on the misc/kdehier port, which provides this directory. > BTW, I think that all ports that do something like this should run > gtk-update-icon-cache Since the icons are meant for KDE only, it is probably best to put them into a KDE-only directory thus avoiding any problems with the GTK icon cache. - Bartosz