Coder Social home page Coder Social logo

homebrew-kde's Introduction

homebrew-kde

Build Status Gitter chat

Experimental Homebrew (http://brew.sh) tap for KDE Frameworks on macOS.

To add the KDE Frameworks Tap to your homebrew installation:

brew tap kde-mac/kde

In order to build them, you first need to do one manuall step that setup all things in order to work-around brew sandbox limitations

"$(brew --repo)/Library/Taps/kde-mac/homebrew-kde/tools/all-fixes.sh"

Note: It seems that building Qt currently requires the whole Xcode to be installed

Note: Read the D-Bus notes below if this is your first D-Bus installation.

Note: Webkit for Qt is installed by separate package called qt-webkit if you want use kdevelop or kdewebkit

Now, the fun begins. You can either install individual frameworks via

brew install kde-mac/kde/kf5-karchive

or you can install them all with the install.sh shell script provided in the tools directory:

"$(brew --repo)/Library/Taps/kde-mac/homebrew-kde/tools/install.sh"

Note that install.sh passes all parameters on to brew, so you can specify any brew parameter like --verbose also to install.sh

Uninstallation

To remove all KDE Frameworks 5 packages, run:

brew uninstall `brew list -1 | grep '^kf5-'`
rm -rf ~/Applications/KDE

Installing HEAD

Currently, installing a formula installs the last released version from tarballs. However, not all frameworks and apps were released as tarballs yet. If you get an error saying is a head-only formula, that formula can only be installed from latest git and not from released packages. This can be done by passing --HEAD as parameter to brew.

Note that installing from latest git usually also means that all dependend packages are expected to come from latest git, so to prevent potential errors, you should uninstall all installed kf5 formulas (see chapter Uninstallation above) and install everything from git, for example by using the install.sh utility:

`brew --prefix`/Homebrew/Library/Taps/KDE-mac/homebrew-kde/tools/install.sh --HEAD

D-Bus first time users

Follow the description in the D-Bus formula to set up the LaunchAgent. You might have to log out and log in again in order to make it work.

To verify D-Bus working with Qt:

echo $DBUS_LAUNCHD_SESSION_BUS_SOCKET
`brew --prefix qt`/bin/qdbus

The first command should echo a valid path, e.g. /tmp/launch-NHyucl/unix_domain_listener. The second command should show the available services, at least org.freedesktop.DBus.

homebrew-kde's People

Contributors

arichardson avatar ashish-bansal avatar da-liii avatar diversys avatar fjperini avatar franklinyu avatar haraldf avatar hesselm avatar i-budnikov avatar jconley avatar krf avatar krrk avatar mxj4 avatar nbigaouette avatar patrickelectric avatar plusminushalf avatar prakgoya avatar rkitover avatar sithlord48 avatar sl1pkn07 avatar vicamo avatar ynakao avatar yurikoles avatar zavorka avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.