summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-07-13 13:48:06 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-07-13 13:54:52 -0500
commit422ee37e5215ac8b8183075269a2a211739b6130 (patch)
tree85a12228066f9ea5555c4b25a48ae7f40b9690e2 /maintainers
parentc8885106c15c94b621baa2df95e44b4d2c4c6ee8 (diff)
downloadnixpkgs-422ee37e5215ac8b8183075269a2a211739b6130.tar
nixpkgs-422ee37e5215ac8b8183075269a2a211739b6130.tar.gz
nixpkgs-422ee37e5215ac8b8183075269a2a211739b6130.tar.bz2
nixpkgs-422ee37e5215ac8b8183075269a2a211739b6130.tar.lz
nixpkgs-422ee37e5215ac8b8183075269a2a211739b6130.tar.xz
nixpkgs-422ee37e5215ac8b8183075269a2a211739b6130.tar.zst
nixpkgs-422ee37e5215ac8b8183075269a2a211739b6130.zip
kde5.applications: 16.04.2 -> 16.04.3
- Update from Applications 16.04.2 to 16.04.3.
- Remove the version number from the directory storing the Applications
  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-applications.sh which prevented it from
  finding its helper script.
- Automatically redirect the output of generate-kde-applications.sh to
  make the update script even easier to use.
Diffstat (limited to 'maintainers')
-rwxr-xr-xmaintainers/scripts/generate-kde-applications.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/maintainers/scripts/generate-kde-applications.sh b/maintainers/scripts/generate-kde-applications.sh
index 525abcc3c2d..b4073a05b88 100755
--- a/maintainers/scripts/generate-kde-applications.sh
+++ b/maintainers/scripts/generate-kde-applications.sh
@@ -1,3 +1,5 @@
 #!/bin/sh
 
-./fetch-kde-qt.sh http://download.kde.org/stable/applications/16.04.2/ -A '*.tar.xz'
+./maintainers/scripts/fetch-kde-qt.sh \
+    http://download.kde.org/stable/applications/16.04.3/ -A '*.tar.xz' \
+    >pkgs/desktops/kde-5/applications/srcs.nix