Merge pull request #18727 from phunehehe/kde-16.08.1

KDE Applications 16.08.1
This commit is contained in:
Thomas Tuegel 2016-09-19 08:05:25 -05:00 committed by GitHub
commit 0875ff2200
3 changed files with 1036 additions and 1034 deletions

View file

@ -1,6 +1,8 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p coreutils findutils gnused nix wget
set -efuo pipefail
SRCS=
if [ -d "$1" ]; then
SRCS="$(pwd)/$1/srcs.nix"

View file

@ -1 +1 @@
WGET_ARGS=( http://download.kde.org/stable/applications/16.08.0/ -A '*.tar.xz' )
WGET_ARGS=( http://download.kde.org/stable/applications/16.08.1/ -A '*.tar.xz' )

File diff suppressed because it is too large Load diff