kde-apps-15.04: update to release
This commit is contained in:
parent
f6428cf2e9
commit
733e2fd903
|
@ -433,6 +433,14 @@
|
||||||
propagatedUserEnvPkgs = [ ];
|
propagatedUserEnvPkgs = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kde-l10n-eo = {
|
||||||
|
buildInputs = [ "ECM" "Gettext" "KDE4" "KF5DocTools" "KF5I18n" ];
|
||||||
|
nativeBuildInputs = [ "cmake" ];
|
||||||
|
propagatedBuildInputs = [ ];
|
||||||
|
propagatedNativeBuildInputs = [ ];
|
||||||
|
propagatedUserEnvPkgs = [ ];
|
||||||
|
};
|
||||||
|
|
||||||
kde-l10n-es = {
|
kde-l10n-es = {
|
||||||
buildInputs = [ "ECM" "Gettext" "KDE4" "KF5DocTools" "KF5I18n" ];
|
buildInputs = [ "ECM" "Gettext" "KDE4" "KF5DocTools" "KF5I18n" ];
|
||||||
nativeBuildInputs = [ "cmake" ];
|
nativeBuildInputs = [ "cmake" ];
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,16 +1,13 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
KDE_MIRROR="${KDE_MIRROR:-http://download.kde.org}"
|
||||||
|
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
|
|
||||||
# The extra slash at the end of the URL is necessary to stop wget
|
# 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.)
|
# from recursing over the whole server! (No, it's not a bug.)
|
||||||
$(nix-build ../../.. -A autonix.manifest) \
|
$(nix-build ../../.. -A autonix.manifest) \
|
||||||
# We need 14.12 for some packages in LTS that are not released in beta.
|
"${KDE_MIRROR}/stable/applications/15.04.0/" \
|
||||||
# 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/ \
|
|
||||||
-A '*.tar.xz'
|
-A '*.tar.xz'
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue