Skip to content

Commit 66c3818

Browse files
committedNov 29, 2016
kde5.frameworks: 5.27 -> 5.28
1 parent 8b782f4 commit 66c3818

File tree

3 files changed

+297
-296
lines changed

3 files changed

+297
-296
lines changed
 

Diff for: ‎pkgs/development/libraries/kde-frameworks/fetch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
WGET_ARGS=( http://download.kde.org/stable/frameworks/5.27/ -A '*.tar.xz' )
1+
WGET_ARGS=( http://download.kde.org/stable/frameworks/5.28/ -A '*.tar.xz' )

Diff for: ‎pkgs/development/libraries/kde-frameworks/plasma-framework.nix

-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
kdeFramework {
99
name = "plasma-framework";
1010
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
11-
patches = [
12-
(fetchurl {
13-
url = "https://cgit.kde.org/plasma-framework.git/patch/?id=62b0865492d863cd000814054681ba6a97972cd5";
14-
sha256 = "1ipz79apa9lkvcyfm5pap6v67hzncfz60z7s00zi6rnlbz96cy5f";
15-
name = "plasma-framework-osd-no-dialog.patch";
16-
})
17-
];
1811
nativeBuildInputs = [ ecm kdoctools ];
1912
propagatedBuildInputs = [
2013
kactivities karchive kconfig kconfigwidgets kcoreaddons kdbusaddons

0 commit comments

Comments
 (0)