about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-07-13 13:30:04 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-07-13 13:54:42 -0500
commitc8885106c15c94b621baa2df95e44b4d2c4c6ee8 (patch)
treec7057e342f597176d54663554e81f8baf8015901 /maintainers
parent54a15fb2e4272ce80dc30b153b77fe8089c8a7f3 (diff)
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.
Diffstat (limited to 'maintainers')
-rwxr-xr-xmaintainers/scripts/generate-kde-plasma.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/maintainers/scripts/generate-kde-plasma.sh b/maintainers/scripts/generate-kde-plasma.sh
index ad916f3a25bf5..1d93a05512c18 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