summaryrefslogtreecommitdiffstats
path: root/kde/patch/kpat.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-08-12 13:19:08 +0200
committer Eric Hameleers <alien@slackware.com>2018-08-12 13:19:08 +0200
commit3c99f902aa58fe642010d950e7fca1d3d2163239 (patch)
tree17323570b73e53844a2e3792341f95fa9554ea05 /kde/patch/kpat.patch
parentc5bc6eabc2f77bc6e13356e81f931c6c5f9d06ab (diff)
downloadktown-3c99f902aa58fe642010d950e7fca1d3d2163239.tar.gz
ktown-3c99f902aa58fe642010d950e7fca1d3d2163239.tar.xz
Avoid a hard dependency for kpat on freecell-solver
We don't have freecell-solver in Slackware and I do want to have kpat.
Diffstat (limited to 'kde/patch/kpat.patch')
-rw-r--r--kde/patch/kpat.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/patch/kpat.patch b/kde/patch/kpat.patch
index 42bbdae..1651937 100644
--- a/kde/patch/kpat.patch
+++ b/kde/patch/kpat.patch
@@ -1,5 +1,5 @@
# Commit https://cgit.kde.org/kpat.git/patch/?id=fc1d54ced6a727382599d767e55879b6843c3456
# Introduces a hard dependency on fc-solver which in turn has new dependencies
# So, we revert this commit to avoid dropping kpat altogether in 18.08.0.
-#cat $CWD/patch/kpat/kpat_no_freecell_solver_dep.patch | patch -p1 --reverse --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+cat $CWD/patch/kpat/kpat_no_freecell_solver_dep.patch | patch -p1 --reverse --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }