summaryrefslogtreecommitdiffstats
path: root/kde
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
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')
-rw-r--r--kde/patch/kpat.patch2
-rw-r--r--kde/patch/kpat/kpat_no_freecell_solver_dep.patch2
2 files changed, 2 insertions, 2 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 ; }
diff --git a/kde/patch/kpat/kpat_no_freecell_solver_dep.patch b/kde/patch/kpat/kpat_no_freecell_solver_dep.patch
index c2a0e66..06aedca 100644
--- a/kde/patch/kpat/kpat_no_freecell_solver_dep.patch
+++ b/kde/patch/kpat/kpat_no_freecell_solver_dep.patch
@@ -73,7 +73,7 @@ index 8f738bf..c043c45 100644
KF5::KIOCore
KF5KDEGames
kcardgame
-+ ${FC_SOLVE_LIBRARIES}
++ ${FC_SOLVE_LDFLAGS}
)
install(TARGETS kpat ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})