From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,FREEMAIL_FROM,INVALID_DATE,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=no autolearn_force=no version=4.0.0 Received: from mailout05.sul.t-online.com ([194.25.134.82]) by cvs.gentoo.org with esmtp (Exim 3.22 #1) id 14aMCs-0004Dy-00 for gentoo-dev@gentoo.org; Tue, 06 Mar 2001 11:29:10 -0700 Received: from fwd04.sul.t-online.com by mailout05.sul.t-online.com with smtp id 14aMDw-0006yk-02; Tue, 06 Mar 2001 19:30:16 +0100 Received: from helios.bagwan (320095285153-0001@[217.80.39.196]) by fwd04.sul.t-online.com with smtp id 14aMDT-0iIWUCC; Tue, 6 Mar 2001 19:29:47 +0100 Received: (qmail 10157 invoked by uid 0); 6 Mar 2001 21:12:02 -0000 Received: from sadchitananda2.bagwan (HELO gottinger.de) (achim@192.168.2.1) by helios.bagwan with SMTP; 6 Mar 2001 21:12:02 -0000 Message-ID: <3AA52652.DCDAE138@gottinger.de> From: AGottinger@t-online.de (Achim Gottinger) X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14 i686) X-Accept-Language: en MIME-Version: 1.0 To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild) References: <01030611162900.02957@cerberus> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Sender: 320095285153-0001@t-dialin.net Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@gentoo.org X-Reply-To: achim@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Tue Mar 6 11:30:03 2001 X-Original-Date: Tue, 06 Mar 2001 19:02:58 +0100 X-Archives-Salt: 5144befd-45e4-49f6-b45b-4bd1616dcae1 X-Archives-Hash: f6dcd164e8c14fbc64ff1a37d14c322c Philippe Namias wrote: > > Hi, > > I add some more ebuild gnome apps yesterday. And sorry for my bluefish ebuild > from yesterday. > > So i add : > > anjuta > firestarter > gaim > memprof > pan > xsu > blufish (the good one) > gimp 1.2.1 (update) > gftp > Thank you philippe, Can you take care that all you ebuild's install man and info pages to /opt/gnome/share/{man,info} and that etc stuff goes into /etc/opt/gnome. These are the places FHS2.1 uses. Stuff like ssh, pam, bonobo, readline, nls (gettext) support should be only build-in if the USE flags are set. I commited gnome-base packages for gnome-1.4_beta2. You can take a look into current-packages.rc4 how far I am. Maybe you want to give it a try. It uses nautilus instead of mc. I'm working on a mozilla package that nautilus can link against at the moment. Tomorrow I will go on with gnome-libs/gnome-apps stuff. We still miss alot of realy basic gnome packages. achim~