From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/nepomuk-core/files/, kde-base/nepomuk-core/
Date: Wed, 30 May 2012 14:45:39 +0000 (UTC) [thread overview]
Message-ID: <1338388622.c9b59f99cf444d40028ed6c8728c37834c9d3ba2.johu@gentoo> (raw)
commit: c9b59f99cf444d40028ed6c8728c37834c9d3ba2
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed May 30 14:37:02 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed May 30 14:37:02 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c9b59f99
[kde-base/nepomuk-core] Add upstream patches to fix file collisions properly.
(Portage version: 2.2.0_alpha108/git/Linux x86_64, unsigned Manifest commit)
---
.../files/nepomuk-core-4.8.80-remove-rcgen.patch | 23 +++++++++++++++++++
.../files/nepomuk-core-4.8.80-workspace.patch | 24 ++++++++++++++++++++
kde-base/nepomuk-core/nepomuk-core-4.8.80.ebuild | 5 ++++
3 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/kde-base/nepomuk-core/files/nepomuk-core-4.8.80-remove-rcgen.patch b/kde-base/nepomuk-core/files/nepomuk-core-4.8.80-remove-rcgen.patch
new file mode 100644
index 0000000..0f96371
--- /dev/null
+++ b/kde-base/nepomuk-core/files/nepomuk-core-4.8.80-remove-rcgen.patch
@@ -0,0 +1,23 @@
+commit 6ec4e729e2426dac37e9e27932d4d9e579d53ba4
+Author: Vishesh Handa <handa.vish@gmail.com>
+Date: Fri May 25 19:57:26 2012 +0530
+
+ Do not compile and install the rcgen
+
+ Conflicts with kdelibs.
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 5c7c8ab..3bd49c2 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -57,7 +57,9 @@ include_directories(
+ )
+
+ add_subdirectory(libnepomukcore)
+-add_subdirectory(rcgen)
++# Do not install rcgen, it's installed by kdelibs
++# If it needs to be installed then we need to change the name
++#add_subdirectory(rcgen)
+ add_subdirectory(ontologies)
+ add_subdirectory(common)
+ add_subdirectory(server)
diff --git a/kde-base/nepomuk-core/files/nepomuk-core-4.8.80-workspace.patch b/kde-base/nepomuk-core/files/nepomuk-core-4.8.80-workspace.patch
new file mode 100644
index 0000000..24616b4
--- /dev/null
+++ b/kde-base/nepomuk-core/files/nepomuk-core-4.8.80-workspace.patch
@@ -0,0 +1,24 @@
+commit b60025c6d5d6201b2bbe6881f11c431ec2671677
+Author: Vishesh Handa <handa.vish@gmail.com>
+Date: Fri May 25 23:31:47 2012 +0530
+
+ Do not depend on KDE4Workspace
+
+ Weird cyclic dependency. Plus we do not need anything from the
+ workspace.
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 3bd49c2..32e1909 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -14,8 +14,8 @@ set(CMAKE_NEPOMUK_CORE_VERSION_STRING "${CMAKE_NEPOMUK_CORE_VERSION_MAJOR}.${CMA
+ set(KDE_MIN_VERSION "4.7.00")
+ find_package(KDE4 4.7.00 REQUIRED)
+ include(KDE4Defaults)
+-find_package(KDE4Workspace)
+-include(MacroLibrary)
++#find_package(KDE4Workspace)
++#include(MacroLibrary)
+
+ set(SDO_MIN_VERSION "0.7")
+ find_package(SharedDesktopOntologies)
diff --git a/kde-base/nepomuk-core/nepomuk-core-4.8.80.ebuild b/kde-base/nepomuk-core/nepomuk-core-4.8.80.ebuild
index e43b6df..741c13e 100644
--- a/kde-base/nepomuk-core/nepomuk-core-4.8.80.ebuild
+++ b/kde-base/nepomuk-core/nepomuk-core-4.8.80.ebuild
@@ -21,3 +21,8 @@ add_blocker nepomuk '<4.8.80'
RESTRICT="test"
# bug 392989
+
+PATCHES=(
+ "${FILESDIR}/${P}-remove-rcgen.patch"
+ "${FILESDIR}/${P}-workspace.patch"
+)
next reply other threads:[~2012-05-30 14:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-30 14:45 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-06-01 16:13 [gentoo-commits] proj/kde:master commit in: kde-base/nepomuk-core/files/, kde-base/nepomuk-core/ Johannes Huber
2012-08-06 20:42 Dennis Schridde
2012-08-07 17:49 Johannes Huber
2013-06-23 18:49 David Heidelberger
2013-06-28 12:58 David Heidelberger
2013-12-20 12:20 Johannes Huber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1338388622.c9b59f99cf444d40028ed6c8728c37834c9d3ba2.johu@gentoo \
--to=johu@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox