kdebase3-apidox stable port information

Package: kdebase3-apidox
Version: 3.5.10
Revision: 10
Description: KDE - base system (API documentation)
License: GPL/LGPL
Maintainer: Benjamin Reed

Depends: <<
kdelibs3-apidox (>= 3.5.10-10),
kdebase3-unified (>= 3.5.10-10)
<<
BuildDepends: <<
arts-dev (>= 1.5.10-10),
audiofile (>= 0.2.6-11),
autoconf (>= 2.63-1),
automake1.11,
cctools-single-module,
cups-dev,
dbus-dev (>= 1.2.12-1),
dbus-qt3-dev,
doxygen1.3,
esound,
expat1,
fink (>= 0.29.7-1),
freetype219 (>= 2.3.12-1),
libgettext8-dev,
gettext-tools,
glib2-dev (>= 2.22.0-1),
kdelibs3-apidox (>= 3.5.10-10),
kdelibs3-unified-dev (>= 3.5.10-10),
lesstif (>= 0.93.18-6),
libart2 (>= 2.3.20-1),
libjpeg8,
libiconv-dev,
libidn,
libogg,
libpng14 (>= 1.4.1-2),
libusb,
libvorbis0,
libmad,
pcre,
pkgconfig (>= 0.23-1),
qt3 (>= 3.3.8-2000),
qt3-doc,
system-openssl-dev,
xfontpath,
x11-dev,
xmkmf
<<
BuildConflicts: unsermake
Conflicts: kio-fish
Replaces: <<
kdebase3,
kdebase3-ssl,
kdebase3-unified,
kdebase3-dev,
kdebase3-ssl-dev,
kdebase3-unified-dev
<<
GCC: 4.0

CustomMirror: <<
Primary: http://www.finkproject.org/~ranger/distfiles
eur-NL: http://www.finkproject.org/~ranger/distfiles
nam-US: http://ranger.befunk.com/fink
<<
Source: mirror:kde:stable/%v/src/kdebase-%v.tar.bz2
Source-MD5: 88237188271fbf1e6bcd40180a75d953
Source2: mirror:custom:kde-admindir/kde-admindir-29cde0f.tar.bz2
Source2-MD5: 40e5462e2d292c468358f8d001594519
Source2ExtractDir: kdebase-%v
SourceDirectory: kdebase-%v
PatchScript: <<
perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,%p/share/doc/qt3/html,g;' admin/*
perl -pi -e 's,1.7,1.11,g' admin/cvs.sh
<<

NoSetCPPFLAGS: true
NoSetLDFLAGS: true
UseMaxBuildJobs: true
ConfigureParams: --without-nfs --with-ldap=framework --with-distribution='Fink/Mac OS X'
CompileScript: <<
#!/bin/sh -ev

export PATH="%p/lib/doxygen1.3/bin:$PATH"
export HOME=/tmp PREFIX="%p" QTDOCDIR="%p/share/doc/qt3/html" USE_UNSERMAKE=0
. ./environment-helper.sh
export lt_cv_sys_max_cmd_len=65536

./build-helper.sh cvs %N %v %r make -f admin/Makefile.common cvs
./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS
./build-helper.sh apidox %N %v %r make apidox all_libraries="$ALL_LIBRARIES"
<<

InstallScript: <<
#!/bin/sh -ev

export HOME=/tmp PREFIX="%p" QTDOCDIR="%p/share/doc/qt3/html"
. ./environment-helper.sh

./build-helper.sh install-apidox %N %v %r make -j1 install-apidox-recurse DESTDIR=%d

mkdir -p %i/share/doc/installed-packages
touch %i/share/doc/installed-packages/%N
<<
DocFiles: AUTHORS COPYING INSTALL README README.pam

DescDetail: API documentation for the core applications for the K Desktop Environment.
DescUsage: <<
---[ Installation ]---------------------------------------------------

To install all of the official KDE packages, install "bundle-kde" or
"bundle-kde-ssl" (depending on whether crypotgraphic laws permit
downloading strong cryptography). Unless you have a specific reason
not to, "bundle-kde-ssl" is suggested.

---[ Configuration ]--------------------------------------------------

To use KDE as your windowing system in XDarwin, create a file called
".xinitrc" in your home directory, containing the following line:

/sw/bin/startkde >/tmp/kde.log 2>&1

See http://fink.sourceforge.net/doc/x11/run-xfree86.php#xinitrc
for more information on the xinitrc files and how they work.

If you want to use Apple's X11 instead of the KDE window manager,
put the following line before the startkde line in .xinitrc:

export KDEWM=quartz-wm

If you want to disable quartz-wm even for clipboard synchronization
(proxying), put the following line before the startkde line in
.xinitrc:

export DISABLE_PROXY=1

---[ Startup ]--------------------------------------------------------

Once you have created an ~/.xinitrc file, you should be able to start
KDE by clicking on the "XDarwin" icon in your Applications folder.

NOTE: By default, X11 on Mac OS X runs in "rootless" mode, generally.
If you run KDE in rootless mode, it will take over your desktop with
a window that covers everything up. You can remove this by disabling
desktop icons in the KDE control center. Open the control center
(either from the "K" menu bar, or by typing "kcontrol" in an xterm)
then expand the "Desktop" list, click "Behavior", and uncheck the
"Show icons on desktop" checkbox.

---[ Removal ]--------------------------------------------------------

To remove all of the official KDE packages, you can remove the KDE
libraries and anything that depends on them by running, in a terminal:

sudo apt-get remove kdelibs3-unified-shlibs

To remove an individual KDE package collection (like kdenetwork3 or
kdesdk3) you can generally remove [package]-base. For example, to
remove all of the kdenetwork3 packages, run:

sudo apt-get remove kdenetwork3-base
<<