From tuxposta at gmail.com Wed Oct 3 21:59:41 2007 From: tuxposta at gmail.com (Ahmet =?utf-8?q?ERDO=C4=9EAN?=) Date: Wed, 3 Oct 2007 21:59:41 +0300 Subject: [Pardus-devel] [review] review/applications/network/klibido In-Reply-To: <200709031941.54844.turkay.eren@gmail.com> References: <977c1d000708300752t64ddaa38ic3358b96dbd46d1d@mail.gmail.com> <200709031941.54844.turkay.eren@gmail.com> Message-ID: <200710032159.48866.tuxposta@gmail.com> On Monday 03 September 2007 19:41:54 Eren T?rkay wrote: > On Thursday 30 August 2007 17:52:27 Amine Chadly wrote: > > Hi ! > > Request for merge of klibido (for contrib I guess ^^) > > Thanks in advance ! > > It's a kde application, you can use kde actionsapi and you don't have to > move icon file to /usr/share/pixmaps. > > You don't have to specify WorkDir, for this package, pisi automatically > understands archive version and workdir. > > Here is a patch, it describes what I mean :) > > -from pisi.actionsapi import autotools > +from pisi.actionsapi import kde > ?from pisi.actionsapi import pisitools > -from pisi.actionsapi import get > - > -WorkDir = "klibido-%s" % get.srcVERSION() > ? > ?def setup(): > - ? ?autotools.configure("--with-extra-includes=/usr/include/db4.2/") > + ? ?kde.configure("--with-extra-includes=/usr/include/db4.2/") > ? > ?def build(): > - ? ?autotools.make() > + ? ?kde.make() > ? OK -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 481 bytes Desc: This is a digitally signed message part. Url : http://liste.pardus.org.tr/pardus-devel/attachments/20071003/85608a09/attachment.pgp From muratasenel at gmail.com Wed Oct 3 22:05:00 2007 From: muratasenel at gmail.com (Murat =?utf-8?q?=C5=9Eenel?=) Date: Wed, 3 Oct 2007 22:05:00 +0300 Subject: [Pardus-devel] [review] review/applications/network/klibido In-Reply-To: <977c1d000708300752t64ddaa38ic3358b96dbd46d1d@mail.gmail.com> References: <977c1d000708300752t64ddaa38ic3358b96dbd46d1d@mail.gmail.com> Message-ID: <200710032205.01245.muratasenel@gmail.com> On Thursday 30 August 2007 17:52:27 Amine Chadly wrote: > Hi ! > Request for merge of klibido (for contrib I guess ^^) > Thanks in advance ! OK