diff options
author | Eric Hameleers <alien@slackware.com> | 2017-03-19 21:26:14 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-03-19 21:26:14 +0100 |
commit | 2b6ea9303f43c4e9ada657a4def1092569de1fde (patch) | |
tree | 69945eb1b7716ac819e059e8efc057ee197b9b94 /kde/patch/kholidays.patch | |
parent | 16dbede0be07e7d94017442bc4f0202743c797dc (diff) | |
download | ktown-2b6ea9303f43c4e9ada657a4def1092569de1fde.tar.gz ktown-2b6ea9303f43c4e9ada657a4def1092569de1fde.tar.xz |
kholidays: revert dependency freeze patch
Revert dependency freeze breaking merges (KF5_VERSION, cmake, PIM_VERSION).
Should be fixed in Applications > 16.12.3.
Diffstat (limited to 'kde/patch/kholidays.patch')
-rw-r--r-- | kde/patch/kholidays.patch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kde/patch/kholidays.patch b/kde/patch/kholidays.patch index f1ed4b5..db024f8 100644 --- a/kde/patch/kholidays.patch +++ b/kde/patch/kholidays.patch @@ -2,3 +2,7 @@ # Fixed post Plasma 5.5.5. #cat $CWD/patch/kholidays/kholidays_isnan.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +# Revert depfreeze breaking merges (KF5_VERSION, cmake, PIM_VERSION). +# Should be fixed in Applications > 16.12.3. +cat $CWD/patch/kholidays/kholidays_depfreeze_revert.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } + |