Package: koffice-i18n-tamil
Version: 1.5.2
Revision: 21
Description: KDE - KOffice language files for Tamil
License: GPL/LGPL
Maintainer: Benjamin Reed <koffice-i18n-tamil@fink.racoonfink.com>

Depends: kdelibs3-unified (>= 3.5.3-21), xfonts-intl, koffice-base (>= 1.5.2-1)
BuildDepends: fink (>= 0.24-1), arts-dev, kdebase3-unified-dev (>= 3.5.3-21), kdelibs3-unified-dev (>= 3.5.3-21), koffice-dev (>= 1.5.2-1), libxml2, libxslt, xfonts-intl
Replaces: kde-i18n-tamil

Source: mirror:kde:stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ta-%v.tar.bz2
SourceDirectory: koffice-l10n-ta-%v
Source-MD5: 3f0ce9e790415b90daf43c35736a62e7
PatchScript: perl -pi -e 's,doc/HTML,doc/kde,g' configure

CompileScript: (export HOME=/tmp; export KDEDIR=%p; sh configure %c; find . -name \*.bz2 -exec touch {} \;; make -j2)

InstallScript: <<
  make -j2 install DESTDIR=%d
  mkdir -p %i/share/doc/kde-installed-packages
  touch %i/share/doc/kde-installed-packages/koffice-i18n-tamil
<<

DescDetail: Language files for the KDE office suite: Tamil
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

Note that depending on your version of Apple's X11, this can cause
strange resizing issues with the kicker (KDE task bar).

---[ 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-universal-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
<<