about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14
Commit message (Collapse)AuthorAge
* kde4: Get rid of some Nepomuk cruft by defaultEelco Dolstra2016-09-29
|
* kde4: Eliminate dev outputs from the closureEelco Dolstra2016-09-29
| | | | | | Obviously there are more improvements that can be done here, especially moving headers to .dev, but that's not entirely trivial and probably not worth it since kde4 is old.
* cmake-2_8 -> cmake_2_8Eelco Dolstra2016-09-20
|
* ilmbase: Use separate outputsEelco Dolstra2016-09-01
|
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-16
|\
| * Remove top-level pycupsFrederik Rietdijk2016-08-14
| | | | | | | | See #11567.
| * Remove top-level pyqt4Frederik Rietdijk2016-08-14
| | | | | | | | See #11567.
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-15
|\|
| * Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-18
|\|
| * Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
| |\ | | | | | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * \ Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
| |\ \ | | | | | | | | | | | | Let's get rid of those merge conflicts.
| * \ \ Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
| |\ \ \
| * | | | Fix evaluation after merge in multi-outputsLuca Bruno2015-12-14
| | | | |
| * | | | kde-runtime: fix with multiple outputs after 7477a7cdVladimír Čunát2015-12-04
| | | | |
* | | | | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-03-28
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | pykde4: Fix gcc 5 build failureEelco Dolstra2016-03-11
| | |_|/ | |/| |
* | | | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* | | | kde4.qtruby: pin to ruby_2_2Robin Gloster2016-02-12
|/ / /
* | / Remove no longer (or never) referenced patchesTobias Geerinckx-Rice2016-01-24
| |/ |/| | | | | 55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
* | system-config-printer: align attrname with pkgnameBjørn Forsman2016-01-03
| | | | | | | | s/system_config_printer/system-config-printer/
* | saneBackends{,Git} -> sane-backends{,-git}Tobias Geerinckx-Rice2016-01-03
|/ | | | Fixes xsane evaluation.
* html-tidy: unify with its drop-in replacement tidy-html5Vladimír Čunát2015-11-29
| | | | | | | | | | | | - the original project has been unmaintained for years - some dependants needed to be patched due to renamed headers https://github.com/htacg/tidy-html5/issues/326#issuecomment-160329114 - separate tidy-html5 package was removed, as since the 5.0.0 version it's meant as a successor to both, and library name got back from libtidy5.so to libtidy.so https://github.com/htacg/tidy-html5/issues/326#issuecomment-160314666 /cc committers to tidy-html5: @edwjto and @zimbatm.
* taglib: bring back 1.9 to fix kde4.kdemultimediaVladimír Čunát2015-11-20
| | | | /cc #11097.
* kde4: use cmake-2.8 instead of default, /cc #11097Vladimír Čunát2015-11-20
| | | | This fixes kgamma breakage after cmake-3.4 update, and prevents future rot.
* kde: add glib include paths to NIX_CFLAGS_COMPILEDomen Kožar2015-10-25
| | | | | (cherry picked from commit 350ffdcc8434f668f49e06eaf4d5cd685d42965d) Signed-off-by: Domen Kožar <domen@dev.si>
* kde4.kde_runtime: depend on glib due to networkmanagerDomen Kožar2015-10-25
|
* kde414: build with kdelibs-4.14.12Thomas Tuegel2015-09-27
| | | | | | | Upstream changes to the build system required adjusting many packages' dependencies. On the Nixpkgs side, we no longer propagate the dependency on cmake (to reduce closure size), so downstream dependencies had to be adjusted for most packages that depend on kdelibs.
* kde-workspace: Disable gpsd dependencyEelco Dolstra2015-07-26
| | | | | This dependency causes substantial system bloat: gpsd depends on pythonFull, which in turn depends on tcl/tk, etc.
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-29
|
* kde4.kopete: fix buildThomas Tuegel2015-05-07
|
* kde4: fix cantor buildDomen Kožar2015-05-05
|
* meta.description fixupsJoachim Fasting2015-04-30
| | | | Mostly scripted substitutions with a couple of subjective enhancements.
* poppler: fix build of Qt 4 and Qt 5 wrappersThomas Tuegel2015-04-02
| | | | | | | The autoconf build system for poppler does not support building the wrappers separately, so this slightly enlarges the size of closures. To compensate, the command-line utilities have been separated into their own package.
* kde-4.14 smokegen: prevent cmake from removing rpath on installKarn Kallio2015-03-30
| | | | Signed-off-by: Domen Kožar <domen@dev.si>
* indilib version advance; older sources no longer availableKarn Kallio2015-03-29
|
* complete removal of obsolete kdelibs derivationKarn Kallio2015-03-28
|
* kde4: remove obsolete kdelibs derivationThomas Tuegel2015-03-21
|
* kde4: use kdelibs from kdeApps_stableThomas Tuegel2015-03-21
| | | | | | | Upstream is releasing bugfixes to kdelibs only through KDE Applications releases, so this is the correct way to get updates until we discontinue KDE 4. This also ensures that kdeApps and kde4 are using the same version of kdelibs; different versions appear to be causing integration issues.
* Merge branch 'master' into staging.Peter Simons2015-01-19
|\
| * KDE4: correctly propagate user env packagesEvgeny Egorochkin2015-01-18
| |
| * kde4: fix silent missing kde-workspace dependencies needed for kfontinst and ↵Evgeny Egorochkin2015-01-18
| | | | | | | | kfontview
* | rename occurrences of gcc.gcc to gcc.ccEric Seidel2015-01-14
|/
* KDE4: update 4.14.1 to 4.14.3Evgeny Egorochkin2014-12-24
|
* nixpkgs: remove redundant attribute `sip`Vincent Laporte2014-12-23
| | | | | | | | | Because: 1. It is a mere alias of `pythonPackages.sip` 2. It is usually not needed since propagated by `pyqt4` 3. It makes it easy to have a packages depend on two different versions of sip
* kdepimlibs: Get rid of a dependency on boost.devEelco Dolstra2014-12-15
|
* kde: fix CVE-2014-8600 by upstream patchesVladimír Čunát2014-12-10
| | | | | https://www.kde.org/info/security/advisory-20141113-1.txt I couldn't find kio-extras, so I hope we don't have it disguised somewhere.
* Merge branch 'master' into stagingDomen Kožar2014-12-07
|\ | | | | | | | | Conflicts: pkgs/development/libraries/fontconfig/default.nix
| * html-tidy: align attrname with pkgnameBjørn Forsman2014-12-06
| | | | | | | | | | htmlTidy => html-tidy. Keep copy of old attribute for backward compatibility.
| * KDE4: fix kdepim buildEvgeny Egorochkin2014-12-04
| |