Kdelibs4 version 4.3.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    kdelibs4  most recent diff


    version 4.3.2

      View the most recent changes for the kdelibs4 port at: kdelibs4.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for kdelibs4.
      The raw portfile for kdelibs4 4.3.2 is located here:
      http://kdelibs4.darwinports.com/dports/kde/kdelibs4/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/kdelibs4


      # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The kdelibs4 Portfile 59488 2009-10-15 17:51:05Z sharky macports.org $

      PortSystem 1.0
      PortGroup kde4 1.0

      Name: kdelibs4
      Version: 4.3.2
      Revision: 3
      Category: kde kde4
      Maintainers: snc sharky
      Description: KDE4 core libraries
      Long Description: Core libraries for KDE4 applications to function
      Platform: darwin
      Homepage: http://www.kde.org
      Master Sites: kde:stable/${version}/src/
      use_bzip2 yes
      distname kdelibs-${version}
      Checksums: md5 0564ed8ba804a0f3f1cee9732a3d2d72 sha1 37f8dd8275bffbcb0e01f9f133a20856329dfa0c rmd160 93a5c29a470023585006c26c956146e21d1bcdfb

      depends_build-append port:flex port:gmake

      depends_lib-append port:bzip2 port:zlib port:soprano port:cyrus-sasl2 port:strigi port:gettext port:pcre port:shared-mime-info lib:libgif:giflib port:tiff port:jpeg port:libpng port:jasper port:openexr port:expat port:libart_lgpl port:libidn port:libiconv path:lib/pkgconfig/glib-2.0.pc:glib2 port:openssl port:enchant port:aspell port:aspell-dict-en
      #port:phonon
      Patch Files: add-bundles-to-path.patch default-kde4-xdg-menu-prefix.patch dont-use-fdatasync.patch dont-use-carbon-keyboard.patch fix-bundle-icons.patch nameser-compat.patch remove-dbus-hacks.patch workaround-kdeinit4-crash.patch
      patch.dir ${workpath}/${distname}
      patch.pre_args -p1


      configure.args-append ../${distname} -DWITH_ENCHANT=ON -DWITH_Soprano=ON -DWITH_Avahi=OFF -DKDE_DEFAULT_HOME=Library/Preferences/KDE -DWITH_FAM=OFF

      post-activate {
      if { [file exists ${destroot}${prefix}/lib/kde4/kspell_aspell.so] } {
      ui_msg "######################################################"
      ui_msg "# Only the English dictionary has been installed. #"
      ui_msg "# You will need to install extra dictionaries to #"
      ui_msg "# get support for spell checking other languages. #"
      ui_msg "# The command 'port search aspell-dict' will show #"
      ui_msg "# you the currently available dictionary options. #"
      ui_msg "######################################################"
      }
      }

      livecheck.url http://kde.mirrors.hoobly.com/stable/latest/src/
      livecheck.regex kdelibs-(\\d+\\.\\d+\\.\\d+)

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/kdelibs4
      % sudo port install kdelibs4
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching kdelibs4
      ---> Verifying checksum for kdelibs4
      ---> Extracting kdelibs4
      ---> Configuring kdelibs4
      ---> Building kdelibs4 with target all
      ---> Staging kdelibs4 into destroot
      ---> Installing kdelibs4
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using kdelibs4 with these commands:
      %  man kdelibs4
      % apropos kdelibs4
      % which kdelibs4
      % locate kdelibs4

     Where to find more information:

    Darwin Ports



    Lightbox this page.