From 3c99f902aa58fe642010d950e7fca1d3d2163239 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 12 Aug 2018 13:19:08 +0200 Subject: Avoid a hard dependency for kpat on freecell-solver We don't have freecell-solver in Slackware and I do want to have kpat. --- kde/patch/kpat.patch | 2 +- kde/patch/kpat/kpat_no_freecell_solver_dep.patch | 2 +- 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}) -- cgit v1.2.3