From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 10 15:22:44 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19F5D1065670 for ; Sat, 10 Dec 2011 15:22:44 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (r2b9.nsu.ru [212.192.164.39]) by mx1.freebsd.org (Postfix) with ESMTP id AF52B8FC0A for ; Sat, 10 Dec 2011 15:22:42 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.69) (envelope-from ) id 1RZOkS-0005za-4D; Sat, 10 Dec 2011 22:22:00 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id pBAFN0kX064631; Sat, 10 Dec 2011 22:23:01 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id pBAFMj9u064599; Sat, 10 Dec 2011 22:22:45 +0700 (NOVT) (envelope-from danfe) Date: Sat, 10 Dec 2011 22:22:45 +0700 From: Alexey Dokuchaev To: Joe Marcus Clarke Message-ID: <20111210152244.GA61710@regency.nsu.ru> References: <20111209184403.GA17862@regency.nsu.ru> <4EE296DA.60409@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4EE296DA.60409@freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: gnome@freebsd.org Subject: Re: gconf schemas + .desktop file question X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2011 15:22:44 -0000 On Fri, Dec 09, 2011 at 06:16:42PM -0500, Joe Marcus Clarke wrote: > On 12/9/11 1:44 PM, Alexey Dokuchaev wrote: > > thus my question is: is it ok to install them without setting some > > USE_GNOME=gconf magic and calling `update-desktop-database' in makefile? > > i'd rather not pull these dependencies, but if i have too, i'd appreciate > > some hints of what should i include if corresponding OPTION would be set. > > > > so far i may just install them as plain files, with no gnomish dependencies > > recorded. > > You need to run gconftool-2 to properly install schema, which means that > gconf will need to be installed. For the .desktop file, look at > x11/xterm. They do a good job of making this optional. > > For gconf schema installation, look at deskutils/akamaru. Yes, I used xterm port for inspiration to my original question. :-) Thanks for pointer to deskutils/akamaru, I will take a look and hopefully implement something nice and working. ./danfe