kde-apps-15.04: update to release
This commit is contained in:
parent
f6428cf2e9
commit
733e2fd903
3 changed files with 1141 additions and 6734 deletions
|
@ -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
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue