summaryrefslogtreecommitdiffstats
path: root/deps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update mlt and qt5...A newer mlt was required by kdenlive. And a new version of Qt 5.9 is always a good thing. Eric Hameleers2018-04-156-30/+16
* New dependency QScintilla...This is an expanded version of the Slackware original package which it replaces. Support for Qt5 has been added. Eric Hameleers2018-04-153-0/+223
* Sync mesa with the version in -current Eric Hameleers2018-04-041-3/+3
* Recompilation required after icu4c and poppler ABI breakage Eric Hameleers2018-04-048-9/+54
* deps/PyQt5: forgot to update the BUILD number Eric Hameleers2018-03-081-1/+1
* deps/PyQt5: remove the correct bits...I messed up on several levels. The python2 version should use port_v2 and python3 version should use port_v3. The others can be safely removed: - rm -rf $PKG/$PYTHON3LIB/${PKGNAM}/uic/port_v3/ - rm -rf $PKG/$PYTHON3LIB/${PKGNAM}/uic/port_v2/ + rm -rf $PKG/$PYTHON3LIB/${PKGNAM}/uic/port_v2/ + rm -rf $PKG/$PYTHONLIB/${PKGNAM}/uic/port_v3/ KDE-5_18.03 Eric Hameleers2018-03-061-2/+2
* deps/qt5: Extend the MariaDB define check to cover the later versions too Eric Hameleers2018-02-242-0/+48
* deps: update phonon, phonon-vlc to leverage new functionality of vlc3 Eric Hameleers2018-02-244-11/+11
* deps/qt5: fix several of the included .desktop files Eric Hameleers2018-02-231-4/+4
* deps/cryptopp: update the BUILD number Eric Hameleers2018-02-111-1/+1
* deps/cryptopp: fix a typo in the pkgconfig file Eric Hameleers2018-02-111-1/+1
* Update the deps for the next release...Notably: - qt5 was updated to 5.9.4 and a patch was applied which is essential for the Plasma desktop's correct drag & drop behavior. - cryptopp and cryfs were added to give the Plasma Vault a storage backend. Eric Hameleers2018-02-1013-3/+495
* mesa: updated to 7.3.3 in the Wayland testing repository Eric Hameleers2018-01-201-2/+2
* dpes: synced mesa and xorg-server with Slackware Eric Hameleers2018-01-193-42/+5
* Remove the string 'kde4' from slack-desc files Eric Hameleers2017-12-261-3/+3
* deps/xorg-server: report 'Slackware 15.0' as the OS Eric Hameleers2017-12-241-1/+1
* Wayland deps updated - ConsoleKit2, mesa and xorg-server...These will be used in the 'testing' repository, not in the 'latest'. Eric Hameleers2017-12-225-7/+33
* deps/lmdb: fix the library and man paths Eric Hameleers2017-12-221-3/+4
* deps: updates and recompilations Eric Hameleers2017-12-2231-109/+141
* deps/telepathy: updates and recompilations Eric Hameleers2017-12-2242-142/+139
* Update or recompile the deps that are affected by -current updates...Notably, icu4c, poppler and libical updates in slackware-current were incompatible with many of the packages in the 'ktown' repository. Eric Hameleers2017-12-088-21/+26566
* deps/ConsoleKit2: fix compilation Eric Hameleers2017-11-221-1/+1
* deps updated for the next release...PyQt5: version upgrade, and add Python3 support if python3 is available on the system. Eric Hameleers2017-11-202-2/+26
* deps/mesa: updated to 17.2.5 Eric Hameleers2017-11-171-3/+3
* Add wayland support (not enabled in regular repo)...In an attempt to keep a single source tree for both 'latest' and 'testing' repositories, everything to support a Plasma5 Wayland session was added. This was made possible *without* the need for PAM or systemd because the ConsoleKit2 and KWin developers cooperated (on my request :-) to add the logind DBus API to CK2 and make KWin accept CK2 as an alternative to systemd-logind if the latter is not present. Note that this requires recompilation of two stock Slackware packages, mesa and xorg-server, to let them gain Wayland support. Build order: Deps: - ConsoleKit2 - wayland and wayland-protocols - mesa - xorg-server - libxkbcommon - qt5 Frameworks: - kwayland - plasma-framework Plasma; - kinfocenter - kscreenlocker - kwayland-integration - libkscreen2 - plasma-desktop - plasma-integration - plasma-workspace - powerdevil - kwin In order to start a Wayland session (you'll need to use packages from the 'testing' repository) either run 'startkwayland' from your console prompt in runlevel 3, or choose the "Plasma (Wayland)" session in the SDDM dropdown if you are booting into runlevel 4. Eric Hameleers2017-10-2410-17/+405
* Updated deps for the next release Eric Hameleers2017-10-149-18/+58
* Updated deps for KDE 5_17.09 Eric Hameleers2017-09-1153-172/+1046
* Updated deps for upcoming KDE 5_17.06...On slackware-current, we switch to Qt 5.9 which is going to be a LTS release (Long Term Support). Eric Hameleers2017-06-2526-84/+248
* Prepare for KDE 5_17.05 for Slackware Eric Hameleers2017-05-214-6/+8
* Updated deps for KDE 5_17.04...New: - qtav Updated: - accountsservice - frei0r-plugins - gpgme - ninja - poppler Recompiled: - dvdauthor Eric Hameleers2017-04-2018-19/+166
* deps: add libburn as a new dependency of k3b's KF5 port Eric Hameleers2017-03-235-0/+144
* Add new dependencies for Plasma's user-manager...These three are needed to compile user-manager: - cracklib - libpwquality - accountsservice Eric Hameleers2017-03-2112-0/+576
* Remove obsolete copy of script Eric Hameleers2017-03-211-102/+0
* deps: updated for KDE 5_17.03...Six packages have been added in order to compile the KDE packages libkface, digikam and kdenlive: - dvdauthor - frei0r - lensfun - mlt - opencv - vid.stab Furthermore I (re-)added some sources that I intend to use in the 'testing' branch of ktown. These Slackware originals were slightly modified and need to be compiled against wayland (also in need of recompilation are libxkbcommon and qt5 but those sources are already included): - elogind - mesa - xorg-server Eric Hameleers2017-03-1948-0/+2193
* deps: In qt5.SlackBuild enable all languages in the virtual keyboard...Note that I did not yet recompile qt5 with this updated script. It is a preparation for later, because this is required by Plasma 5.11. Eric Hameleers2017-03-191-0/+3
* deps: updated phonon-vlc and qca-qt5 Eric Hameleers2017-03-195-12/+14
* deps: updated for the upcoming KDE 5_17.02....Recompiled against new libraries in Slackware-current: - qt5 Updated versions: - OpenAL - libxkbcommon - phonon - wayland Eric Hameleers2017-02-139-14/+17
* 5_17.01: PyQt was added to the 'deps' for the batch of package rebuilds.5_17.01 Eric Hameleers2017-02-131-0/+1
* KDE 5_17.01: a batch of packages had to be rebuilt for Slackware-current. Eric Hameleers2017-02-138-6/+142
* deps: support the new and changed requirements for KDE 5_17.01...New: - libdmtx - libwacom - qrencode Upgraded: - PyQt - libinput - qt5 - qt5-webkit - sip Eric Hameleers2017-01-2725-36/+749
* Updated deps for KDE 5_16.12...- added gpgme: Slackware's version is too old for kwallet now. - rebuilt qt5 with a stability patch. - updated telepathy/telepathy-qt5: required for telepathy-morse. - added telepathy/telegram-qt: required for telepathy-morse. - added telepathy/telepathy-morse: adds KDE Telepathy support for Telegram IM. Eric Hameleers2016-12-0818-9/+661
* deps: updated for KDE 5_16.08 Eric Hameleers2016-11-0130-70/+1328
* deps/libinput: added as a depedency for Qt5....Note that the 32bit package of qt5 was not yet compiled against it, but the 64bit qt5 package uses libinput as a dependency already. Eric Hameleers2016-07-225-0/+168
* deps/noto-font-ttf: fix the illegal package name....Its VERSION string contained dashes which is illegal according to the Slackware packagename spec. Eric Hameleers2016-07-221-8/+9
* deps: updated for KDE 5_16.07 Eric Hameleers2016-07-2117-171/+53
* deps: updated for KDE 5_16.06...The packages for qt5 and qt5-webkit were both upgraded to 5.6.1. This is now the Plasma 5 minimum required version because of all the issues the developers had with 5.6.0. Remember, qt5 still depends on libxkbcommon. Eric Hameleers2016-06-155-13/+129
* DEPS: Recompiled 32bit packages for phonon, phonon-gstreamer and phonon-vlc....When they were compiled initially, I had not installed a Qt5 package and therefore the phonon packages could not pick up support for qt5. The new packages have been compiled in the presence of Qt5 so that the broken Powerdevil and NetworkManagement services work again. Eric Hameleers2016-05-023-5/+5
* Refresh the 'deps' for upcoming KDE 5_16.04....New packages: - deps/ninja (needed for easier compilation of qt5-webkit) - deps/qt5-webkit (sources have been split off qt5) Eric Hameleers2016-04-2050-161/+957
* deps: Recompiled qt5 and qca-qt5 to drop support for OpenSSL SSLv2. Eric Hameleers2016-03-072-3/+3
* deps/libproxy: removed. Slackware's package is now configured correctly....See https://github.com/maxinbjohn/libproxy/issues/197 for information about requiring "-DWITH_KDE4=OFF" when configuring libproxy. Eric Hameleers2016-02-233-123/+0