From c8885106c15c94b621baa2df95e44b4d2c4c6ee8 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Wed, 13 Jul 2016 13:30:04 -0500 Subject: kde5.plasma: 5.7.0 -> 5.7.1 - Update from Plasma 5.7.0 to 5.7.1. - Remove the version number from the directory storing the Plasma Nix expressions. It is not necessary to version the Nix expressions now that we keep only one version in Nixpkgs. - Fix a bug in generate-kde-plasma.sh which prevented it from finding its helper script. - Automatically redirect the output of generate-kde-plasma.sh to make the update script even easier to use. --- maintainers/scripts/generate-kde-plasma.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'maintainers') diff --git a/maintainers/scripts/generate-kde-plasma.sh b/maintainers/scripts/generate-kde-plasma.sh index ad916f3a25bf..1d93a05512c1 100755 --- a/maintainers/scripts/generate-kde-plasma.sh +++ b/maintainers/scripts/generate-kde-plasma.sh @@ -1,3 +1,5 @@ #!/bin/sh -./fetch-kde-qt.sh http://download.kde.org/stable/plasma/5.7.0/ -A '*.tar.xz' +./maintainers/scripts/fetch-kde-qt.sh \ + http://download.kde.org/stable/plasma/5.7.1/ -A '*.tar.xz' \ + >pkgs/desktops/kde-5/plasma/srcs.nix -- cgit v1.2.3