Re: KDE 4 class for cdbs

2008-02-14 Thread Armin Berres
On Thu, 14 Feb 08 09:31, Peter Eisentraut wrote: > Am Dienstag, 12. Februar 2008 schrieb Armin Berres: > > On Tue, 12 Feb 08 12:28, Peter Eisentraut wrote: > > > | DEB_CMAKE_EXTRA_FLAGS += \ > > > | -DCMAKE_BUILD_TYPE=Debian \ > > > > > > I don't see "Debian" documented as a val

Re: KDE 4 class for cdbs

2008-02-14 Thread Peter Eisentraut
Am Dienstag, 12. Februar 2008 schrieb Armin Berres: > On Tue, 12 Feb 08 12:28, Peter Eisentraut wrote: > > | DEB_CMAKE_EXTRA_FLAGS += \ > > | -DCMAKE_BUILD_TYPE=Debian \ > > > > I don't see "Debian" documented as a valid value for this variable.  What > > is this supposed to do?

Re: KDE 4 class for cdbs

2008-02-13 Thread Matthew Rosewarne
On Tuesday 12 February 2008, Peter Eisentraut wrote: > | ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) > | cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb > | ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches))) > | KDE4-ENABLE-FINAL = $(if > | $(

Re: KDE 4 class for cdbs

2008-02-12 Thread Armin Berres
On Tue, 12 Feb 08 12:28, Peter Eisentraut wrote: > | DEB_CMAKE_EXTRA_FLAGS += \ > | -DCMAKE_BUILD_TYPE=Debian \ > > I don't see "Debian" documented as a valid value for this variable. What is > this supposed to do? Should this be in the cmake class? It is defined in this pat

KDE 4 class for cdbs

2008-02-12 Thread Peter Eisentraut
I would like to put a generic kde4 class into cdbs, much like the existing kde class. I'd imagine that, as was done for KDE 3, the KDE packaging team would then create its own wrapper around that. I have taken http://svn.debian.org/viewsvn/pkg-kde/branches/kde4/cdbs/kde.mk and attempted to isolat