Skip to content

Instantly share code, notes, and snippets.

diff --git a/attic/kf5-frameworkintegration.rb b/attic/kf5-frameworkintegration.rb
deleted file mode 100644
index 4e2ef04..0000000
--- a/attic/kf5-frameworkintegration.rb
+++ /dev/null
@@ -1,47 +0,0 @@
-require "formula"
-
-class Kf5Frameworkintegration < Formula
- url "http://download.kde.org/unstable/frameworks/4.97.0/frameworkintegration-4.97.0.tar.xz"
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c7e64fb..8b76a5e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -309,9 +309,9 @@ include(ConfigureChecks.cmake)
# Actually nepomuk is not optional, without it other KDE modules don't build,
# so this must be fixed. Alex
if(Soprano_FOUND AND SHAREDDESKTOPONTOLOGIES_FOUND)
- set(HAVE_NEPOMUK true)
- include(SopranoAddOntology)
From 9127260dea5092a7fb845cf24758a7cd07156207 Mon Sep 17 00:00:00 2001
From: Lars Viklund <zao@zao.se>
Date: Tue, 2 Jul 2013 01:11:29 +0200
Subject: [PATCH 5/6] Boost.S11n include missing algorithm
---
boost/archive/iterators/transform_width.hpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/boost/archive/iterators/transform_width.hpp b/boost/archive/iterators/transform_width.hpp
diff -bur a/src/kaboutapplicationdialog.cpp b/src/kaboutapplicationdialog.cpp
--- a/src/kaboutapplicationdialog.cpp 2013-06-28 13:03:41.000000000 -0400
+++ b/src/kaboutapplicationdialog.cpp 2014-03-01 16:32:44.000000000 -0500
@@ -90,8 +90,12 @@
}
q->setPlainCaption(i18n("About %1", aboutData->programName()));
+#ifdef Q_OS_MAC
+ q->setButtons(KDialog::None);
+#else
diff -bur kdelibs-4.11.4/kdeui/dialogs/kaboutapplicationdialog.cpp kdelibs-4.11.4-new/kdeui/dialogs/kaboutapplicationdialog.cpp
--- kdelibs-4.11.4/kdeui/dialogs/kaboutapplicationdialog.cpp 2013-06-28 13:03:41.000000000 -0400
+++ kdelibs-4.11.4-new/kdeui/dialogs/kaboutapplicationdialog.cpp 2014-03-01 16:32:44.000000000 -0500
@@ -90,8 +90,12 @@
}
q->setPlainCaption(i18n("About %1", aboutData->programName()));
+#ifdef Q_OS_MAC
+ q->setButtons(KDialog::None);
+#else