kdesdk3-svn stable port information

Package: kdesdk3-svn
Version: 3.5.10
Revision: 1
Description: KDE - svn ioslave
License: GPL/LGPL
Maintainer: Benjamin Reed

Depends: <<
db47-aes-shlibs | db47-shlibs,
gdbm3-shlibs,
kdelibs3-unified-shlibs (>= %v-1),
libapr.0-shlibs,
libaprutil.0-shlibs,
neon24-shlibs,
svn15-shlibs
<<
BuildDepends: <<
apache2-dev,
apache2-common,
libapr.0-dev,
libaprutil.0-dev,
arts-dev (>= 1.5.10-1),
autoconf (>= 2.60-1),
cctools-single-module,
cyrus-sasl2-dev,
db47-aes | db47,
expat1,
fink (>= 0.28.0-1),
flex-devel (>= 2.5.31-1),
freetype219 (>= 2.3.7-7),
gdbm3,
libgettext3-dev,
gettext-tools,
kdelibs3-unified-dev (>= %v-1),
libart2 (>= 2.3.19-1),
libiconv-dev,
libidn,
libjpeg,
libpng3 (>= 1.2.8-1),
libxml2,
neon24,
openldap23-dev,
pcre,
pkgconfig (>= 0.22-3),
qt3 (>= 3.3.8-1027),
svn15-dev,
unsermake (>= 0.4-0.20060316.1),
x11-dev
<<
Conflicts: kdesdk3-extra-ioslaves
Replaces: <<
kdesdk3-dev (<< %v-%r),
kdesdk3-svn-ssl,
kdesdk3-extra-ioslaves
<<
GCC: 4.0

CustomMirror: <<
Primary: http://ranger.users.finkproject.org/distfiles
eur-NL: http://ranger.users.finkproject.org/distfiles
nam-US: http://ranger.befunk.com/fink
nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
nam-CA: http://www.southofheaven.net/befunk
<<
Source: mirror:kde:stable/%v/src/kdesdk-%v.tar.bz2
Source-MD5: ad711d1ce09242bd13b73a9a005f3143
Source2: mirror:custom:kde-admindir/kde-admindir-1605.tar.bz2
Source2-MD5: e2dccadc3d36718ef9a7e3c7789e2bdf
Source2ExtractDir: kdesdk-%v
SourceDirectory: kdesdk-%v
PatchScript: <<
%{default_script}
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/*
<<
PatchFile: %n.patch
PatchFile-MD5: 2208b09dfa80491e77f628f87580874c

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

export PREFIX="%p" USE_UNSERMAKE=1
. ./environment-helper.sh

./build-helper.sh cvs %N %v %r make -f admin/Makefile.common cvs
./build-helper.sh configure %N %v %r ./configure %c $CONFIGURE_PARAMS
pushd kioslave
../build-helper.sh make %N %v %r unsermake $UNSERMAKEFLAGS LIB_DBIV=-ldb-4.7 SVN_LIB='-L%p/lib -lapr -laprutil -lpthread -lsvn_client-1 -lsvn_ra-1 -lsvn_subr-1'
<<

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

export PREFIX="%p" USE_UNSERMAKE=1
. ./environment-helper.sh

pushd kioslave
../build-helper.sh install %N %v %r unsermake -p -j1 install DESTDIR=%d
popd
<<
DocFiles: COPYING README

PostInstScript: <<
if [ -x "%p/bin/kde-update-caches.sh" ]; then
%p/bin/kde-update-caches.sh >/dev/null 2>&1 || :
fi
<<

DescDetail: An IO slave that lets you connect to subversion repositories.
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
<<

kdesdk3-svn stable port .patch

diff -Nurd kdesdk-3.5.10/kioslave/svn/Makefile.am kdesdk-3.5.10-new/kioslave/svn/Makefile.am
--- kdesdk-3.5.10/kioslave/svn/Makefile.am 2005-09-10 04:21:11.000000000 -0400
+++ kdesdk-3.5.10-new/kioslave/svn/Makefile.am 2010-07-26 20:24:44.000000000 -0400
@@ -6,7 +6,7 @@

kio_svn_la_SOURCES = svn.cpp
kio_svn_la_LIBADD = -lkio
-kio_svn_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) $(SVNLD) $(SVN_LIB)
+kio_svn_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) $(SVNLD) $(SVN_LIB) $(LIB_QT) $(LIB_KDECORE) -lDCOP

protocol_DATA = svn+http.protocol svn+https.protocol svn+file.protocol svn+ssh.protocol svn.protocol
protocoldir = $(kde_servicesdir)
diff -Nurd kdesdk-3.5.10/kioslave/svn/svnhelper/Makefile.am kdesdk-3.5.10-new/kioslave/svn/svnhelper/Makefile.am
--- kdesdk-3.5.10/kioslave/svn/svnhelper/Makefile.am 2005-09-10 04:21:11.000000000 -0400
+++ kdesdk-3.5.10-new/kioslave/svn/svnhelper/Makefile.am 2010-07-26 20:28:51.000000000 -0400
@@ -5,7 +5,7 @@

kio_svn_helper_SOURCES = kio_svn_helper.cpp subversioncheckout.ui subversionswitch.ui subversionlog.ui subversiondiff.ui

-kio_svn_helper_LDFLAGS = $(KDE_RPATH) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KSYCOCA) $(LIB_KIO) $(all_libraries)
+kio_svn_helper_LDFLAGS = $(KDE_RPATH) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KSYCOCA) $(LIB_KIO) $(all_libraries) $(LIB_QT)

servicemenudir = \
$(kde_datadir)/konqueror/servicemenus

kdesdk3-svn _unstable_ port .patch