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_H2 autolearn=no autolearn_force=no version=4.0.0 Received: from mailout01.sul.t-online.com ([194.25.134.80] helo=mailout01.sul.t-online.de) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15aI0k-0002Zd-00 for gentoo-dev@cvs.gentoo.org; Fri, 24 Aug 2001 08:32:38 -0600 Received: from fwd07.sul.t-online.de by mailout01.sul.t-online.de with smtp id 15aI0w-0002JB-01; Fri, 24 Aug 2001 16:32:50 +0200 Received: from helios.bagwan (320095285153-0001@[217.80.232.29]) by fwd07.sul.t-online.com with smtp id 15aI0t-0IAKK8C; Fri, 24 Aug 2001 16:32:47 +0200 Received: (qmail 27772 invoked by uid 0); 24 Aug 2001 17:16:31 -0000 Received: from sadchitananda2.bagwan (HELO gentoo.org) (achim@192.168.2.1) by helios.bagwan with SMTP; 24 Aug 2001 17:16:31 -0000 Message-ID: <3B86530C.C3D59B07@gentoo.org> 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@cvs.gentoo.org Subject: Re: AW: [gentoo-dev] Selection for KDE base-packages References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Sender: 320095285153-0001@t-dialin.net Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.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: Fri Aug 24 08:33:01 2001 X-Original-Date: Fri, 24 Aug 2001 15:13:48 +0200 X-Archives-Salt: 1dbcda64-2ed5-460a-ba97-4ba27c7cdcf6 X-Archives-Hash: 1a6ee50ef4ad39f7a621214b244c39ac Sebastian Werner wrote: > > The root makefile contains a variable TOPSUBDIRS which select the > subdirs to build and install. > We could patch this file to delete some entries in this variable. > > I mean that i don't want to use three editors for example. I need > only one editor in KDE: kate > So i wouldn't install kedit for example > > I don't know how to patch this. I preferred sed but it's not so easy :-( > > Something like this: > > cat Makefile | grep TOPSUBDIRS | sed s/"kedit"/""/g > Makefile > > If somebody could do this, thanks... ;-) > an easier way is to simply remove the subdirs of the unwanted packages and run make -f admin/Makefile.common before configure bye achim~