Sha256: 77dbcd0ebccf08f73526a76a6544bfe045aae8f879e10444793aee2554621de7

Contents?: true

Size: 1.57 KB

Versions: 4

Compression:

Stored size: 1.57 KB

Contents

RECIPE:         "kde"

SETTINGS:

    # The work directory
    #   BUILD_DIR/src -> sources
    #   BUILD_DIR/bld -> builds
    #   BUILD_DIR/log -> log files
    BUILD_DIR:         "~/kde4/trunk"

    # Install prefix for kdesupport
    KDESUPPORT_PREFIX: "/kde4/trunk/support"

    # Install prefix for kde
    KDE_PREFIX:        "/kde4/trunk/kde"

    # Install prefix for kdedevel
    KDEDEVEL_PREFIX:   "/kde4/trunk/devel"

    # Install prefix for koffice
    KOFFICE_PREFIX:    "/kde4/trunk/office"


    # LIB_SUFFIX (""|32|64)
    #   see `gcc -v`. Look for --libdir=/usr/lib....
    LIB_SUFFIX:        "64"
    # See "man make".
    MAKEFLAGS:         "-j2"

    # We set a default path to decouple the build from changes to the
    # environment it is run in. See <command> shell how to set this
    # environment to work in it.
    PATH:               "/usr/X11R6/bin:/usr/bin:/bin"

    # Set a default library path.
    LD_LIBRARY_PATH:    ""

    # Add directories here if you have some kde build dependencies installed
    # into some unusual locations. Have a look at "cmake --system-information"
    # to see where cmake looks by default (CMAKE_SYSTEM_PREFIX_PATH).
    CMAKE_PREFIX_PATH:  ""

    # Add directories here if you have some kde build dependencies installed
    # into some unusual locations.
    PKG_CONFIG_PATH:    ""

    # These directories have to be set. If not you will probably experience
    # problems like:
    #   > Can not find mime type "application/octet-stream"
    # or others along that line.
    XDG_DATA_DIRS:      "/usr/local/share:/usr/share:/share"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
build-tool-0.1.3 recipes/kde/settings.yaml
build-tool-0.1.2 recipes/kde/settings.yaml
build-tool-0.1.0 recipes/kde/settings.yaml
build-tool-0.1.1 recipes/kde/settings.yaml