summaryrefslogtreecommitdiffstats
path: root/kde (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* frameworkintegration: add "-fno-strict-aliasing" to compilerflags. Eric Hameleers2015-09-131-1/+27
| | | | | | | | Workaround a bug in Qt 5.5.0 which makes OwnCloud crash when interacting with the systray menu (and possibly other applications too) by adding "-fno-strict-aliasing" to CFLAGS and CXXFLAGS. See also http://bugzilla.redhat.com/1255902 and https://bugreports.qt.io/browse/QTBUG-47863
* Add missing slack-desc file for the new dolphin package Eric Hameleers2015-09-021-0/+19
|
* Final preparations for the KDE 5_15.09 release for Slackware. Eric Hameleers2015-09-022-3/+5
|
* Update the doinst.sh script for sddm-qt5 Eric Hameleers2015-09-021-6/+10
|
* Several applications need tweaks in their pre-install or post-install stage Eric Hameleers2015-09-025-0/+30
|
* Custom make scripts for breeze and marble Eric Hameleers2015-09-022-0/+33
|
* Associate some newly added packages with their source tarball locations Eric Hameleers2015-09-027-3/+6
|
* Updated module definition and build order for KDE SlackBuild Eric Hameleers2015-09-025-17/+72
|
* Updated/added patches for KDE-5_15.09 Eric Hameleers2015-09-0212-30/+340
|
* Updated/added cmake scripts, mainly for new KF5 ports of Applications Eric Hameleers2015-09-0250-48/+246
|
* Update the BUILD number for packages that need a rebuild Eric Hameleers2015-09-028-6/+7
| | | | | | These packages needed a rebuild because of updates to Slackware-current libraries: - baloo, korundum, perlqt, phonon-vlc, pykde4, qtruby, smokekde, smokeq
* Updated slack-desc files for KDE-5_15.09 Eric Hameleers2015-09-0227-1/+521
|
* Update version numbers for KDE and KDEI. Eric Hameleers2015-08-111-2/+2
|
* Add search paths for kdelibs4 documentation to khelpcenter. Eric Hameleers2015-08-112-0/+26
|
* kde4/kactivities: remove /usr/bin/kactivitymanagerd Eric Hameleers2015-06-142-1/+5
| | | | | | The Activities daemon 'kactivitymanagerd' which is still part of the Plasma 5 based kactivities-framework is compatible with the KDE 4 based Activities, but the reverse is not true. One 'kactivitymanagerd' is all we need.
* kde4-extragear: added kdeconnect4. Eric Hameleers2015-06-145-0/+32
| | | | | | | This package allows Dolphion in Plasma 5 (which is still based on KDE4) to access the filesystem on an Android device. It contains the bare necessities of the kdeconnect4 package which is part of KDE 4.14.3 and is co-installable with kdeconnect-framework.
* Prepare for KDE 5_15,05. Eric Hameleers2015-05-305-5/+1
|
* Powerdevil: added Polkit Local Authority files. Fixes KDEBUG 344456. Eric Hameleers2015-05-305-1/+58
| | | | This fixes the missing Shutdown/Reboot and Suspend/Hibernate functionality.
* Apply remaining bits for the new release of KDE 5. Eric Hameleers2015-04-304-8/+13
|
* This patch became obsolete with Plasma 5.3.0. Eric Hameleers2015-04-302-0/+76
| | | | It was required when combining Frameworks 5.9.0 with Plasma 5.2.2.
* Add Slackware logo and website URL to the KDE InfoCenter (about distro). Eric Hameleers2015-04-303-0/+10
|
* We need to have KDE4 as well as KF5 versions of libkdegames and libkmahjongg. Eric Hameleers2015-04-304-0/+4
|
* Many new KF5 ports that need different cmake invocation. Eric Hameleers2015-04-3063-0/+85
|
* Add slack-desc files for every new source tarball. Eric Hameleers2015-04-3022-0/+418
|
* Several packages need a rebuild. Eric Hameleers2015-04-3023-16/+23
| | | | This is the result of the massive upgrade in Slackware-current, 21-apr-2015.
* Simplify the modules used for building KDE 5. Eric Hameleers2015-04-3011-77/+138
| | | | Only keep: kde4 kde4-extragear frameworks plasma plasma-extra applications.
* Applications: updated to 14.12.3 Eric Hameleers2015-03-292-0/+51
|
* Plasma: updated to 5.2.2 Eric Hameleers2015-03-293-3/+0
|
* Frameworks: updated to 5.8.0 Eric Hameleers2015-03-297-7/+50
|
* Move incorrectly installed DBus files to correct location.5_15.02_02 Eric Hameleers2015-02-276-0/+15
| | | | | | | | | Affected packages are: - libksysguard - polkit-kde-kcmodules-framework - sddm-kcm This solves at least the broken SDDM control module in System Settings.
* kde-runtime: rebuilt against a newer libssh. Eric Hameleers2015-02-251-0/+1
| | | | This allows the kioslave for sftp protocol to compile.
* kglobalaccel: rebuilt. It had picked up a dependency on plasma-workspace Eric Hameleers2015-02-251-0/+1
| | | | | | when compiling. The upgrade to Plasma 5.2.1 broke kglobalaccel. Reason: the kglobalaccel5 daemon has moved from plasma-workspace to kglobalaccel program.
* kdevelop: fix compilation due to our stripped-down kde-workspace. Eric Hameleers2015-02-171-0/+19
|
* katepart4: use custom make script so that only relevant parts are installed. Eric Hameleers2015-02-161-0/+7
|
* Applications 14.12.2: reconfigure existing scripts. Add KDE4 extragear. Eric Hameleers2015-02-166-0/+28
|
* katepart4, konsolepart4: add embeddable parts of kate 4 and konsole 4. Eric Hameleers2015-02-167-0/+48
| | | | | | | Adding katepart4 fixes the kdevelop startup crash. Adding konsolepart4 brings back the embedded konsole in dolphin. The two packages do not conflict with the Applications 14.12.x versions of kate and konsole, both of which were ported to KDE Frameworks 5.
* kde-workspace: stripped so that it can co-exist with plasma-workspace Eric Hameleers2015-02-1633-94/+191
| | | | | | | Plasma 5 still needs this package, for kget and because kdeartwork fails to compile if kde-workspace is absent. The stripped package contains the bare minimum and none of its files are found in plasma-desktop.
* Applications: prepare for the 14.12.2 release. Eric Hameleers2015-02-0214-1/+42
|
* Plasma: kwayland should be built before kinfocenter and before kwin Eric Hameleers2015-01-312-62/+1
|
* Calligra: rebuilt the 64-bit package against newer exiv2. Eric Hameleers2015-01-291-0/+1
|
* KDE.SlackBuild: re-enable 'step' in kde/modules/applications Eric Hameleers2015-01-271-1/+1
|
* KDE 5 (Frameworks 5.6.0, Plasma 5.2.0, Applications 14.12.1) ready. Eric Hameleers2015-01-273-1/+29
| | | | | All packages have been built, this commit is a final SlackBuild polishing. Expect a release for Slackware -current in my 'ktown' reository soon.
* Final KDE.SlackBuild harness, ready for the upcoming release of Plasma 5.2.0. Eric Hameleers2015-01-2612-17/+29
| | | | | | | | | | | | | | | | | | All bugs have bee ironed out I hope... Final changes: eigen2: updated to latest version so 'step' can compile. kde-workspace: required to build this, or else kdeartwork won't compile. Frameworks as well as Plasma use /usr/lib{,64} as the libexec directory (not sure if this is the best solution but it solves a lot of path issues). Applications: modified the build order so that KF5 applications are built first (before kde-workspace overwrites part of plasma-workspace). My final package set will not have kde-workspace but if you compile this yourself, your last step needs to be: # removepkg kde-workspace # upgradepkg --reinstall /path/to/plasma-workspace
* Plasma: updated to 5.2.0. Eric Hameleers2015-01-2321-26/+128
| | | | New dependency added: wayland (in order to compile KWin).
* Plasma-workspace:rRemove custom kde5-plasma*.desktop files. Eric Hameleers2015-01-212-15/+16
| | | | | | Also we no longer compile kde-workspace since most of this package's files clash with plasma-workspace and we are targeting a KDE 5 workspace anyway, not a KDE 4 one.
* KDE Frameworks: add missing cmake/kpackage symlink Eric Hameleers2015-01-211-0/+1
|
* KDE Frameworks: move Qt5 mkspecs files into Qt5 directory. Eric Hameleers2015-01-212-21/+2
| | | | Use /usr/lib{64,}/qt5/mkspecs/ instead of /usr/mkspecs/ which is ugly.
* KDE Plasma: simplified cmake/ files for some modules. Eric Hameleers2015-01-218-154/+7
| | | | Several custom cmake/* files could be symlinked to cmake/plasma.
* kalgebra: updated the curses patch for kalgebra-14.12.1 Eric Hameleers2015-01-141-81/+7
|
* Fixes for sddm and kdeconnect-framework Eric Hameleers2015-01-132-1/+2
| | | | | - sddm: correctly change the default theme to breeze in /etc/sddm.conf - kdeconnect-framework: add an extra comment line to the qca-qt5 patch