3
0
Fork 0
forked from mirrors/nixpkgs

Merge branch 'kde-bugfixes'

This commit is contained in:
Thomas Tuegel 2017-01-16 17:14:43 -06:00
commit 922d0eb152
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59
4 changed files with 1119 additions and 1117 deletions

View file

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

File diff suppressed because it is too large Load diff

View file

@ -6,6 +6,8 @@ export QT_PLUGIN_PATH="$QT_PLUGIN_PATH${QT_PLUGIN_PATH:+:}@QT_PLUGIN_PATH@"
export QML_IMPORT_PATH="$QML_IMPORT_PATH${QML_IMPORT_PATH:+:}@QML_IMPORT_PATH@"
export QML2_IMPORT_PATH="$QML2_IMPORT_PATH${QML2_IMPORT_PATH:+:}@QML2_IMPORT_PATH@"
kbuildsycoca5
# Set the default GTK 2 theme
if ! [ -e $HOME/.gtkrc-2.0 ] \
&& [ -e /run/current-system/sw/share/themes/Breeze/gtk-2.0/gtkrc ]; then

View file

@ -139,11 +139,11 @@
};
};
kcoreaddons = {
version = "5.30.0";
version = "5.30.1";
src = fetchurl {
url = "${mirror}/stable/frameworks/5.30/kcoreaddons-5.30.0.tar.xz";
sha256 = "0h505lcfnngv3wj9h4klygarz6wxmlsk3c3yg7l644rrmbqcwazn";
name = "kcoreaddons-5.30.0.tar.xz";
url = "${mirror}/stable/frameworks/5.30/kcoreaddons-5.30.1.tar.xz";
sha256 = "0w1yqcvd97jhm3w2x7mmayrifb1swda8lmzzmlz41crsq909ilnd";
name = "kcoreaddons-5.30.1.tar.xz";
};
};
kcrash = {