summaryrefslogtreecommitdiffstats
path: root/kde/patch/plasma-browser-integration
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-06-23 12:25:17 +0200
committer Eric Hameleers <alien@slackware.com>2018-06-23 12:25:17 +0200
commit03846bb3a8aa1d821207ec14b9ec865e292cd4bf (patch)
treeb4fe95157d6f448a5cd82ca00589b6138ea4cb30 /kde/patch/plasma-browser-integration
parentd398ab7da04d5fac06001cb9b25c158bce8890cc (diff)
downloadktown-03846bb3a8aa1d821207ec14b9ec865e292cd4bf.tar.gz
ktown-03846bb3a8aa1d821207ec14b9ec865e292cd4bf.tar.xz
Package rebuilds due to poppler upgrade in slackware-current
deps:poppler frameworks:kfilemetadata5 kdepim:kdepim-addons applications:okular applications-extra:calligra,krita
Diffstat (limited to 'kde/patch/plasma-browser-integration')
-rw-r--r--kde/patch/plasma-browser-integration/plasma-browser-integration_KDEBUG-113461.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/kde/patch/plasma-browser-integration/plasma-browser-integration_KDEBUG-113461.patch b/kde/patch/plasma-browser-integration/plasma-browser-integration_KDEBUG-113461.patch
new file mode 100644
index 0000000..c881edf
--- /dev/null
+++ b/kde/patch/plasma-browser-integration/plasma-browser-integration_KDEBUG-113461.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt 2018-06-07 22:22:27.000000000 +0800
++++ b/CMakeLists.txt 2018-06-20 20:55:56.000000000 +0800
+@@ -45,7 +45,7 @@
+ option(COPY_MESSAGING_HOST_FILE_HOME "Copy the native messaging hosts json file to user home dir" FALSE)
+ add_feature_info(COPY_MESSAGING_HOST_FILE_HOME ${COPY_MESSAGING_HOST_FILE_HOME} "Enable this option to copy the native messaging hosts json file to home dir if you install plasma-browser-integration to custom prefix (non-/usr)")
+
+-set(MOZILLA_DIR "${CMAKE_INSTALL_PREFIX}/lib/mozilla" CACHE STRING "Mozilla directory")
++set(MOZILLA_DIR "${CMAKE_INSTALL_PREFIX}/${KDE_INSTALL_LIBDIR}/mozilla" CACHE STRING "Mozilla directory")
+ add_feature_info(MOZILLA_DIR On "Mozilla directory is '${MOZILLA_DIR}'")
+
+ add_subdirectory(host)