Commit Graph

478 Commits

Author SHA1 Message Date
K900
62d6cdcf99 kwin: drop gcc12stdenv on aarch64 hack 2023-03-06 17:04:16 +03:00
K900
c72a30954f plasma: 5.27.1 -> 5.27.2 2023-02-28 20:13:24 +03:00
Bernardo Meurer
42008a14a4
Merge pull request #217206 from Artturin/stdenvimprovements1 2023-02-23 12:07:47 +00:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
K900
642c44a28d plasma: 5.27.0 -> 5.27.1 2023-02-22 17:44:03 +03:00
Samuel Dionne-Riel
297a5a5c71 plasma-sdk: Fix plasmoidviewer
```
file://.../org.kde.plasma.plasmoidviewershell/contents/configuration/AppletConfiguration.qml:16:1:
    module "org.kde.kitemmodels" is not installed
```
2023-02-21 18:15:43 -05:00
K900
06ca9b6bd8 kwin: force gcc12Stdenv on aarch64 2023-02-14 14:15:58 +03:00
K900
0a1a4be75e plasma5: allow overriding stdenv in wrapper
Will be needed for the next commits
2023-02-14 14:15:58 +03:00
K900
d5210b6725 kwin: stop reverting c++20 things 2023-02-14 14:15:58 +03:00
K900
0091bd6346 kinfocenter: symlink correct executable
In 5.27 systemsettings is the main executable, and systemsettings5 is the symlink.
2023-02-14 14:15:58 +03:00
K900
803c28d81e plasma-remotecontrollers: add new dependency 2023-02-14 14:15:58 +03:00
K900
4d28accf12 kwin: fixup patch 2023-02-14 14:15:57 +03:00
K900
2469eab45e kscreenlocker: and libkscreen dependency 2023-02-14 14:15:57 +03:00
K900
b7409ad3bf libkscreen: refresh patch 2023-02-14 14:15:57 +03:00
K900
f0b101fd06 plasma-welcome: init at 5.27.0 2023-02-14 14:15:57 +03:00
K900
984315e6e1 flatpak-kcm: init at 5.27.0 2023-02-14 13:57:36 +03:00
K900
9bd88aa6ec plasma5: 5.26.5 -> 5.27.0
Autogenerated, more changes coming.
2023-02-14 13:57:36 +03:00
Peter Hoeg
f265af55c5 kinfocenter: add a bunch of tools for additional info 2023-01-31 14:46:06 +08:00
K900
b27befbb8c plasma: 5.26.4 -> 5.26.5 2023-01-07 11:08:16 +03:00
Thomas Tuegel
cc620a6e59
Merge pull request #203863 from samueldr/fix/plamo-misc-issues
Plasma Mobile: Minor fixes
2022-12-20 22:43:21 -06:00
Samuel Dionne-Riel
04568a04ce plasma-mobile: Add kirigami-addons dependency
This dependency is not verified at build time.

With it missing, the shell seemed to work, except the KCM and the
desktop configuration panels were empty.
2022-11-30 17:12:31 -05:00
Peter Hoeg
16f1d25e44 plasma-workspace: 5.26.4 -> 5.26.4.1 2022-11-30 11:59:38 +08:00
K900
8b542d1f93 plasma: 5.26.3 -> 5.26.4
Minor bug fixes all over the place.
2022-11-29 17:02:49 +03:00
Sandro
d9c3f3c0dc
Merge pull request #196007 from wegank/fdl11-remove 2022-11-09 22:31:50 +01:00
André Vitor de Lima Matos
0cf708bd63
kde/plasma: 5.26.2 -> 5.26.3 2022-11-08 16:53:58 -03:00
Thomas Tuegel
e967596380
Merge pull request #194353 from matthiasbeyer/update-kzones
plasma5Packages.kzones: 0.3 -> 0.4
2022-11-05 06:24:19 -05:00
Weijia Wang
06d0490ab3 licenses: remove fdl12 2022-10-27 22:47:29 +02:00
Luna Nova
0354ac3bec
libkscreen: add qttools dependency
Required since 5.26.2 for Qt5LinguistTools
2022-10-26 22:49:30 -07:00
Luna Nova
514e8397af
plasma5: 5.26.1 -> 5.26.2
KDE Plasma 5.26.2, Bugfix Release for October
https://kde.org/announcements/plasma/5/5.26.2/
2022-10-26 22:45:24 -07:00
Sandro
c4ecdd2197
Merge pull request #195946 from SuperSamus/bismuth 2022-10-24 23:49:10 +02:00
K900
6eb8e4e31c plasma5: 5.26.0 -> 5.26.1 2022-10-18 17:40:43 +03:00
Samuel Dionne-Riel
1cef953e77
Merge pull request #193858 from samueldr/feature/plamo-gear-22.09
Plasma Mobile Gear 22.09
2022-10-16 16:11:45 -04:00
Samuel Dionne-Riel
d1fa81f702 plasma-nm: Build mobile parts too
Looking at the implementation, I don't think they'd be a problem on
stock Plasma.
2022-10-14 15:44:16 -04:00
Martino Fontana
aa3e25f1a6 libsForQt5.bismuth: 3.1.3 -> 3.1.4 2022-10-14 11:26:51 +02:00
Yuriy Taraday
eb7e411506 kwin: Fix building on aarch64-linux
Revert this commit to avoid dependency on <span> that is not providede
by GCC 9 that we currently use on aarch64:

9a34ebbffc

Part of NixOS/nixpkgs#191357
2022-10-12 17:15:57 +03:00
K900
13961bf28e pkgs/desktops/plasma-5: nixpkgs-fmt the whole thing 2022-10-12 17:15:56 +03:00
K900
7e99c2ed5b plasma5Packages: 5.25.5 -> 5.26.0 2022-10-12 17:15:56 +03:00
Matthias Beyer
980dec4db0
plasma5Packages.kzones: 0.3 -> 0.4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-10-04 09:06:40 +02:00
Matthias Beyer
4303c9d3ac
plasma5Packages.kzones: init at 0.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-09-26 08:30:09 +02:00
Samuel Dionne-Riel
50237ca3b9
Merge pull request #192180 from samueldr/fix/plasma-mobile-qtfeedback
plasma-mobile: Add QtFeedback
2022-09-23 15:53:02 -04:00
Samuel Dionne-Riel
a1abd18896 plasma-mobile: Add QtFeedback
This fixes an issue where *on devices*, Plasma Mobile would show error
messages instead of the expected applets (taskbar, desktop, etc).
2022-09-20 23:51:26 -04:00
Thomas Tuegel
8a57b26b00
Merge pull request #185579 from alois31/kwin-lower-cap_sys_nice
kwin: don't leak CAP_SYS_NICE
2022-09-20 15:40:24 -05:00
Thomas Tuegel
fff89194fe
Merge pull request #183381 from alois31/oxygen-sounds
oxygen-sounds: init at 5.25.3
2022-09-20 14:25:55 -05:00
Thomas Tuegel
a21661c716
Merge pull request #185775 from NickCao/plasma-workspace
plasma-workspace: cleanup unused NIX_CFLAGS_COMPILE
2022-09-20 12:40:15 -05:00
Sandro
2ab45c90ed
Merge pull request #190071 from andrevmatos/kde/plasma 2022-09-13 00:50:11 +02:00
Martino Fontana
4626f57777 libsForQt5.bismuth: 3.1.2 -> 3.1.3 2022-09-09 15:16:54 +02:00
André Vitor de Lima Matos
b1a70d4a7b
kde/plasma: 5.25.4 -> 5.25.5 2022-09-06 20:04:14 -03:00
Nick Cao
7655eb682f
plasma-workspace: cleanup unused NIX_CFLAGS_COMPILE 2022-08-09 20:32:35 +08:00
Alois Wohlschlager
f238a0a093
kwin: don't leak CAP_SYS_NICE
The capability wrapper raises CAP_SYS_NICE into the ambient set. As a
result, not only is kwin_wayland itself granted that capability, but
also all applications started by it (even transitively, i.e. the entire
desktop environment). While CAP_SYS_NICE is not a particularly dangerous
capability, that behaviour is still not great; furthermore it's annoying
because it breaks programs checking that they are not granted any
capabilities (e.g. bubblewrap).

Fix this behaviour by adding a patch that causes kwin_wayland to lower
CAP_SYS_NICE from the ambient capability set at startup. That way,
expected upstream behaviour is restored.
2022-08-07 19:12:37 +02:00
André Vitor de Lima Matos
065ae9c9fc
kde/plasma: 5.25.3 -> 5.25.4 2022-08-03 09:00:57 -03:00
Alois Wohlschlager
df2318949e
oxygen-sounds: init at 5.25.3
These are the notification sounds used all over the place by Plasma
components.
2022-07-28 18:09:49 +02:00
Vladimír Čunát
8169a7fce0
Merge branch 'master' into staging-next 2022-07-13 09:57:41 +02:00
André Vitor de Lima Matos
88d388d168 kde/plasma5: 5.25.2 -> 5.25.3 2022-07-13 15:04:47 +08:00
Thomas Tuegel
e1e0d5d513
Merge pull request #108496 from knedlsepp/cmake-rpath
cmake/setup-hook.sh: Don't skip build-RPATH
2022-07-11 10:18:47 -05:00
André Vitor de Lima Matos
20c05528c3 kde/plasma: 5.25.1 -> 5.25.2 2022-07-07 10:28:10 +08:00
Martino Fontana
70dc91a415 libsForQt5.bismuth: 3.1.1 -> 3.1.2 2022-07-05 15:24:51 +02:00
Josef Kemetmüller
1ca04aa9f1 treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFF
This is now the new default and thus doesn't need to be set manually
anymore.
2022-07-04 03:49:01 +03:00
André Vitor de Lima Matos
2bf8d8c016 plasma-mobile: add plasma-workspace to buildInputs 2022-06-25 18:29:02 -03:00
André Vitor de Lima Matos
868b2b1fbe Revert "powerdevil: fix brightness wonkiness on some laptops"
This reverts commit a29f64c22f.
2022-06-25 18:25:32 -03:00
André Vitor de Lima Matos
72404d713a kde/plasma: 5.25.0 -> 5.25.1 2022-06-25 18:25:32 -03:00
K900
a29f64c22f powerdevil: fix brightness wonkiness on some laptops
See: https://bugs.kde.org/show_bug.cgi?id=454161
2022-06-16 21:16:38 +03:00
Andreas
b7d0d7411b plasma-workspace: instead of 'query_qmake' CMakeLists.txt is using 'ecm_query_qt' now 2022-06-15 14:53:40 +08:00
Andreas
bbded419f9 plasma: 5.24.90 -> 5.25.0 2022-06-15 14:53:40 +08:00
Andreas
56e942b0ea plasma-integration: add wayland, wayland-protocols, and plasma-wayland-protocols dependencies 2022-06-15 14:53:40 +08:00
Andreas
08555e82ba kwin: fix build for 5.24.90 2022-06-15 14:53:40 +08:00
Andreas
6cae76a505 kwayland-server has been integrated into kwin - delete package 2022-06-15 14:53:40 +08:00
Andreas
72c3b6c05e plasma: 5.24.5 -> 5.24.90 (5.25 beta) 2022-06-15 14:53:40 +08:00
K900
31b1d66bfe powerdevil: drop ddcutil dependency 2022-05-08 21:29:29 +03:00
André Vitor de Lima Matos
c8b8c372f1
kde/plasma: 5.24.4 -> 5.24.5 2022-05-03 12:46:38 -03:00
Samuel Gräfenstein
0c890f5866
treewide: remove samuelgrf from maintainers 2022-04-22 23:21:58 +02:00
Will Dietz
175925681a libsForQt5.bismuth: 3.1.0 -> 3.1.1
https://github.com/Bismuth-Forge/bismuth/releases/tag/v3.1.1
2022-04-14 19:30:08 -05:00
Will Dietz
e2e68e29f9 libsForQt5.bismuth: 3.0.0 -> 3.1.0
https://github.com/Bismuth-Forge/bismuth/releases/tag/v3.1.0
2022-04-10 21:15:31 -05:00
Robert Hensing
a292213c44
Merge pull request #166792 from hercules-ci/pkgs-config-allowAliases-option
config.allowAliases: Define as option
2022-04-04 21:09:44 +02:00
Robert Hensing
200175a701 config.allowAliases: Define as option
This simplifies usages and makes the default value consistent.

In a few cases, the default value was interpreted to be `false`,
but this is useless, because virtually nobody will explicitly
set `allowAliases = true;`.
2022-04-01 11:33:10 +02:00
André Vitor de Lima Matos
1f78ade885
kde/plasma5: 5.24.3 -> 5.24.4 2022-03-29 15:41:44 -03:00
Ryan Mulligan
3390840cd3
Merge pull request #165383 from r-ryantm/auto-update/bismuth
libsForQt5.bismuth: 2.3.0 -> 3.0.0
2022-03-27 18:36:40 -07:00
InternetUnexplorer
2e7cf56e45 kde/plasma5: 5.24.0 -> 5.24.3 2022-03-23 18:19:33 +08:00
R. Ryantm
dca930fa9f libsForQt5.bismuth: 2.3.0 -> 3.0.0 2022-03-23 05:54:12 +00:00
Artturin
44d602cc8f plasma-systemmonitor: add required dependencies 2022-03-22 23:20:06 +02:00
github-actions[bot]
8e01330277
Merge master into staging-next 2022-03-07 12:01:33 +00:00
Felix Buehler
e728776b56 plasma5: rename name to pname 2022-03-06 22:28:59 +01:00
github-actions[bot]
437813752b
Merge master into staging-next 2022-03-04 18:01:19 +00:00
Sandro
f74045c683
Merge pull request #161443 from aanderse/krunner-ssh 2022-03-04 14:46:52 +01:00
Aaron Andersen
a31c55c3a4 krunner-ssh: init at 1.0 2022-02-26 10:26:58 -05:00
github-actions[bot]
37f89e2837
Merge master into staging-next 2022-02-23 18:01:10 +00:00
R. RyanTM
36c1ca8260
libsForQt5.krohnkite: 0.7 -> 0.8.2
* libsForQt5.krohnkite: 0.7 -> 0.8.1 (#160024)

* libsForQt5.krohnkite: 0.8.1 -> 0.8.2
v0.8.1 will only work with KWin >= v5.24.0

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-23 13:27:32 +01:00
github-actions[bot]
705cd79939
Merge staging-next into staging 2022-02-18 00:02:26 +00:00
zowoq
27b5a7b494 maintainers: remove mjlbach 2022-02-18 06:53:19 +10:00
André Vitor de Lima Matos
217b65f690 kde/plasma5: adjust patches to 5.24 2022-02-15 22:59:28 -03:00
André Vitor de Lima Matos
d38a799ff8 kde/plasma5: 5.23.5 -> 5.24.0 2022-02-15 22:59:28 -03:00
Nathanael Robbins
cf55578b76 libsForQt5.bismuth: 2.2.0 -> 2.3.0 2022-02-06 17:05:54 -08:00
André Vitor de Lima Matos
11ade17a3f
kde/plasma5: 5.23.4 -> 5.23.5 2022-01-05 19:28:46 -05:00
Sandro
1b419c58e1
Merge pull request #146774 from pasqui23/lightly 2021-12-22 07:03:56 +01:00
André Vitor de Lima Matos
ad1e16a475
plasma5: 5.23.3 -> 5.23.4 2021-12-14 07:33:29 -05:00
kouakitaki
72000dced2
libsForQt5.bismuth: 2.1.0 -> 2.2.0 (#148673) 2021-12-05 08:21:04 +01:00
Samuel Dionne-Riel
6a9d303489 plasma-nano: Init at 5.23.3 2021-12-03 18:06:44 -05:00
Tyler Slabinski
3ed0e42e0f plasma-phone-components: Init at 5.23.3 2021-12-03 18:06:41 -05:00
Pasquale
7316de9ce5
lightly: init at 0.4.1 2021-11-21 15:25:49 +01:00
github-actions[bot]
a4e03b8977
Merge staging-next into staging 2021-11-11 18:01:50 +00:00