-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
plasma5: 5.22.0 -> 5.23.1 #139657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plasma5: 5.22.0 -> 5.23.1 #139657
Changes from all commits
c4bd924
366a6ab
e9ce273
3cca04a
a87f5dc
1b1dcd9
a8e5e90
0dade18
930b7f8
697277d
00a8310
d142f31
5cf1732
2be0615
0a6c143
d40a9e7
1e1a06a
f45e4ff
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| WGET_ARGS=( https://download.kde.org/stable/plasma/5.22.5/ -A '*.tar.xz' ) | ||
| WGET_ARGS=( https://download.kde.org/stable/plasma/5.23.1/ -A '*.tar.xz' ) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| From da6a4651f74625f4c7f3c31f1125cfa4e774780b Mon Sep 17 00:00:00 2001 | ||
| From: Yaroslav Bolyukin <iam@lach.pw> | ||
| Date: Mon, 27 Sep 2021 22:45:58 +0300 | ||
| Subject: [PATCH] fix: add executable bit | ||
|
|
||
| Signed-off-by: Yaroslav Bolyukin <iam@lach.pw> | ||
| --- | ||
| src/CMakeLists.txt | 2 +- | ||
| 1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
|
||
| diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt | ||
| index 79ff12d..4f3d746 100644 | ||
| --- a/src/CMakeLists.txt | ||
| +++ b/src/CMakeLists.txt | ||
| @@ -2,7 +2,7 @@ file(GLOB_RECURSE SCSS_SOURCES "*.scss") | ||
| file(GLOB CSS_SOURCES "*.css") | ||
| file(GLOB_RECURSE GTK2_SOURCES "gtk2/*") | ||
|
|
||
| -configure_file(build_theme.sh.cmake ${CMAKE_CURRENT_BINARY_DIR}/build_theme.sh @ONLY) | ||
| +configure_file(build_theme.sh.cmake ${CMAKE_CURRENT_BINARY_DIR}/build_theme.sh FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE @ONLY) | ||
|
||
|
|
||
| set(SOURCES | ||
| ${SCSS_SOURCES} | ||
| -- | ||
| 2.33.0 | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,10 +24,6 @@ mkDerivation { | |
| mobile-broadband-provider-info openconnect | ||
| ]; | ||
| patches = [ | ||
| (substituteAll { | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is this patch no longer needed?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. mobile-broadband path is now fetched from CMake, instead of being hardcoded; this makes it work ootb on nixos |
||
| src = ./0001-mobile-broadband-provider-info-path.patch; | ||
| mobile_broadband_provider_info = mobile-broadband-provider-info; | ||
| }) | ||
| (substituteAll { | ||
| src = ./0002-openvpn-binary-path.patch; | ||
| inherit openvpn; | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.