1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

kde-apps-15.04: update to release

This commit is contained in:
Thomas Tuegel 2015-04-16 19:41:30 -05:00
parent f6428cf2e9
commit 733e2fd903
3 changed files with 1141 additions and 6734 deletions

View file

@ -433,6 +433,14 @@
propagatedUserEnvPkgs = [ ];
};
kde-l10n-eo = {
buildInputs = [ "ECM" "Gettext" "KDE4" "KF5DocTools" "KF5I18n" ];
nativeBuildInputs = [ "cmake" ];
propagatedBuildInputs = [ ];
propagatedNativeBuildInputs = [ ];
propagatedUserEnvPkgs = [ ];
};
kde-l10n-es = {
buildInputs = [ "ECM" "Gettext" "KDE4" "KF5DocTools" "KF5I18n" ];
nativeBuildInputs = [ "cmake" ];

File diff suppressed because it is too large Load diff

View file

@ -1,16 +1,13 @@
#!/bin/sh
KDE_MIRROR="${KDE_MIRROR:-http://download.kde.org}"
if [ $# -eq 0 ]; then
# The extra slash at the end of the URL is necessary to stop wget
# from recursing over the whole server! (No, it's not a bug.)
$(nix-build ../../.. -A autonix.manifest) \
# We need 14.12 for some packages in LTS that are not released in beta.
# Remove 14.12 when 15.04 is out of beta.
http://download.kde.org/stable/applications/14.12.1/ \
http://download.kde.org/stable/applications/14.12.2/ \
http://download.kde.org/stable/applications/14.12.3/ \
http://download.kde.org/unstable/applications/15.03.97/ \
"${KDE_MIRROR}/stable/applications/15.04.0/" \
-A '*.tar.xz'
else