Commit Graph

261 Commits

Author SHA1 Message Date
Thomas Tuegel
e0102c9f3d
kio: backport upstream patch 2021-02-04 13:18:21 -06:00
Thomas Tuegel
33168bf330
kguiaddons: add wayland 2021-01-31 05:17:58 -06:00
Thomas Tuegel
1372438695
kcompletion: backport upstream patch 2021-01-31 05:17:58 -06:00
Thomas Tuegel
6ae9e42327
kdeFrameworks: 5.76 -> 5.78 2021-01-31 05:17:58 -06:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Tom Hall
6ae1689bdc kirigami2: Add qtgraphicaleffects to buildInputs
Many of Kirigami's components require qtgraphicaleffects, so it doesn't
make sense to rely on the packages using kirigami supplying
the dependency.
2021-01-03 17:25:11 +00:00
github-actions[bot]
ec161d2240
Merge master into staging-next 2021-01-02 12:24:09 +00:00
Thomas Tuegel
ff47554518
Merge pull request #107472 from CertainLach/increase-kdeinit-environ-limit
kinit: increase environment limit
2021-01-02 05:42:00 -06:00
github-actions[bot]
5dffe03f30
Merge master into staging-next 2020-12-31 18:42:41 +00:00
Thomas Tuegel
7138a338b5
Merge pull request #105965 from piegamesde/master
libsForQt5.sonnet: Switch from hunspell to aspell
2020-12-31 09:49:50 -06:00
Thomas Tuegel
3db04334e3
Revert "fetch-kde-qt.sh: get hashes from metadata"
This reverts commit 4b7d9dc868.

The KDE project has changed their source index pages so that the links to
package metadata files are generated by JavaScript after the page loads. As a
result, wget is no longer able to recursively fetch the package metadata
automatically.
2020-12-26 05:24:25 -06:00
Yaroslav Bolyukin
0fbd3e9591
kinit: increase environment limit
Limit is already increased for standard xorg plasma distribution to
start, but with wayland, even more libraries being added

Increasing this limit to 1 << 20 (1M) seems to be enough (For me
length is 80K), and not so much for regular desktops

Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
2020-12-23 17:46:59 +03:00
Thomas Tuegel
59f649840c
kpurpose: remove patch applied upstream 2020-12-13 05:10:27 -06:00
Thomas Tuegel
e846a15386
kded: add gsettings-desktop-schemas to wrapper 2020-12-12 16:07:19 -06:00
Thomas Tuegel
2cc1011be1
kwindowsystem: use versionOlder 2020-12-12 16:07:18 -06:00
Thomas Tuegel
262f666092
kwindowsystem: update platform plugins path patch 2020-12-12 16:07:18 -06:00
Andreas
c6cf4b8e79
Plasma 5.20.4 + some build fixes (dependencies, patches, ..) 2020-12-12 16:05:44 -06:00
Tom Hall
953461a165
kde-frameworks: 5.73 -> 5.76 2020-12-12 16:05:44 -06:00
Andreas Rammhold
ab8dffab29 kdeFrameworks.kpurpose: add patch required with Qt5 5.15.2
Qt 5.15 carried a change that renamed a getter for the socket error. In
a later relase that change was reverted (to be less ambiguous) thus now
 those that had picked up the change in API had to change their code.
 This has now been reverted [0] and thus the consumers also have to
 revert their changes…

[0] https://codereview.qt-project.org/c/qt/qtbase/+/289693
2020-12-11 04:31:24 +01:00
piegames
25290cc980 libsForQt5.sonnet: Switch from hunspell to aspell
Hunspell does not work, while aspell does. Closes #26654.
2020-12-05 13:17:32 +01:00
Thomas Tuegel
d489e70a08
kconfigwidgets: install plugin in .out 2020-09-11 12:34:59 -05:00
V
79921889a0 treewide: convert patch series files to Nix expressions
Nix expressions provide all the features that Quilt series files have,
so using those instead is pointless. Also, lib.readPathsFromFile
(the function used to read series files) has the following warning:

> NOTE: This function is not performant and should be avoided.

This also removes some orphaned series files, and unused references to
copyPathsToStore (which were probably missed in previous commits
where calls to lib.readPathsFromFile were removed)
2020-09-03 19:15:05 +02:00
Thomas Tuegel
78c52f7c74
kquickcharts: init at 5.73.0 2020-09-01 05:38:46 -05:00
Jamie McClymont
51cdf4fdea kdesu: update patch to use qCWarning 2020-08-30 17:27:04 +02:00
Frederik Rietdijk
efb45f7638 Merge master into staging-next 2020-08-28 09:54:31 +02:00
Peter Hoeg
f66b679f16 kdav: now a kf5 tier 3 library 2020-08-22 19:26:57 +08:00
Peter Hoeg
772adad3b1 krunner: unbreak it 2020-08-21 22:30:12 +08:00
Peter Hoeg
06db9d9f14 kwayland: build fix 2020-08-21 13:16:50 +08:00
Peter Hoeg
8a6bb6073a kdeFrameworks: 5.71 -> 5.73 2020-08-21 13:15:43 +08:00
José Romildo Malaquias
7deb1c7032 kde-frameworks.kdesu: move to its own directory 2020-08-20 18:24:07 -03:00
José Romildo Malaquias
c6743ed565 kde-frameworks.kdesu: search the daemon first in /run/wrappers/bin
If looking first in libexec, the eventually wrapped one in
/run/wrappers/bin can not be found.

This allows wrapping the daemon so that it can be run with sgid
privileges.
2020-08-20 18:24:07 -03:00
Vladimír Čunát
a5cc7d3197
krunner: fix hash of patch
Commit ee036bc02 put in hash *before* the normalization
done by fetchpatch.
2020-07-18 18:07:45 +02:00
Thomas Tuegel
ee036bc025
krunner: upstream patch for deprecated virtual method 2020-07-15 13:54:44 -05:00
Thomas Tuegel
f0d158fd88
kdeFrameworks: set version attribute 2020-07-15 13:54:26 -05:00
Thomas Tuegel
2855e9b77f
kcmutils: remove obsolete patch 2020-07-13 11:26:47 -05:00
Peter Hoeg
92e8575e5d knewstuff: add missing kpackage dependency 2020-06-26 16:28:33 +08:00
Peter Hoeg
fdbf2e5527 kio: look through entire PATH for samba 2020-06-26 16:28:19 +08:00
Peter Hoeg
46520c7dc7 kde-frameworks: 5.68 -> 5.71 2020-06-26 15:45:40 +08:00
Doron Behar
01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Peter Hoeg
9cc24aa9f0 kdeFrameworks.qqc2-desktop-style: init at 5.68 2020-05-15 01:10:03 +08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Milan
0fc7da19b4
kdeFrameworks: 5.66 -> 5.68 (#84622) 2020-04-08 12:48:57 +02:00
Thomas Tuegel
c75860918f
kinit: Increase environment size limit
start_kdeinit reads its environment over a pipe from start_kdeinit_wrapper. For
security, each environment entry must be smaller than 4kb by default. Qt-based
applications in Nixpkgs may have larger environments, and the recent upgrade to
Plasma 5.17 pushed start_kdeinit_wrapper over the limit. The limit is now
extended to 16kb.

This problem was not detected during testing because the failure is silent:
start_kdeinit will continue with an empty environment. In other circumstances,
this strategy might work, but it does not work on NixOS. This failure is now
treated as a fatal error.

Fixes: #79707
2020-02-17 08:21:39 -06:00
Will Dietz
6f60621c0c
kcontacts: kdeApplications -> kdeFrameworks 2020-02-03 18:08:59 -06:00
Will Dietz
f0c8696a74
kdeFrameworks: 5.65.0 -> 5.66.0
https://kde.org/announcements/kde-frameworks-5.66.0.php
2020-01-22 07:24:26 -06:00
Will Dietz
2c11c6f6cb
kinit: fixup patch 2020-01-08 20:11:00 -06:00
Will Dietz
ed3ac21737
kdeFrameworks.extra-cmake-modules: fix patch
(cherry picked from commit 63fffe73524b0397e7947a04c534f5fa1e9090b3)
2020-01-08 19:52:57 -06:00
Will Dietz
751a7fa88f
kdeFrameworks: 5.64.0 -> 5.65.0 2020-01-08 19:52:10 -06:00
Graham Christensen
4e421aebfe
kdeFrameworks.ki18n: python2 -> python3
Upstream has support: 8f84d19aad/cmake/KF5I18nMacros.cmake.in (L34)
2019-12-18 20:29:47 -05:00
nyanloutre
3ccb0bef9c kdeFrameworks.kcalendarcore: init 2019-12-15 16:13:49 +01:00