Package: koffice-i18n-hungarian
Source: mirror:kde:stable/koffice-%v/src/koffice-i18n-hu-%v.tar.bz2
SourceDirectory: koffice-i18n-hu-%v
Description: KDE - KOffice language files for Hungarian
DescDetail: Language files for the KDE office suite: Hungarian
Source-MD5: 5b8b8a4c32655f78f3e27be02e050c61
Version: 1.3.5
Revision: 11
Replaces: kde-i18n-hungarian
Depends: kdelibs3-ssl (>= 3.3.2-11) | kdelibs3 (>= 3.3.2-11), arts (>= 1.3.2-11), xfonts-intl, koffice-base (>= 1.3.5-1)
BuildDepends: fink (>= 0.17.1-1), kdebase3-ssl-dev (>= 3.3.2-11) | kdebase3-dev (>= 3.3.2-11), kdelibs3-ssl-dev (>= 3.3.2-11) | kdelibs3-dev (>= 3.3.2-11), arts-dev (>= 1.3.2-11), koffice-dev (>= 1.3.5-1), libxml2, libxslt, xfonts-intl
Maintainer: Benjamin Reed <koffice-i18n-hungarian@fink.racoonfink.com>
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-hungarian
<<
License: GPL/LGPL
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-ssl-shlibs kdelibs3-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
<<