summaryrefslogtreecommitdiffstats
path: root/deps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update deps for KDE 5_15.07. Eric Hameleers2015-08-112-1/+2
|
* Prepare for the KDE 5_15.06 release for Slackware. Eric Hameleers2015-06-141-1/+1
|
* Deps: remove qt-gstreamer0 from the alldeps and updates build scripts. Eric Hameleers2015-05-302-3/+6
| | | | | There is no more need for qt-gstreamer0 in Plasma5 on slackware-current, and the content of this package clashed with the qt-gstreamer package anyway.
* Refreshed all remaining deps for KDE 5_15.04. Eric Hameleers2015-04-3030-80/+223
|
* New dependencies and updated Slackware packages required for KDE 5_15.04 : Eric Hameleers2015-04-3012-0/+647
| | | | | | | | | | Updated: * PyQt * sip New: * PyQt5 * cfitsio * grantlee-qt5
* Remove all dependencies and extragear language files that have been Eric Hameleers2015-04-3068-5612/+0
| | | | folded into slackware-current as official packages.
* KDE 5 dependencies updated for 5_15.03 release. Eric Hameleers2015-03-2910-0/+564
| | | | | | | grantlee: required by kdepim 4.14.6 librevenge: needed by libwpd 0.10.0 libwpd: needed by calligra 2.9.1 libodfgen: needed by calligra 2.9.1
* libssh: re-added as a dependency for kde-rumtime. Eric Hameleers2015-02-254-13/+54
| | | | | The version of libssh in Slackware is too old, and the 'sftp' kioslave (kio_sftp.so) will refuse to compile.
* kglobalaccel: rebuilt. It had picked up a dependency on plasma-workspace Eric Hameleers2015-02-251-1/+1
| | | | | | when compiling. The upgrade to Plasma 5.2.1 broke kglobalaccel. Reason: the kglobalaccel5 daemon has moved from plasma-workspace to kglobalaccel program.
* Final KDE.SlackBuild harness, ready for the upcoming release of Plasma 5.2.0. Eric Hameleers2015-01-266-11/+123
| | | | | | | | | | | | | | | | | | 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
* Add support for GTK applications to dock to the Plasma 5 systray. Eric Hameleers2015-01-2411-1353/+704
| | | | | | | | json-glib: added dep - a JSON library built on glib.. libdbusmenu-gtk: added dep - GTK implementation of the DBusMenu protocol. libindicator: added dep - support functions for indicators. libappindicator: added dep - provides the actual Plasma 5 systray support for GTK applications.
* Add support for Qt4 applications to dock to the Plasma 5 systray. Eric Hameleers2015-01-2421-0/+3595
| | | | | | | qt-4.8.6: added dep; compared to the Slackware original, I have applied several patches to impement qsystemtrayicon support. sni-qt: added dep; this application actually provides the systray support for Qt4 apps in Plasma 5.
* Plasma: updated to 5.2.0. Eric Hameleers2015-01-234-0/+160
| | | | New dependency added: wayland (in order to compile KWin).
* eigen3: since this package was upgraded, the BUILD nr should be "1" Eric Hameleers2015-01-151-1/+1
|
* eigen3: bump version to 3.2.3 Eric Hameleers2015-01-141-4/+4
|
* qca-qt5: bugfix update needed when building against Qt5 Eric Hameleers2015-01-141-1/+1
|
* Added exiv2-0.24 to the deps/ (requirement for kexiv2) Eric Hameleers2015-01-134-0/+159
|
* Fixed kdelibs4support compilation. Modified KDE.SlackBuild build order. Eric Hameleers2015-01-132-2/+2
| | | | | | | Additionally, bumped the versions of qca-qt5 to 2.1.0.2, and extra-cmake-modules to 1.6.1, in order to fix bugs in both programs which affect the KDE 5 build.
* All packages have been built at least once. Some are failing. Eric Hameleers2015-01-111-1/+2
| | | | | | | | The README file contains the log of problematic packages. TODO means, that I still have to create a fix. DOMNE means that the fix is in the source tree already. SKIP means that I will remove the package from the set. I am going to rebuild everything from scratch.
* New dependency for kwin: libepoxy. Eric Hameleers2015-01-095-5/+140
|
* Prepare for new KDE 5: Frameworks 5.6.0, Plasma 5.1.2, Applications 14.12.0. Eric Hameleers2015-01-0974-666/+3053
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | KDE 5_1501 ========== This is going to be KDE 5 for Slackware-current, composed of Frameworks 5.6.0, Plasma 5.1.2 and Applications 14.12.0. Note that there is still a lot of KDE 4 stuff in here, which is necessary to support all the Applications that have not yet been ported to KDE Frameworks 5. The Applications 15.04 (march 2015) release should offer a lot more KF5 ports. Preliminary build procedure (not verified 100% yet): ---------------------------------------------------- - (crude) get rid of Slackware's KDE: removepkg /var/log/packages/*-4.10.5-* - build all the deps using "updates.SlackBuild" script in the "deps/" directory - note that extra-cmake-modules is required here as well as when building the frameworks, so I just copied it from frameworks to deps. - logoff/login to activate Qt5 profile script. - removepkg akonadi-qt5 or else kdepimlibs-4.14.3 picks up Qt5 dependencies and its compilation will fail as a result - build all the KDE 4 stuff in the "kde/" directory, using "./KDE.SlackBuild kde libs kdebase:nepomuk-core kdepimlibs kdebase kdebindings kdebase:kde-workspace k depim extragear" - installpkg akonadi-qt5 - build the remaining KDE 5 stuff in the "kde/" directory, using "./KDE.SlackBui ld frameworks plasma plasma-extra polkit-kde applications" - build kdei ============================================================================== Eric Hameleers / alien at slackware dot com / 09-jan-2015
* KDE 5 for Slackware current (post-14.1) (16sep2014)5 Eric Hameleers2014-12-2268-1691/+1393
| | | | | | | | | | | The KDE 5 Software Compilation no longer exists as such. The components are now: - Frameworks 5.2.0 - Plasma 5.0.2 These packages need to be installed on top of the most recent KDE 4.14.x because Applications tarballs which build on top of Frameworks and Plasma have not yet been released.
* KDE 4.14.3 for Slackware current (post-14.1) (11nov2014) Eric Hameleers2014-12-2222-4/+1415
|
* KDE 4.13.3 for Slackware 14.1 (23aug2014)4.13.3 Eric Hameleers2014-12-2213-0/+537
|
* KDE 4.12.5 for Slackware 14.1 (27apr2014)4.12.5 Eric Hameleers2014-12-224-0/+142
|
* KDE 4.11.5 for Slackware 14.1 (06jan2014)4.11.5 Eric Hameleers2014-12-2240-1735/+1
|
* KDE 4.10.5 for Slackware 14.0 (02jul2013)4.10.5 Eric Hameleers2014-12-2226-9/+1130
|
* KDE 4.9.5 for Slackware 14.0 (02jan2013)4.9.5 Eric Hameleers2014-12-2228-0/+1432
|
* KDE 4.8.4 for Slackware 14.0 (07jun2012)4.8.4 Eric Hameleers2014-12-2291-4381/+0
|
* KDE 4.7.4 for Slackware 13.37 (06dec2011)4.7.4 Eric Hameleers2014-12-2247-86/+2031
|
* KDE 4.6.5 for Slackware 13.37 (07jul2011)4.6.5 Eric Hameleers2014-12-2252-0/+2436