Commit a940858a authored by Florent Revest's avatar Florent Revest

Adds Mer's fork of KCal which is outdated but needed by...

Adds Mer's fork of KCal which is outdated but needed by nemo-qml-plugin-calendar. Should be replaced later on by QtPIM
parent e0220c5b
From 0cbc9f2f1e3b25d9981cfa0471cbec498dddf83e Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Sun, 23 Oct 2016 12:05:16 +0200
Subject: [PATCH] Removes unused reference to host include directories
---
src/src.pro | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/src.pro b/src/src.pro
index 50dd7c9..3d11252 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -33,10 +33,7 @@ DEPENDPATH += . \
klibport \
versit
INCLUDEPATH += . \
- .. \
- /usr/include/glib-2.0 \
- /usr/lib/glib-2.0/include \
- /usr/include/dbus-1.0
+ ..
#DEFINES += MEEGO UUID MKCAL_FOR_MEEGO TIMED_SUPPORT
--
2.9.3
SUMMARY = "Mer's fork of KCal"
HOMEPAGE = "https://git.merproject.org/mer-core/mkcal"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://src/mkcal_export.h;beginline=1;endline=20;md5=6b5a610cd22589226883c2df189ff891"
SRC_URI = "git://git.merproject.org/mer-core/mkcal.git;protocol=https \
file://0001-Removes-unused-reference-to-host-include-directories.patch"
SRCREV = "bccf4e2f28c65006c2cfa8a36acc584a59bcf501"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "qtbase kcalcore timed libical sqlite3 util-linux"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment