Commit graph

195 commits

Author SHA1 Message Date
Thomas Tuegel a1b634bd7e
Merge pull request #97020 from samuelgrf/initpkg/dynamic-workspaces
kwin-dynamic-workspaces: init at 1.0.1
2020-09-04 08:42:00 -05:00
Peter Hoeg 0fd664e0b0
Merge pull request #97022 from samuelgrf/fix/kwin-scripts-typo
krohnkite,kwin-tiling: fix typo
2020-09-04 08:19:47 +08:00
Samuel Gräfenstein d86a966d65
kwin-dynamic-workspaces: init at 1.0.1 2020-09-03 22:57:55 +02:00
V 40a3b21b51 breeze-plymouth: remove trailing whitespace 2020-09-03 19:20:55 +02: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
Samuel Gräfenstein 31cb1dc755
kwin-tiling: fix typo 2020-09-03 16:15:09 +02:00
Samuel Gräfenstein eda3730e6f
krohnkite: fix typo 2020-09-03 16:15:03 +02:00
Vladimír Čunát c5dcb9682e
powerdevil: fix hash of patch
The hash added in 24ebfb1e02 belongs to pure download
before normalization done by fetchpatch.
2020-09-02 11:14:38 +02:00
Thomas Tuegel 24ebfb1e02
powerdevil: update patches 2020-09-01 08:48:03 -05:00
Thomas Tuegel 75db15c413
xdg-desktop-portal-kde: add epoxy and mesa inputs 2020-09-01 05:54:30 -05:00
Thomas Tuegel 18dd58a1df
plasma-pa: add sound-theme-freedesktop input 2020-09-01 05:52:53 -05:00
Thomas Tuegel 6105abdeaa
plasma-workspace: add kquickcharts and appstream-qt inputs 2020-09-01 05:46:04 -05:00
Thomas Tuegel e904041bd2
plasma-desktop: add qqc2-desktop-style input 2020-09-01 05:34:02 -05:00
Thomas Tuegel 59e5dc4cb5
kwin: add qtquickcontrols2 and qtvirtualkeyboard inputs 2020-09-01 05:33:37 -05:00
Thomas Tuegel cb44493a5d
ksysguard: add libcap and libpcap inputs 2020-09-01 05:22:16 -05:00
Thomas Tuegel 38fcee266e
kinfocenter: add kirigami2 input 2020-09-01 05:19:14 -05:00
Thomas Tuegel 5091d358b8
Merge branch 'master' into feature/plasma-5-18 2020-08-31 20:30:56 -05:00
Thomas Tuegel 66eb5c8002
kdeplasma-addons: add kpurpose and qtwebengine as inputs 2020-08-31 20:02:34 -05:00
Thomas Tuegel 69ec9ed4e6
kde-gtk-config: set GSettings schemas path 2020-08-31 10:59:35 -05:00
Thomas Tuegel 81b770fc8c
kde-gtk-config: add xsettingsd input 2020-08-31 10:07:54 -05:00
Frederik Rietdijk efb45f7638 Merge master into staging-next 2020-08-28 09:54:31 +02:00
Thomas Tuegel f53dbc679c
Merge pull request #96027 from kini/powerdevil/debug-log-spam
powerdevil: backport fix for debug log spam
2020-08-27 10:29:54 -05:00
Peter Hoeg 41c1d10407 khotkeys: broken on Qt < 5.14 2020-08-24 19:45:44 +08:00
Peter Hoeg c5af3991c1 plasma-applet-caffeine-plus: init at 1.4 2020-08-23 13:02:01 +08:00
Keshav Kini 61550c0c98 powerdevil: backport fix for debug log spam
The version of powerdevil we're using prints a few debug messages every time an
inhibition is triggered, including some spurious messages about not being able
to contact consolekit.  This can cause a lot of spam in the system journal,
especially when a web browser or other application that plays video is running,
because such applications often trigger such inhibitions very frequently.

A recent upstream commit to powerdevil changes the logging behavior of the
program so that it doesn't print debug messages anymore.  This commit backports
that patch to our version of powerdevil (5.17.5).
2020-08-22 12:13:12 -07:00
Milan Pässler 381667a4b3 plasma5: 5.17.5 -> 5.18.5 2020-08-21 19:48:12 +02:00
José Romildo Malaquias 983c69c0f6 plasma-5.kde-cli-tools: install a symlink to kdesu in bin 2020-08-20 18:24:08 -03:00
José Romildo Malaquias 9c508d030a plasma-5.kde-cli-tools: wrap kdesu to include kdeinit5 in PATH 2020-08-20 18:24:08 -03:00
R. RyanTM 3a86622553 kwin-tiling: 2.2 -> 2.4 2020-07-31 02:53:45 +00:00
Cole Helbling dc113b96a8
powerdevil: fix build with new ddcutil
https://hydra.nixos.org/build/123207159

The KDE ISO depends on this package, which blocks nixos-unstable.

Upstream bug: https://bugs.kde.org/show_bug.cgi?id=423605
2020-06-29 09:42:00 -07:00
Peter Hoeg 7517ecd701 powerdevil: add DDC support 2020-05-26 21:50:05 +08:00
Eugene Shatsky aa0574e394 plasma5.kwin: add mesa dependency
mesa provides libgbm required to build kwin_wayland drm backend with hw accel (compositing&clients)
2020-05-03 00:14:28 +03:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Matthew Bauer f0db4de598 kwallet-pam: unset QT_PLUGIN_PATH
kwallet sets a limit of 1000 for a single characters for environment
variables read from the socket[1]. wrapQtApps gives us a huge value
for QT_PLUGIN_PATH (up to 13000 bytes on my system!) Since this was
overflowing, the Qt plugin loading mechanism was hitting a segfault
when it was trying to parse the truncated QT_PLUGIN_PATH.

So for now, we can just unset QT_PLUGIN_PATH in the pam_kwallet_init
script. kwalletd5 has its own QT_PLUGIN_PATH which it can use.

This problem occured on 20.03, but not 19.09. It’s unclear what
changes were made in that time, but likely that previously we weren’t
getting a QT_PLUGIN_PATH set in the plasma5 startup at all. This means
that in 19.09 our QT_PLUGIN_PATH value must have been small enough to
fit into the 1000 char limit.

Fixes #77290

[1]: bc9713e272/src/runtime/kwalletd/main.cpp (L44)

/cc @ttuegel
2020-04-09 10:48:14 -04:00
Frederik Rietdijk 866c5aa090 Merge master into staging-next 2020-04-05 08:33:39 +02:00
Eelco Dolstra 18539b1041 kscreen: Fix #82141
https://bugs.kde.org/show_bug.cgi?id=417316
2020-04-03 18:04:25 +02:00
Matthew Bauer f8006597a8 breeze-plymouth: make some things native
some of these only need to be on the build machine.
2020-03-06 00:45:48 -05:00
R. RyanTM 2d2ef3f984 krohnkite: 0.6.1 -> 0.7 2020-03-04 06:16:05 +00:00
R. RyanTM a27ceaa565 krohnkite: 0.6 -> 0.6.1 2020-02-11 10:04:03 +00:00
Thomas Tuegel 1a903be2de
Merge pull request #79011 from ttuegel/update--plasma-5.17.5
Plasma 5.17.5
2020-02-06 09:59:51 -06:00
Thomas Tuegel 27fc6620e9
plasma5.plasma-workspace: Fix path to SDDM theme background image 2020-02-05 20:08:40 -06:00
Thomas Tuegel 7de452a522
plasma-browser-integration: kpurpose kfilemetadata buildInputs 2020-02-01 06:58:29 -06:00
Thomas Tuegel 91fcbe4825
kwayland-integration: kguiaddons buildInput 2020-02-01 06:55:49 -06:00
Thomas Tuegel 7497244541
kscreen: kcmutils buildInput 2020-01-31 19:48:14 -06:00
Thomas Tuegel 48bcb6dc8f
milou: kitemmodels buildInput 2020-01-31 19:47:55 -06:00
R. RyanTM 4024c84f04 krohnkite: 0.5 -> 0.6 2020-01-31 08:26:57 +00:00
Thomas Tuegel 84ddb3da35
plasma-workspace: Update patches for 5.17.5 2020-01-28 07:20:48 -06:00
Thomas Tuegel 35f0c972fa
kwin: Update patches for 5.17.5 2020-01-28 04:49:06 -06:00
Thomas Tuegel 1af6bdd48f
plasma5: 5.16.5 -> 5.17.5 2020-01-27 08:29:28 -06:00
Thomas Tuegel 86b6ee9825
Merge pull request #74262 from seqizz/g_krohnkite
krohnkite: init at 0.5
2019-12-07 18:48:34 -06:00