summaryrefslogtreecommitdiffstats
path: root/kde (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-16kde/kde4: added oktetapart4 (required by kdevelop)5_15.09_02 Eric Hameleers5-0/+31
This is the KPart taken from the KDE4 version of okteta. It is needed by kdevelop for integration of a HEX editor.
2015-09-13Prepare for the KDE 5_15.09_02 release for Slackware. Eric Hameleers1-1/+1
2015-09-13kio-extras, baloo5, kfilemetadata5: moved places. Eric Hameleers4-26/+29
kio-extras: moved from Plasma to Applications baloo5: moved from Plasma to Frameworks kfilemetadata5: moved from Plasma to Frameworks
2015-09-13kde-workspace: stop offering a KDE 4 session Eric Hameleers1-8/+8
Only Plasma 5 is relevant now. Therefore the old 'startkde4' script was also removed.
2015-09-13sddm-qt5: updated to 0.12.0 Eric Hameleers1-1/+2
Earlier patch for QString is no longer needed.
2015-09-13plasma-workspace: add ConsoleKit2 support for screenlocker. Eric Hameleers2-0/+193
ConsoleKit2 has implemented the systemd-logind API for Lock, Unlock, PrepareForSleep and Inhibit.
2015-09-13Fix the compilation against NetworkManager 1.0.6 Eric Hameleers4-0/+42
Patches were gratiously taken from Gentoo. These allow kde-runtime (solid backend) and plasma-nm to compile properly against NetworkManager 1.0.6.
2015-09-13frameworkintegration: add "-fno-strict-aliasing" to compilerflags. Eric Hameleers1-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
2015-09-02Add missing slack-desc file for the new dolphin package Eric Hameleers1-0/+19
2015-09-02Final preparations for the KDE 5_15.09 release for Slackware. Eric Hameleers2-3/+5
2015-09-02Update the doinst.sh script for sddm-qt5 Eric Hameleers1-6/+10
2015-09-02Several applications need tweaks in their pre-install or post-install stage Eric Hameleers5-0/+30
2015-09-02Custom make scripts for breeze and marble Eric Hameleers2-0/+33
2015-09-02Associate some newly added packages with their source tarball locations Eric Hameleers7-3/+6
2015-09-02Updated module definition and build order for KDE SlackBuild Eric Hameleers5-17/+72
2015-09-02Updated/added patches for KDE-5_15.09 Eric Hameleers12-30/+340
2015-09-02Updated/added cmake scripts, mainly for new KF5 ports of Applications Eric Hameleers50-48/+246
2015-09-02Update the BUILD number for packages that need a rebuild Eric Hameleers8-6/+7
These packages needed a rebuild because of updates to Slackware-current libraries: - baloo, korundum, perlqt, phonon-vlc, pykde4, qtruby, smokekde, smokeq
2015-09-02Updated slack-desc files for KDE-5_15.09 Eric Hameleers27-1/+521
2015-08-11Update version numbers for KDE and KDEI. Eric Hameleers1-2/+2
2015-08-11Add search paths for kdelibs4 documentation to khelpcenter. Eric Hameleers2-0/+26
2015-06-14kde4/kactivities: remove /usr/bin/kactivitymanagerd Eric Hameleers2-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.
2015-06-14kde4-extragear: added kdeconnect4. Eric Hameleers5-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.
2015-05-30Prepare for KDE 5_15,05. Eric Hameleers5-5/+1
2015-05-30Powerdevil: added Polkit Local Authority files. Fixes KDEBUG 344456. Eric Hameleers5-1/+58
This fixes the missing Shutdown/Reboot and Suspend/Hibernate functionality.
2015-04-30Apply remaining bits for the new release of KDE 5. Eric Hameleers4-8/+13
2015-04-30This patch became obsolete with Plasma 5.3.0. Eric Hameleers2-0/+76
It was required when combining Frameworks 5.9.0 with Plasma 5.2.2.
2015-04-30Add Slackware logo and website URL to the KDE InfoCenter (about distro). Eric Hameleers3-0/+10
2015-04-30We need to have KDE4 as well as KF5 versions of libkdegames and libkmahjongg. Eric Hameleers4-0/+4
2015-04-30Many new KF5 ports that need different cmake invocation. Eric Hameleers63-0/+85
2015-04-30Add slack-desc files for every new source tarball. Eric Hameleers22-0/+418
2015-04-30Several packages need a rebuild. Eric Hameleers23-16/+23
This is the result of the massive upgrade in Slackware-current, 21-apr-2015.
2015-04-30Simplify the modules used for building KDE 5. Eric Hameleers11-77/+138
Only keep: kde4 kde4-extragear frameworks plasma plasma-extra applications.
2015-03-29Applications: updated to 14.12.3 Eric Hameleers2-0/+51
2015-03-29Plasma: updated to 5.2.2 Eric Hameleers3-3/+0
2015-03-29Frameworks: updated to 5.8.0 Eric Hameleers7-7/+50
2015-02-27Move incorrectly installed DBus files to correct location.5_15.02_02 Eric Hameleers6-0/+15
Affected packages are: - libksysguard - polkit-kde-kcmodules-framework - sddm-kcm This solves at least the broken SDDM control module in System Settings.
2015-02-25kde-runtime: rebuilt against a newer libssh. Eric Hameleers1-0/+1
This allows the kioslave for sftp protocol to compile.
2015-02-25kglobalaccel: rebuilt. It had picked up a dependency on plasma-workspace Eric Hameleers1-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.
2015-02-17kdevelop: fix compilation due to our stripped-down kde-workspace. Eric Hameleers1-0/+19
2015-02-16katepart4: use custom make script so that only relevant parts are installed. Eric Hameleers1-0/+7
2015-02-16Applications 14.12.2: reconfigure existing scripts. Add KDE4 extragear. Eric Hameleers6-0/+28
2015-02-16katepart4, konsolepart4: add embeddable parts of kate 4 and konsole 4. Eric Hameleers7-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.
2015-02-16kde-workspace: stripped so that it can co-exist with plasma-workspace Eric Hameleers33-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.
2015-02-02Applications: prepare for the 14.12.2 release. Eric Hameleers14-1/+42
2015-01-31Plasma: kwayland should be built before kinfocenter and before kwin Eric Hameleers2-62/+1
2015-01-29Calligra: rebuilt the 64-bit package against newer exiv2. Eric Hameleers1-0/+1
2015-01-27KDE.SlackBuild: re-enable 'step' in kde/modules/applications Eric Hameleers1-1/+1
2015-01-27KDE 5 (Frameworks 5.6.0, Plasma 5.2.0, Applications 14.12.1) ready. Eric Hameleers3-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.
2015-01-26Final KDE.SlackBuild harness, ready for the upcoming release of Plasma 5.2.0. Eric Hameleers12-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